KomodoPlatform / developer-docs

https://developers.komodoplatform.com
23 stars 51 forks source link
vuepress

Archived

Latest version at https://github.com/KomodoPlatform/komodo-docs-mdx

Komodo documentation uses Vuepress.

Setup:

Prerequisites:


Tip:

If you prefer using Docker, installation of nodejs and yarn is not required. See below for Docker instructions.

Install packages & dependencies

yarn install

Start Editing

yarn docs:dev

HTML output is displayed at http://localhost:8080

Edit the markdown files in the directory docs and save the file.

If the changes are not reflected at http://localhost:8080 right away, refresh the page.

Exit the dev mode by using CTRL + C in the same terminal yarn docs:dev has been run.

Issuing the build command while the above dev command is active might cause the build to fail with errors.

Build

yarn docs:build

The html files are available in developer-docs/docs/.vuepress/dist/

Deploy

To deploy to gh-pages at https://<USERNAME>.github.io/developer-docs

./deploy.sh

The above script uses your git <USERNAME> from the global git configuration of your system.

Using Docker:

You can use Docker to reliably produce a developer environment that won't conflict with any of your existing projects.

Prerequisites: Install Docker and Docker Compose on your system