forked from pulp/pulp-oci-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (49 loc) · 1.27 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
---
site_name: Pulp OCI Images
site_description: Pulp Containers
site_author: Pulp Team
site_url: https://docs.pulpproject.org/pulp_oci_images/
repo_name: pulp/pulp-oci-images
repo_url: https://github.com/pulp/pulp-oci-images
edit_uri: edit/main/docs
theme:
features:
- search.suggest
- search.highlight
- search.share
name: material
logo: images/pulp_logo_big.png
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: white
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: white
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Home: index.md
- Multi-Process Images: multi-process-images.md
- Single-Process Images: single-process-images.md
- Migrating from pulp_installer to a multi-process container: migration-pulp-installer-to-multi-process.md
- Developer Instructions: developer-instructions.md
- Changelog: CHANGES.md
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.superfences
- admonition
extra:
version:
provider: mike
default: latest
plugins:
- git-revision-date
- search:
lang: en
prebuild_index: true