Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.89 KB

DOCUMENTATION.md

File metadata and controls

34 lines (25 loc) · 1.89 KB

Documentation

Welcome to our documentation guide. Here are some useful tips you need to know!

Table of Contents

Where to find our documentation

Our documentation can be found in ONLY TWO PLACES:

  1. Inline within the repository's code files: We have automated processes to extract this information and place it in our documentation site docs.switchmap-ng.io.
  2. In our switchmap-ng-docs repository: Our SwitchMap-NG Docs repository contains user edited markdown files that are automatically integrated into our documentation site docs.switchmap-ng.io using the Docusaurus package.

How to use Docusaurus

The process in easy:

  1. Install switchmap-ng-docs on your system
  2. Launch docusaurus on your system according to the switchmap-ng-docsdocumentation.
    • A local version of docs.switchmap-ng.io should automatically launched in your browser at http://localhost:3000/
  3. Add/modify the markdown documents to the docs/ directory of the switchmap-ng-docs repository
  4. If adding a file, then you will also need to edit the sidebars.js which is used to generate the docs.switchmap-ng.io menus.
  5. Always monitor the local website in your brower to make sure the changes are acceptable.
    • You'll be able to see errors that you can use for troubleshooting in the CLI window you used to launch the local website.

Other information

PLEASE do not add markdown files in this repository. Add them to switchmap-ng-docs!