Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 803 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 803 Bytes

SLZB-06 MANUAL

This repository contains the SLZB-06 documentation.

It is based on VuePress v2.

Directory-Structure

  • docs: The actual documentation.
  • docs/.vuepress: VuePress enhancements.
  • public: Static assets like static images.
  • navbar.ts: Tom menu navigation bar - configuration file.
  • sidebar.ts: Side menu (sidebar) - configuration file.
  • vuepress.config.ts: The VuePress config file.

VuePress installation

# Install Vuepress dependencies
npm ci

Compilling static web pages

# Run Vuepress build command to generate static pages
npm run build

Compilled web-resource will be stored at the dist directory.