vocascan / documentation

This is the documentation for vocascan.
https://docs.vocascan.com
GNU General Public License v3.0
8 stars 2 forks source link
documentation hacktoberfest vocascan

Documentation

Getting started

To preview the documentation locally, you have two ways. Install the docsify dependency or simply server the ./docs folder with a webserver.

  1. With node and the docsify-cli

    Install docsify

    npm i

    Server docs

    npm run start
  2. With python

    If you already have python installed you can use the http.server module to serve the static docs folder.

    cd docs && python -m http.server 3000

Linting

The files are linted with markdownlint and pretty formatted with prettier. Lint locally with:

  1. Install linter and prettier:

    npm i
  2. Lint

    npm run lint
  3. Fix auto fixable issues

    npm run lint:fix

Guidelines

Syntax highlighting

If you need syntax highlighting for other languages feel free to add the prism.js component to the index.html file.

  1. Goto the all supported languages page
  2. Search for your language
  3. Open index.html and add your language after the others