We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726620 commit 3c5946dCopy full SHA for 3c5946d
1 file changed
apps/webapp/app/utils/pathBuilder.ts
@@ -430,3 +430,7 @@ export function docsPath(path: string) {
430
export function docsTroubleshootingPath(path: string) {
431
return `${docsRoot()}/v3/troubleshooting`;
432
}
433
+
434
+export function adminPath() {
435
+ return `/@`;
436
+}
0 commit comments