# Reference
# VuePress overview
- VuePress Guide and here
- VuePress source code
- GitHub Issues Looking at closed issues from time to time helps you understand things that haven't made it into the official documentation
- Source code for Markdown extensions supported by the default theme
- Vue.js forum on Spectrum.chat covers both VuePress and Vue issues
- Determining what version of VuePress you're using: It's just a Node.js package, so at the operating system command line, enter
npm list vuepress
- Update to the latest version of VuePress: At the operating system command prompt, enter
npm update -g vuepress
# Default theme source code
# VuePress custom theme documentation
- Location for custom themes:
- MacOS:
usr/local/lib/node_modules
- MacOS:
- Location of default theme files
- MacOS:
/usr/local/lib/node_modules/vuepress/lib/default-theme/
- MacOS:
# Markdown
- Original Markdown Description by Jon Gruber
- VuePress uses the Markdown-it (website, [source code)[https://github.com/markdown-it/markdown-it]) extensions
- VuePress documentation for markdown extensions
# YAML
# Articles
# Tutorials
- Zero to Deploy: Build a Documentation System with VuePress
- Learn HTML Free – Basic HTML Codes for Beginners
# SEO and organizing your site
- Google Search Engine Optimization (SEO) Starter Guide: Organize your site hierarchy