Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAlavik authored Oct 20, 2023
1 parent 96e9a22 commit 93f6603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1 class="page-title" id="Introduction">Introduction</h1>
100% TypeScript.
</p>
<p>You can find help in these documents and multiple examples and in depth information</p>
<h2>Links:</h2>
<h2 id="links">Links:</h2>
<ul>
<li>
<a href="https://github.com/p-programming-language">Github</a>
Expand Down
4 changes: 3 additions & 1 deletion src/script/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const sidebarItems = [
{ text: 'Introduction', href: 'index.html' },
{ text: 'Introduction', href: 'index.html', subitems: [
{ text: 'Links', href: 'index.html#links'}
]},
{ text: 'Getting Started', href: 'getting-started.html', subitems: [
{ text: 'Installing', href: 'getting-started.html#installing' },
{ text: 'Running pint for the first time', href: 'getting-started.html#pint-first-time' },
Expand Down

0 comments on commit 93f6603

Please sign in to comment.