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 efffa55 commit 0e038d5Copy full SHA for 0e038d5
src/jio-navbar.ts
@@ -88,7 +88,7 @@ export class Navbar extends LitElement {
88
89
private getDocsUrl(originalPath: string): string {
90
91
- const cleanPath = originalPath.replace(/^https?:\/\/[^\/]+/, '').split(/[#?]/)[0];
+ const cleanPath = originalPath.replace(/^https?:\/\/[^/]+/, '').split(/[#?]/)[0];
92
const docMappings: Record<string, {path: string, versioned: boolean}> = {
93
// User Guide sections (versioned)
94
'/doc/book': {path: '/user-docs', versioned: true},
0 commit comments