This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
/
mkdocs.yml
65 lines (61 loc) · 1.5 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
# Project information
site_name: opsworks_ruby
site_url: https://opsworks_ruby.rzegocki.pl/
site_author: Igor Rzegocki
site_description: >-
Manage OpsWorks instances with ease
# Repository
repo_name: ajgon/opsworks_ruby
repo_url: https://github.com/ajgon/opsworks_ruby
# Development
dev_addr: 0.0.0.0:8000
# Copyright
copyright: Copyright © 2016 - 2021 Igor Rzegocki
nav:
- 'Home': index.md
- 'User Documentation':
- 'Getting Started': getting-started.md
- 'Troubleshooting': troubleshooting.md
- 'Cookbook Documentation':
- 'Supported Technologies': support.md
- 'Requirements': requirements.md
- 'Attributes': attributes.md
- 'Recipes': recipes.md
- 'About opsworks_ruby':
- 'Contributing': contributing.md
- 'Author and Contributors': team.md
- 'Changelog': changelog.md
- 'License': license.md
plugins:
- search
extra:
version:
provider: mike
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- toc:
permalink: true
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: red
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: red
features:
- navigation.instant
- navigation.sections
- navigation.top
- search.suggest