Skip to content

moddio/moddio-docs-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

How our documentation works

This entire documentation is produced from this github repo (https://github.com/moddio/moddio-docs-v3) Merging PR's in there will update this documentation immediately.

Running documentation in a local machine

We use docsify as a framework for our docs.

For local development and testing, it is best to use the docsify-cli package, which allows you to easily view changes on localhost:3000. The following example uses npm with the -g flag for a global install from the command line.

npm i docsify-cli -g

To run our doc locally, clone our repo and typing below inside moddio-docs/ folder:

docsify serve

The changes will reflect immediately after saving the files. There is no need to restart the docsify server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published