Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khaoula-ben-chaabane committed May 23, 2024
2 parents be32d7d + 2c31cb3 commit 2725327
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
trailingSlash: false,
baseUrl: '/aifoundation-docs/',
baseUrl: '/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down
6 changes: 3 additions & 3 deletions src/theme/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ main-nav-aria-label="Main navigation">

<scale-telekom-nav-list slot="main-nav" variant="functions">
<scale-telekom-nav-item>
<a href="/aifoundation-docs/Introduction">Introduction</a>
<a href="/Introduction">Introduction</a>
</scale-telekom-nav-item>
<scale-telekom-nav-item>
<a href="/aifoundation-docs/Guides/RAG%20Guide">Examples</a>
<a href="/Guides/RAG%20Guide">Examples</a>
</scale-telekom-nav-item>
</scale-telekom-nav-list>

<scale-telekom-nav-list varibhant="functions" slot="functions" alignment="right">
<scale-telekom-nav-item>
<a href="/aifoundation-docs/search">
<a href="/search">
<scale-badge no-dot label="Search">
<scale-icon-action-search></scale-icon-action-search>
</scale-badge>
Expand Down
1 change: 1 addition & 0 deletions static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.llmhub.t-systems.net

0 comments on commit 2725327

Please sign in to comment.