Vuepress Theme Craftdocs

screenshot of Vuepress Theme Craftdocs

VuePress theme for Craft CMS documentation

Overview

Craft Documentation Theme for VuePress is a theme used for Craft CMS documentation. It provides various changes and improvements over the default VuePress theme, such as adding support for code language toggles, split page views, and improved styling for tables. It also offers themeConfig options to customize the sidebar sizing.

Features

  • Code Language Toggles: Allows for creating code toggles by wrapping multiple fenced code blocks with a code container. Custom labels can be provided for the toggles.
  • Split Views: Enables the creation of split view pages by adding split: true to the page's frontmatter. Content containing a horizontal rule (---) is divided into left and right portions, based on the closest H2/H3 headings.
  • Improved Table Styling: Enhances the styling of <table> elements.
  • ThemeConfig Options: Provides themeConfig options to adjust the sidebar sizing, including options for smaller sidebar headings and wider sidebar.

Summary

Craft Documentation Theme for VuePress is a custom theme designed for use with Craft CMS documentation. It offers several enhancements to the default VuePress theme, including support for code language toggles, split page views, improved table styling, and customizable sidebar sizing. By implementing this theme, developers can improve the user experience and organization of their documentation.