Docc screenshot

Docc

Author Avatar Theme by Mrcrmn
Updated: 13 Mar 2020
125 Stars

A starter documentation theme for Gridsome. Featuring instant search, great navigation and a dark mode!

Categories

Overview:

This product is a starter documentation theme for Gridsome, a Vue.js-powered static site generator. The theme provides a framework for creating and organizing documentation for various projects or products.

Features:

  • Starter theme: The theme provides a starting point for creating documentation websites using Gridsome.
  • Gridsome integration: It is designed specifically for use with Gridsome, taking advantage of its features and functionalities.
  • Easy installation: With the Gridsome CLI installed, the theme can be easily installed with a simple command.

Installation:

To install the Gridsome starter documentation theme, follow these steps:

  1. Install the Gridsome CLI if you haven’t already:
npm install --global @gridsome/cli
  1. Create a new Gridsome project and install the theme:
gridsome create your-project https://github.com/mrcrmn/docc
  1. Once the installation is complete, navigate to your project directory:
cd your-project
  1. Start the development server:
gridsome develop
  1. Open your browser and visit http://localhost:8080 to see the documentation site in action.

Summary:

The Gridsome starter documentation theme is a convenient solution for creating and organizing documentation websites using Gridsome. It offers a range of features, including an easy installation process and seamless integration with Gridsome’s capabilities.