mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +00:00
* add deps * hook up dau from audit table to analytics page * add audit event for code nav * analytics dashboard * add changelog entry * add news entry * smaller video and news data nit * feedback |
||
|---|---|---|
| .. | ||
| [...path] | ||
| components | ||
| hooks | ||
| browseStateProvider.tsx | ||
| layout.tsx | ||
| README.md | ||
File browser
This directory contains Sourcebot's file browser implementation. URL paths are used to determine what file the user wants to view. The following template is used:
/browse/<repo-name>[@<optional-revision-name>]/-/(blob|tree)/<path_to_file>
For example, to view packages/backend/src/env.ts in Sourcebot, we would use the following path:
/browse/github.com/sourcebot-dev/sourcebot@HEAD/-/blob/packages/backend/src/env.ts