This repository was archived by the owner on Jul 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
98 lines (91 loc) · 2.7 KB
/
mkdocs.yml
File metadata and controls
98 lines (91 loc) · 2.7 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
site_name: WordPress stack documentation
site_description: WordPress stack documentation
site_author: Wodby, Inc.
site_url: https://wodby.com/stacks/wordpress/docs
repo_name: wodby/wordpress-docs
repo_url: https://github.com/wodby/wordpress-docs
copyright: Wodby, Inc.
extra:
social:
- type: globe
link: https://wodby.com
- type: github-alt
link: https://github.com/wodby
- type: twitter
link: https://twitter.com/WodbyHQ
theme:
name: material
feature:
tabs: true
palette:
primary: 'indigo'
accent: 'indigo'
custom_dir: 'theme'
extra_css: ["assets/wodby.css"]
extra_javascript: ["assets/intercom.js"]
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.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
pages:
- Home: index.md
- Backups: backups.md
- Cache control: cache-control.md
- Deployment: deployment.md
- Domains: domains.md
- Going live: going-live.md
- Import: import.md
- Instance types: instance-types.md
- Logs: logs.md
- Mail delivery: mail-delivery.md
- Multi site: multi-site.md
- WordPress config: wp-config.md
- Containers:
- Overview: containers/index.md
- Apache: containers/apache.md
- AthenaPDF: containers/athenapdf.md
- Blackfire: containers/blackfire.md
- Cron: containers/cron.md
- Nginx: containers/nginx.md
- Mailhog: containers/mailhog.md
- MariaDB: containers/mariadb.md
- Memcached: containers/memcached.md
- Node.js: containers/node.md
- OpenSMTPD: containers/opensmtpd.md
- PHP: containers/php.md
- PostgreSQL: containers/postgres.md
- Rsyslog: containers/rsyslog.md
- Redis: containers/redis.md
- Solr: containers/solr.md
- SSH: containers/ssh.md
- Varnish: containers/varnish.md
- Webgrind: containers/webgrind.md
- Local environment:
- Overview: local/index.md
- Quick start: local/quick-start.md
- Domains: local/domains.md
- Docker for mac: local/docker-for-mac.md
- Import and export: local/import-export.md
- Make commands: local/make-commands.md
- Multiple projects: local/multiple-projects.md
- Permissions issues: local/permissions.md
- Xdebug: local/xdebug.md