Files
backstage/plugins/techdocs/mkdocs
Bilawal Hameed f4cdbc005d techdocs: skeleton of reader (#1438)
* chore: replaced default components

* feat(techdocs): added skeleton of reader

* fix: added types

* fix: split out into separate file

* fix: add shadowDom hook test

* fix: added @backstage/test-utils as dep

* fix: formatting python files
2020-06-25 11:18:47 +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.