File: mkdocs.1

package info (click to toggle)
python-mkdocs 1.4.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,640 kB
  • sloc: python: 12,310; javascript: 2,315; perl: 142; sh: 84; makefile: 24; xml: 12
file content (44 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.TH MKDOCS 1

.SH NAME
mkdocs \- Project documentation with Markdown

.SH SYNOPSIS
.B mkdocs
[\fB\-V\fR]
[\fB\-q\fR]
[\fB\-v\fR]
[\fB\-h\fR]
.IR command

.SH DESCRIPTION
.B mkdocs
builds markdown based project documentation.

.SH OPTIONS
.TP
.BR \-V ", " \-\-version
Show the version and exit.
.TP
.BR \-q ", " \-\-quiet
Show the version and exit.
.TP
.BR \-v ", " \-\-verbose
Enable verbose output.
.TP
.BR \-h ", " \-\-help
Show this message and exit.

.SH COMMANDS
.TP
.BR build
Build the MkDocs documentation.
.TP
.BR gh-deploy
Deploy your documentation to GitHub Pages.
.TP
.BR new
Create a new MkDocs project.
.TP
.BR serve
Run the builtin development server.