fix: migrate techdocs-container to packages/

This commit is contained in:
Bilawal Hameed
2020-07-10 16:05:14 +02:00
parent 353cf5a14f
commit 4f709b4a25
13 changed files with 0 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 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](https://discord.gg/MUpMjP2) under #docs-like-code or on [our GitHub Milestone](https://github.com/spotify/backstage/milestone/15).**
## Getting started
```bash
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.