From 93f6603f2d6cff301d9e6d66dc53f803c8815762 Mon Sep 17 00:00:00 2001
From: puffer
Date: Fri, 20 Oct 2023 10:51:20 +0000
Subject: [PATCH] fix
---
src/index.html | 2 +-
src/script/main.js | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
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' },