File: mkdocs.yml

package info (click to toggle)
bundlewrap 4.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,216 kB
  • sloc: python: 20,299; makefile: 2
file content (76 lines) | stat: -rw-r--r-- 2,521 bytes parent folder | download | duplicates (2)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
site_name: BundleWrap
docs_dir: content
site_dir: build
extra_css:
- bundlewrap.css
repo_url: "https://github.com/bundlewrap/bundlewrap"
remote_name: github
copyright: "BundleWrap is published under the <a href='https://github.com/bundlewrap/bundlewrap/blob/master/LICENSE'>GPL license</a>.</p>"
nav:
- <i class="fa fa-home"></i>: index.md
- Guides:
  - Quickstart: guide/quickstart.md
  - Installation: guide/installation.md
  - CLI: guide/cli.md
  - Environment Variables: guide/env.md
  - File templates: guide/item_file_templates.md
  - Handling secrets: guide/secrets.md
  - Locking: guide/locks.md
  - Kubernetes: guide/kubernetes.md
  - Custom items: guide/dev_item.md
  - Python API: guide/api.md
  - OS compatibility: guide/os_compatibility.md
  - TOML nodes and groups: guide/toml.md
  - Selectors: guide/selectors.md
  - Migrating to 2.0: guide/migrate_12.md
  - Migrating to 3.0: guide/migrate_23.md
  - Migrating to 4.0: guide/migrate_34.md
- Repository:
  - Overview: repo/layout.md
  - nodes.py: repo/nodes.py.md
  - groups.py: repo/groups.py.md
  - requirements.txt: repo/requirements.txt.md
  - bundles/.../bundle.py: repo/bundle.py.md
  - bundles/.../items.py: repo/items.py.md
  - bundles/.../metadata.py: repo/metadata.py.md
  - hooks/: repo/hooks.md
  - libs/: repo/libs.md
- Items:
  - action: items/action.md
  - dconf: items/dconf.md
  - directory: items/directory.md
  - file: items/file.md
  - git_deploy: items/git_deploy.md
  - group: items/group.md
  - k8s_*: items/k8s.md
  - pkg_apk: items/pkg_apk.md
  - pkg_apt: items/pkg_apt.md
  - pkg_dnf: items/pkg_dnf.md
  - pkg_freebsd: items/pkg_freebsd.md
  - pkg_openbsd: items/pkg_openbsd.md
  - pkg_opkg: items/pkg_opkg.md
  - pkg_pacman: items/pkg_pacman.md
  - pkg_pamac: items/pkg_pamac.md
  - pkg_pip: items/pkg_pip.md
  - pkg_snap: items/pkg_snap.md
  - pkg_yum: items/pkg_yum.md
  - pkg_zypper: items/pkg_zypper.md
  - postgres_db: items/postgres_db.md
  - postgres_role: items/postgres_role.md
  - routeros: items/routeros.md
  - svc_freebsd: items/svc_freebsd.md
  - svc_openbsd: items/svc_openbsd.md
  - svc_openrc: items/svc_openrc.md
  - svc_systemd: items/svc_systemd.md
  - svc_systemv: items/svc_systemv.md
  - svc_upstart: items/svc_upstart.md
  - symlink: items/symlink.md
  - user: items/user.md
  - zfs_dataset: items/zfs_dataset.md
  - zfs_pool: items/zfs_pool.md
- Misc:
  - About: misc/about.md
  - Why BundleWrap: misc/deciding.md
  - Glossary: misc/glossary.md
  - FAQ: misc/faq.md
  - Contributing: misc/contributing.md