forked from xenforo-ltd/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (32 loc) · 1.06 KB
/
mkdocs.yml
File metadata and controls
37 lines (32 loc) · 1.06 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
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:
# Overview
- Getting started: index.md
# Site Administrators (or common)
- Template syntax: template-syntax.md
# Developers
- 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
- Criteria: criteria.md
- Managing the schema: managing-the-schema.md
- Let's build an add-on: lets-build-an-add-on.md
# Designers
- Designing styles: designing-styles.md
# Appendix(es)
- 'Appendix: Scotch Box': scotchbox.md
repo_url: https://github.com/xenforo-ltd/docs/
edit_uri: edit/master/docs/
markdown_extensions:
- admonition
- toc:
permalink:
copyright: <a href="https://xenforo.com/" target="_blank">Developer documentation for XenForo™ © 2017-2018 XenForo Ltd.</a>