forked from xenforo-ltd/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (41 loc) · 1.42 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
site_name: XenForo 2 Documentation
site_description: Developer Documentation for XenForo 2.
site_author: XenForo Ltd.
site_favicon: xenforo-favicon.png
theme: readthedocs
custom_dir: xf2
extra_css:
- 'https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap'
- 'extra.css'
nav:
- Overview:
- Getting started: index.md
- Site Administrators (or common):
- Template syntax: template-syntax.md
- REST API: rest-api.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
- Template syntax: template-syntax.md
- Appendix(es):
- macOS Dev Environment: macos-dev.md
- Linux Dev Environment: linux-dev.md
- Windows Dev Environment: windows-dev.md
- Visual Studio Code and Xdebug: vscode.md
- Scotch Box: scotchbox.md
repo_url: https://github.com/xenforo-ltd/docs/
edit_uri: edit/main/docs/
markdown_extensions:
- admonition
- toc:
permalink:
copyright: <a href="https://xenforo.com/" target="_blank">Developer documentation for XenForo® 2.x ©2010-2021 XenForo Ltd.</a>