mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 01:04:59 +00:00
This makes the following changes to the getting started guide after running through both the signed-in and signed-out paths: * Added helm and git as requirements * made it easier to modify the requirements by using all "1." list items * Wait for the httpbin pod to be ready before continuing * Make all the signed-out steps work * Fixed sub-section header values so they show up in the TOC * Fix minor typos and grammar issues * Fix minor spacing and formatting inconsistencies * Mark the ArgoCD guide as "coming soon" Also fixed the docs for running the website locally to be able to preview all these changes while working on them.
699 B
699 B
Website
This website is built using Docusaurus, a modern static website generator.
Installation
npm install
Local Development
npm run start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
npm run build
This command generates static content into the build directory and can be
served using any static contents hosting service.
Deployment
Deployments are made with Cloudflare Pages. Cloudflare deploys on changes to the main branch, and Pull Requests get comments with links to preview environments.