This repository uses Vitepress to build a static site containing the documentation guides for installing Augoor using Docker Compose.
Check the generated website at https://augoor-installation.github.io/augoor-docker-installation/.
- NodeJS
- yarn
Install the project dependencies
yarn install
When writing the documentation you can open a server that will dynamically render your changes to the Markdown files. The following command will run a server. Click on the provided link and a browser window will open the documentation homepage.
yarn docs:dev
This will start a web server printing the following in your terminal
vitepress v1.0.0-rc.31
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help
Open the link to browse the documentation. You can edit the documentation and vitepress will automatically refresh your browser content.
yarn docs:build
This will build the static website under docs/.vitepress/dist
. Copy the contents to your web server to publish the website.