Chapter 0: Introduction
This commit is contained in:
parent
8c24f7eb6a
commit
ffe5d3dfe7
0
doc/0_Introduction.md
Normal file
0
doc/0_Introduction.md
Normal file
6
doc/README.md
Normal file
6
doc/README.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# MittOS64
|
||||||
|
|
||||||
|
**Table of Contents**
|
||||||
|
|
||||||
|
[Chapter 0: Introduction](0_Introduction.md)<br>
|
||||||
|
|
6
doc/serve
Executable file
6
doc/serve
Executable 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
|
Loading…
x
Reference in New Issue
Block a user