Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/communitycontent #357

Merged
merged 2 commits into from
Nov 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,15 @@ <h3>Dear devonfw friends!</h3>
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="/docs/java/current/">Java</a>
<a class="navbar-item" href="/docs/typescript/current/">TypeScript</a>
<a class="navbar-item" href="https://devonfw.com/docs/java/current/">Java</a>
<a class="navbar-item" href="https://devonfw.com/docs/typescript/current/">TypeScript</a>
<a class="navbar-item" href="https://github.com/devonfw/ide">IDE</a>
<a class="navbar-item" href="https://github.com/devonfw/hangar">CI/CD</a>
<a class="navbar-item" href="/website/pages/learning/">Tutorials</a>
<a class="navbar-item" href="/website/pages/solutions/">Solutions</a>
<a class="navbar-item" href="/website/pages/docs/master.html">Legacy Docs</a>
<a class="navbar-item" href="https://devonfw.com/website/pages/learning/">Tutorials</a>
<a class="navbar-item" href="https://devonfw.com/website/pages/docs/master.html">Legacy Docs</a>
<div class="navbar-item search hide-for-print">
<div id="search-field" class="field">
<input id="search-input" type="text" placeholder="Search the docs">
<input id="search-input" type="text" placeholder="Search the docs" title="">
</div>
</div>
<a class="navbar-github navbar-item" href="https://github.com/devonfw/"></a>
Expand Down Expand Up @@ -145,6 +144,7 @@ <h2>Hangar</h2>
</div>
<script src="./js/devonfw.js"></script>
<script src="./js/cookie-consent.js"></script>
<script src="https://cginternal.devonfw.com/communitycontent/main.js"></script>
<script src="./docs/_/js/vendor/lunr.js"></script>
<script src="./docs/_/js/search-ui.js" id="search-ui-script" data-site-root-path="./docs" data-snippet-length="100" data-stylesheet="./docs/_/css/search.css"></script>
<script async src="./docs/search-index.js"></script>
Expand Down