forked from xenforo-ltd/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
29 lines (24 loc) · 905 Bytes
/
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
site_name: XenForo 2.0 Documentation
site_description: Developer Documentation for XenForo 2.0.
site_author: XenForo Ltd.
theme: readthedocs
theme_dir: xf2
extra_css: [extra.css]
pages:
- Getting started: index.md
- Add-on structure: add-on-structure.md
- Development tools: development-tools.md
- General concepts: general-concepts.md
- Routing basics: routing-basics.md
- Controller basics: controller-basics.md
- Entities, finders, and repositories: entities-finders-repositories.md
- Managing the schema: managing-the-schema.md
- Let's build an add-on: lets-build-an-add-on.md
- Designing styles: designing-styles.md
#repo_url: https://github.com/xenforo-ltd/xfdocs/
#edit_uri: edit/master/docs/
markdown_extensions:
- admonition
- toc:
permalink:
copyright: <a href="https://xenforo.com/" target="_blank">Development documentation for XenForo™ 2.0 ©2017 XenForo Ltd.</a>