Files
backstage/plugins/techdocs/mkdocs
2020-06-24 12:02:09 +02:00
..
2020-06-24 12:00:24 +02:00
2020-06-24 12:02:09 +02:00

MkDocs

Welcome to MkDocs. This is the TechDocs implementation of MkDocs.

WIP: This is a work in progress. It is not ready for use yet. Follow our progress on the Backstage Discord under #docs-like-code or on our GitHub Milestone.

Getting started

docker build ./container -t mkdocs-container

docker run -w /content -v $(pwd)/mock-docs:/content -p 8000:8000 -it mkdocs-container serve -a 0.0.0.0:8000

Then open up http://localhost:8000 on your local machine.