A custom vuepress theme with mermaid and plantuml, katex and vue components.
The Personal Documentation Theme for VuePress is a theme designed for personal documentation. It includes libraries for markdown-based diagramming tools, sortable/filterable table components, and chart rendering using Chart.js and vue-chartkick.
To install the Personal Documentation Theme for VuePress, follow these steps:
yarn global add vuepress@next
Get the latest version of the theme.
Set up the .vuepress/config.js file. Here is a minimal setup:
module.exports = {
  theme: 'personal-documentation',
}
package.json file and make sure your file directory follows the appropriate structure.For more information, please refer to the official VuePress migration guide.
The Personal Documentation Theme for VuePress is a theme designed for personal documentation. It includes markdown-based diagramming tools, sortable/filterable table components, and chart rendering using Chart.js and vue-chartkick. To install the theme, make sure you have VuePress v1 installed and follow the provided installation steps.