forked from dalibo/ldap2pg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
36 lines (33 loc) · 763 Bytes
/
mkdocs.yml
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
# metadata
site_name: ldap2pg documentation
site_description: Synchronise Postgres roles from LDAP directory
site_author: Dalibo Labs
copyright: © Dalibo 2017
repo_name: ldap2pg
repo_url: https://github.com/dalibo/ldap2pg
pages:
- Home: index.md
- Installation: install.md
- Configuration:
- CLI: cli.md
- ldap2pg.yml: config.md
- Inspecting Cluster: postgres.md
- Querying Directory: ldap.md
- Managing Roles: roles.md
- Managing Privileges: privileges.md
- Well-known Privileges: wellknown.md
- Cookbook: cookbook.md
- Hacking: hacking.md
- Changelog: changelog.md
site_dir: build/docs/
# Markdown settings
markdown_extensions:
- admonition
- fenced_code
- headerid
- sane_lists
- smarty
- toc:
baselevel: 2
permalink: yes
- wikilinks