MCPcopy Index your code
hub / github.com/coder/coder / docs

Function docs

site/src/utils/docs.ts:24–26  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

22let CACHED_DOCS_URL: string | undefined;
23
24export const docs = (path: string) => {
25 return `${getBaseDocsURL()}${path}`;
26};
27
28const getBaseDocsURL = () => {
29 if (!CACHED_DOCS_URL) {

Callers 15

RolesHelpPopoverFunction · 0.90
GroupsHelpPopoverFunction · 0.90
WildcardHostnameWarningFunction · 0.90
PortForwardPopoverViewFunction · 0.90
AgentSSHButtonFunction · 0.90
AppLinkFunction · 0.90
ErrorScriptAlertFunction · 0.90
LoadingScriptsAlertFunction · 0.90
LoadedScriptsAlertFunction · 0.90
WorkspaceDeleteDialogFunction · 0.90
TaskPromptEmptyFunction · 0.90

Calls 1

getBaseDocsURLFunction · 0.85

Tested by 1

getDocsUrlFunction · 0.68