forked from WordOps/docs.wordops.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (57 loc) · 1.57 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
site_name: Docs WordOps
site_description: Wordops documentation and user guides
copyright: 'Copyright © 2019 WordOps'
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'
highlightjs: true
markdown_extensions:
# Code highlighting in ``` ``` blocks
- codehilite:
guess_lang: true
# Table of Contents
- toc:
permalink: true
# block div
- admonition
- meta
extra_css:
- css/extra.css
nav:
- Home: 'README.md'
- Getting Started:
- Prerequisites: 'prerequesites.md'
- Installation: 'installation-guide.md'
- Post-install steps: 'post-install-steps.md'
- Creating sites: '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'
- F.A.Q: 'faq.md'
- How to : 'how-to.md'
- Guides:
- EasyEngine Migration: 'migration-from-easyengine.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