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

Commit 93f6603

Browse files
authored
fix
1 parent 96e9a22 commit 93f6603

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1 class="page-title" id="Introduction">Introduction</h1>
4040
100% TypeScript.
4141
</p>
4242
<p>You can find help in these documents and multiple examples and in depth information</p>
43-
<h2>Links:</h2>
43+
<h2 id="links">Links:</h2>
4444
<ul>
4545
<li>
4646
<a href="https://github.com/p-programming-language">Github</a>

src/script/main.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
const sidebarItems = [
2-
{ text: 'Introduction', href: 'index.html' },
2+
{ text: 'Introduction', href: 'index.html', subitems: [
3+
{ text: 'Links', href: 'index.html#links'}
4+
]},
35
{ text: 'Getting Started', href: 'getting-started.html', subitems: [
46
{ text: 'Installing', href: 'getting-started.html#installing' },
57
{ text: 'Running pint for the first time', href: 'getting-started.html#pint-first-time' },

0 commit comments

Comments
 (0)