Skip to content

Commit

Permalink
Update index.js with base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
khaoula-ben-chaabane authored May 21, 2024
1 parent 82fde10 commit cec3b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/theme/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ main-nav-aria-label="Main navigation">

<scale-telekom-nav-list slot="main-nav" variant="functions">
<scale-telekom-nav-item>
<a href="/Introduction">Introduction</a>
<a href="/aifoundation-docs/Introduction">Introduction</a>
</scale-telekom-nav-item>
<scale-telekom-nav-item>
<a href="/Guides/RAG%20Guide">Examples</a>
<a href="/aifoundation-docs/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="/search">
<a href="/aifoundation-docs/search">
<scale-badge no-dot label="Search">
<scale-icon-action-search></scale-icon-action-search>
</scale-badge>
Expand Down

0 comments on commit cec3b4c

Please sign in to comment.