This plugin requires VuePress >= 1.0.0. VuePress 2 is not supported
<GlobalTableOfContents />
component that you can use in your markdown instead of [[toc]]
to get a global Table of Contents, i.e. a table of contents that covers the entire vuepress website.npm i vuepress-plugin-global-toc
Using this plugin:
// .vuepress/config.js
module.exports = {
plugins: ['vuepress-plugin-global-toc']
}
then add your table of components where you please in your markdown pages:
# Table of contents
<GlobalTableOfContents />