Skip to content

jsseidel/GettingStartedWithMkTechDocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GettingStartedWithMkTechDocs

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.

Installing GettingStartedWithMkTechDocs

git clone https://github.com/jsseidel/GettingStartedWithMkTechDocs
cd GettingStartedWithMkTechDocs

Installing MkTechdocs

Using docker

docker pull jsseidel/mktechdocs:latest

By package or source

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

Set your environment

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).

Build

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.

About

A tutorial MkTechDocs project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published