nosync-quiet option added courtesy Robin Johnson (Gentoo project)
[gitolite-doc.git] / mkdocs.yml
blob9132c980171c2bb7bc324022ab1db1a155686d64
1 site_name: Gitolite
2 docs_dir: gen-docs
3 use_directory_urls: false
4 # repo_url: https://github.com/sitaramc/gitolite-doc
6 nav:
8 - home: index.mkd
10 - what/why:
11     - overview: overview.mkd
12     - concepts, conventions, terminology: concepts.mkd
14 - install and setup:
15     - (unix/ssh experts) quick install and setup: quick_install.mkd
16     - normal ssh mode install and setup: install.mkd
17     - (if all else fails) fool-proof, step-by-step, install and setup: fool_proof_setup.mkd
18     - HTTP mode install: http.mkd
19     - migrating from v2: migr.mkd
21 - use:
22     - basic:
23         - basic administration: basic-admin.mkd
24         - the "conf" file (part 1): conf.mkd
25         - the "conf" file (part 2): conf-2.mkd
26         - the "rc" file: rc.mkd
27         - your users' view: user.mkd
29     - advanced:
30         - setting git-config values: git-config.mkd
31         - gitolite options: options.mkd
32         - ad hoc user-created ("wild") repos: wild.mkd
33         - using templates: templates.mkd
34         - virtual refs (part 1): vref.mkd
35         - virtual refs (part 2): vref-2.mkd
36         - delegation of admin duties: deleg.mkd
37         - gitweb and git-daemon: gitweb-daemon.mkd
38         - mirroring: mirroring.mkd
40     - customise:
41         - core and "non-core" gitolite: non-core.mkd
42         - writing your own non-core code: dev-notes.mkd
43         - gitolite triggers: triggers.mkd
44         - list of non-core programs shipped with gitolite: list-non-core.mkd
46     - (quick! how do I...) the cookbook: cookbook.mkd
48 - HELP!:
49     - emergency!!: emergencies.mkd
50     - ssh:
51         - ssh: ssh.mkd
52         - how gitolite uses ssh: glssh.mkd
53         - ssh troubleshooting: sts.mkd
54     - regular expressions: regex.mkd
56 - other docs:
57     - miscellaneous features: odds-and-ends.mkd
58     - using git namespaces: namespaces.mkd
59     - locking binary files: locking.mkd
60     - testing gitolite: testing.mkd
61     - packaging gitolite: package.mkd
62     - gitolite and ssh certs: gitolite-and-ssh-certs.mkd
63     - more about gitolite:
64         - gitolite files & directories: files.mkd
65         - the 3.3 format rc file: rc-33.mkd
66         - performance: perf.mkd
67         - internals: internals.mkd
68     - contrib:
69         - Using both ssh and http: contrib/ssh-and-http.mkd
70         - Putty and Msysgit: contrib/putty.mkd
71         - Self-service key management: contrib/sskm.mkd
72         - User key management: contrib/ukm.mkd
73         - Emacs major mode: contrib/README-emacs.mkd
74     - no way!: no-way.mkd
76 extra_css:
77     - css/gitolite.css
78 markdown_extensions:
79     - toc:
80         permalink: 
81     - admonition:
82     - footnotes:
83     - wikilinks:
84     - def_list: