diff --git a/src/index.html b/src/index.html
index 41831c5..500ceef 100644
--- a/src/index.html
+++ b/src/index.html
@@ -40,7 +40,7 @@
Introduction
100% TypeScript.
You can find help in these documents and multiple examples and in depth information
- Links:
+ Links:
-
Github
diff --git a/src/script/main.js b/src/script/main.js
index 4ba405c..fe2a7b2 100644
--- a/src/script/main.js
+++ b/src/script/main.js
@@ -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' },