| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
General documentation for BOSH. We render these docs with mkdocs using a slightly-adapted material theme, and you can find a rendered version of these docs at bosh.io/docs.
Commits made to the master branch of this repo will trigger a councourse build which will automatically push changes live.
For local development:
git clone https://github.com/cloudfoundry/docs-bosh.git
cd docs-bosh
git submodule update --init --recursive
# for quick development reloads
docker run --rm -it -p 8000:8000 -v "${PWD}:/docs" \
squidfunk/mkdocs-material:9.7.6 \
-- serve --dev-addr=0.0.0.0:8000 --dirtyreload
# for a production-like build environment (link checking, etc.)
docker run --rm -it -p 8000:8000 -v "${PWD}:/docs" \
squidfunk/mkdocs-material:9.7.6You can then make changes in a text editor, and refresh in a local browser at http://localhost:8000/.
| Back | FazBrowse Home | New Git URL |