Chapter 0: Introduction

This commit is contained in:
Thomas Lovén 2017-10-29 20:44:53 +01:00
parent 8c24f7eb6a
commit ffe5d3dfe7
4 changed files with 12 additions and 0 deletions

0
doc/0_Introduction.md Normal file
View File

6
doc/README.md Normal file
View File

@ -0,0 +1,6 @@
# MittOS64
**Table of Contents**
[Chapter 0: Introduction](0_Introduction.md)<br>

6
doc/serve Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# This script serves the documentation folder rendered to HTML using GitHub Markdown on port 5000
# docker run -d --rm -v $(pwd)/doc:/data -p 5000:6419 kbai/grip 0.0.0.0:6419
docker run -d --rm -v $(pwd)/doc:/data -p 5000:3080 thomsch98/markserv