Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gcobb321 authored Jan 7, 2024
1 parent a48d79c commit 418ab4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!--<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">-->

<link rel="stylesheet" href="https://unpkg.com/docsify-toc@1.0.0/dist/toc.css">
<link rel="stylesheet" href="https://unpkg.com/docsify-plugin-toc@1.3.1/dist/light.css">

<link rel="stylesheet" href="./theme-vue-min.css">
<link rel="stylesheet" href="./theme-mods.css">
Expand Down Expand Up @@ -47,9 +47,9 @@
},

toc: {
scope: '.markdown-section',
headings: 'h1, h2, h3, h4, h5, h6',
title: 'Table of Contents',
tocMaxLevel: 5,
target: 'h2, h3, h4, h5, h6',
ignoreHeaders: ['<!-- {docsify-ignore} -->', '<!-- {docsify-ignore-all} -->']
},


Expand All @@ -68,8 +68,8 @@
<!--<script src="./docsify-toc.js"></script>-->
<script src="./docsify-pagination.min.js"></script>

<script src="https://unpkg.com/[email protected]/dist/toc.js"></script>


<script src="https://unpkg.com/[email protected]/dist/docsify-plugin-toc.min.js"></script>


<!--<script src="./docsify-search.min.js"></script>-->
Expand Down

0 comments on commit 418ab4b

Please sign in to comment.