LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mkdocs

generates documentation websites

TLDR

Create new project
$ mkdocs new [project-name]
copy
Serve locally
$ mkdocs serve
copy
Build site
$ mkdocs build
copy
Deploy to GitHub Pages
$ mkdocs gh-deploy
copy
Serve on custom port
$ mkdocs serve -a [localhost:8080]
copy
Strict mode
$ mkdocs build --strict
copy

SYNOPSIS

mkdocs command [options]

DESCRIPTION

mkdocs generates documentation websites. It builds static sites from Markdown files.The tool is designed for project documentation. Supports themes and plugins.

PARAMETERS

COMMAND

MkDocs operation.
new NAME
Create new project.
serve
Start dev server.
build
Build static site.
gh-deploy
Deploy to GitHub Pages.
-a ADDR
Server address.
--help
Display help information.

INSTALL

sudo dnf install mkdocs
copy
sudo pacman -S mkdocs
copy
sudo apk add mkdocs
copy
brew install mkdocs
copy
nix profile install nixpkgs#mkdocs
copy

CAVEATS

Python-based. Requires mkdocs.yml config. Material theme popular.

HISTORY

MkDocs was created to provide simple, fast documentation generation from Markdown files.

SEE ALSO

sphinx-build(1), jekyll(1), hugo(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid