forked from WordOps/docs.wordops.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
120 lines (112 loc) · 3.89 KB
/
Copy pathmkdocs.yml
File metadata and controls
120 lines (112 loc) · 3.89 KB
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
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
theme:
name: 'material'
favicon: 'images/favicon.png'
logo: 'images/logo-icon.png'
language: 'en'
font: false
highlightjs: true
palette:
primary: 'light-blue'
accent: 'indigo'
feature:
tabs: true
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:
- Home: 'README.md'
- About:
- Give WordOps a Github star: 'about/give-wordops-github-star.md'
- From EasyEngine to WordOps: 'about/from-easyengine-to-wordops.md'
- Changelog: 'about/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'
- 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'
- F.A.Q: 'https://wordops.net/f-a-q/'
- WordOps.net: https://wordops.net
- Blog: https://wordops.net/blog/
- Forum: https://community.wordops.net
- Chat: https://chat.wordops.net
- Twitter: https://twitter.com/WordOps_
- Mastodon: https://mastodon.top/@WordOps
- Troubleshooting:
- Bug reporting guidelines: 'troubleshooting/bug-reporting.md'
- Common issues: 'troubleshooting/common-issues.md'
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'