Integrate Bootstrap TOC library for article table of contents

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-30 01:20:49 +00:00
parent d00fc75bca
commit 63e00827db
7 changed files with 253 additions and 148 deletions

View File

@@ -217,6 +217,19 @@
"type": "style",
"uri": "media/templates/site/mokocassiopeia/css/vendor/vm.css",
"attributes": {"media": "all"}
},
{
"name": "vendor.bootstrap-toc",
"type": "style",
"uri": "media/templates/site/mokocassiopeia/vendor/bootstrap-toc/bootstrap-toc.css",
"attributes": {"media": "all"}
},
{
"name": "vendor.bootstrap-toc.js",
"type": "script",
"uri": "media/templates/site/mokocassiopeia/vendor/bootstrap-toc/bootstrap-toc.js",
"dependencies": ["jquery"],
"attributes": {"defer": true}
}
]
}