forked from WordOps/docs.wordops.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
105 lines (96 loc) · 3.09 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
site_name: WordOps Documentation
site_description: Wordops documentation and user guides
copyright: 'Copyright © 2019 WordOps - <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img style="display:inline;" alt="Licence Creative Commons" style="border-width:0" src="https://docs.wordops.net/images/80x15.png" /></a>'
repo_url: https://github.com/WordOps/WordOps/
edit_uri: "https://github.com/WordOps/docs.wordops.net/edit/master/docs/"
remote_branch: gh-pages
theme:
name: 'material'
favicon: 'images/favicon.png'
language: 'en'
font: false
highlightjs: true
palette:
primary: 'indigo'
accent: 'indigo'
markdown_extensions:
# Code highlighting in ``` ``` blocks
- codehilite:
guess_lang: true
# Table of Contents
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# block div
- admonition
- meta
extra_css:
- css/extra.css
nav:
- Home: 'README.md'
- About:
- From EasyEngine to WordOps: 'about/from-easyengine-to-wordops.md'
- Changelog: 'about/changelog.md'
- Give WordOps a Github star: 'about/give-wordops-github-star.md'
- Contributing: 'about/contributing.md'
- Code of conduct: 'about/code-of-conduct.md'
- Getting Started:
- Prerequisites: 'getting-started/prerequesites.md'
- Installation: 'getting-started/installation-guide.md'
- Post-install steps: 'getting-started/post-install-steps.md'
- Creating sites: 'getting-started/creating-sites.md'
- Commands:
- Overview: 'commands.md'
- site: 'commands/site.md'
- stack: 'commands/stack.md'
- debug: 'commands/debug.md'
- clean: 'commands/clean.md'
- info: 'commands/info.md'
- log: 'commands/log.md'
- secure: 'commands/secure.md'
- maintenance: 'commands/maintenance.md'
- update: 'commands/update.md'
- How to :
- Overview: 'how-to.md'
- Set WordPress language: 'how-to/wp-language.md'
- Secure WordOps backend: 'how-to/secure-22222.md'
- Configure LetsEncrypt DNS API : 'how-to/configure-letsencrypt-dns-api-validation.md'
- Configure UFW Firewall: 'how-to/configure-ufw-firewall.md'
- Guides:
- Overview: 'guides.md'
- EasyEngine Migration: 'guides/migration-from-easyengine.md'
- LetsEncrypt SSL certificates: 'guides/manage-ssl-certificates.md'
- F.A.Q: 'faq.md'
- Troubleshooting: 'troubleshooting.md'
- Community:
- WordOps.net: https://wordops.net
- Forum: https://community.wordops.net
- Slack: https://community.wordops.io/slack
- Twitter: https://twitter.com/WordOps_
- Mastodon: https://mastodon.top/@WordOps
extra:
social:
- type: globe
link: https://wordops.net
- type: github-alt
link: https://github.com/WordOps
- type: twitter
link: https://twitter.com/WordOps_
- type: slack
link: https://community.wordops.io/slack
- type: comments
link: https://community.wordops.net
manifest: 'manifest.webmanifest'