-
Notifications
You must be signed in to change notification settings - Fork 41
/
mkdocs.yml
132 lines (126 loc) · 5.29 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
site_name: WordOps Documentation
site_description: Wordops documentation and user guides
copyright: 'Copyright © 2022 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
site_url: https://docs.wordops.net
theme:
name: "material"
favicon: "images/favicon.png"
language: "en"
highlightjs: true
palette:
primary: "light-blue"
accent: "indigo"
features:
- navigation.tabs
- navigation.instant
- navigation.top
- content.action.edit
- content.code.copy
icon:
logo: material/cloud
plugins:
- search
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
- css/asciinema-player.min.css
extra_javascript:
- "js/asciinema-player.js"
nav:
- Documentation:
- Home: "README.md"
- F.A.Q: "https://wordops.net/f-a-q/"
- WordOps.net: https://wordops.net
- Blog: https://wordops.net/blog/
- Forum: https://community.wordops.net
- Twitter: https://twitter.com/WordOps_
- Mastodon: https://mastodon.top/@WordOps
- Donate: https://ko-fi.com/wordops
- About:
- Give WordOps a Github star: "about/give-wordops-github-star.md"
- From EasyEngine to WordOps: "about/from-easyengine-to-wordops.md"
- Changelog: "https://github.com/WordOps/WordOps/blob/master/CHANGELOG.md"
- Contributing: "about/contributing.md"
- Code of conduct: "about/code-of-conduct.md"
- Contributors: "https://github.com/WordOps/WordOps/graphs/contributors"
- 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"
- WordOps structure: "getting-started/wordops-structure.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"
- Get A+ grade on ssllabs: "how-to/get-a-plus-grade-ssllabs.md"
- Add FTP users: "how-to/add-ftp-users.md"
- Remote MySQL server with WordOps: "how-to/remote-mysql-server.md"
- Install HWE stacks on Ubuntu: "how-to/ubuntu-lts-hwe-stacks.md"
- Automate WordPress post-install: "how-to/post-install-wp.md"
- How to allow zip & gzip files download: "how-to/allow-zip-gzip-files-download.md"
- Setup basic auth on site: "how-to/setup-basic-auth.md"
- Automate WordOps installation: "how-to/automate-wordops-install.md"
- Microcaching with Nginx: "how-to/microcaching-with-nginx.md"
- Bypass fastcgi_cache on specific URLs: "how-to/bypass-fastcgi-cache-on-specific-urls.md"
- Setup Sendmail with Sendgrid: "how-to/setup-sendmail-with-sendgrid.md"
- Define MariaDB and Default PHP version: "how-to/define-mariadb-and-default-php-version.md"
- Guides:
- Overview: "guides.md"
- EasyEngine Migration: "guides/migration-from-easyengine.md"
- LetsEncrypt SSL certificates: "guides/manage-ssl-certificates.md"
- WordPress sites migration: "guides/wordpress-migration.md"
- WordOps With DigitalOcean volumes: "guides/wordops-with-digitalocean-volume.md"
- Enable live kernel patching on Ubuntu: "guides/enable-live-kernel-patching.md"
- Troubleshooting:
- Bug reporting guidelines: "troubleshooting/bug-reporting.md"
- Common issues: "troubleshooting/common-issues.md"
extra:
social:
- icon: fontawesome/solid/globe
link: https://wordops.net
- icon: fontawesome/brands/github-alt
link: https://github.com/WordOps
- icon: fontawesome/brands/twitter
link: https://twitter.com/WordOps_
- icon: fontawesome/solid/comments
link: https://community.wordops.net
manifest: "manifest.webmanifest"