Skip to content

krejac/kea-sys-sec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How-to

1-2-3 Installation

1) Clone repo

In Terminal: git clone git@github.com:krejac/kea-sys-sec.git

2) Install MkDocs

macOS w/ brew: brew install mkdocs
Linux w/ apt: apt install mkdocs

3) Install material theme

material-theme: pip install mkdocs-material

Usage

Usage: mkdocs [OPTIONS] COMMAND [ARGS]...

  MkDocs - Project documentation with Markdown.

Options:
  -V, --version  Show the version and exit.
  -q, --quiet    Silence warnings
  -v, --verbose  Enable verbose output
  -h, --help     Show this message and exit.

Commands:
  build      Build the MkDocs documentation
  gh-deploy  Deploy your documentation to GitHub Pages
  new        Create a new MkDocs project
  serve      Run the builtin development server

Releases

No releases published

Packages

No packages published