This repo contains a tutorial MkTechDocs project, intended to get you up and running with MkTechDocs quickly using Docker or a local installation of MkTechDocs.
It produces this output.
If you plan on browsing directly on GitHub, be sure to click the "Raw" button when you view markdown files so you can see things that GitHub hides after rendering the page.
git clone https://github.com/jsseidel/GettingStartedWithMkTechDocs
cd GettingStartedWithMkTechDocs
docker pull jsseidel/mktechdocs:latest
Deb
https://github.com/att/MkTechDocs/releases
Or PPA
sudo add-apt-repository ppa:jsseidel/mktechdocs
sudo apt update
sudo apt install mktechdocs
Or local MkTechDocs installation
Clone the MkTechDocs repository:
git clone https://github.com/att/MkTechDocs
Deb/PPA
. /opt/mktechdocs/bin/mktechdocs.env
Or from source
Please refer to the Setting up your environment section of the MkTechDocs usage guide when installing from source (it's not that hard).
Docker
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/project jsseidel/mktechdocs
Or, use the build-docs.sh script included in this repo:
./build-docs.sh
Or Deb/PPA/source
mktechdocs
Your output will be in getting_started_pages
.