forked from ssmith-techempower/TFB-Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
41 lines (40 loc) · 1.77 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
site_name: TechEmpower Framework Benchmarks
site_url: http://frameworkbenchmarks.readthedocs.org/en/latest
site_description: Documentation for TechEmpower Framework Benchmarks.
site_favicon: img/favicon.png
repo_url: https://github.com/TechEmpower/TFB-Documentation
repo_name: TFB-Documentation
theme: readthedocs
pages:
- Home: 'index.md'
- Project Information:
- 'Project Information Overview': 'Project-Information/index.md'
- 'Basic Concepts' : 'Project-Information/Concepts.md'
- 'Framework Tests' : 'Project-Information/Framework-Tests.md'
- 'Environment' : 'Project-Information/Environment.md'
- 'Travis-CI' : 'Project-Information/Travis-CI.md'
- 'Expected Questions' : 'Project-Information/Expected-Questions.md'
- 'Results Website' : 'Project-Information/Results-Website.md'
- Development:
- 'Development Overview': 'Development/index.md'
- 'Getting Started': 'Development/Getting-Started.md'
- 'Contributing Guide': 'Development/Contributing-Guide.md'
- 'Installation Guide': 'Development/Installation-Guide.md'
- 'Add Framework or Tests': 'Development/Add-Frameworks-or-Tests.md'
- 'Testing and Debugging': 'Development/Testing-and-Debugging.md'
- 'Readme Formats': 'Development/Readme-Formats.md'
- Benchmarking:
- 'Benchmarking Overview': 'Benchmarking/index.md'
- 'Getting Started': 'Benchmarking/Getting-Started-Benchmarking.md'
- Codebase:
- 'Codebase Overview': 'Codebase/index.md'
- 'Framework Files': 'Codebase/Framework-Files.md'
- About:
- 'Framework Benchmarks': 'About/Framework-Benchmarks.md'
- 'TechEmpower': 'About/TechEmpower.md'
- 'Documentation': 'About/Documentation.md'
- 'License': 'About/License.md'
- Support:
- 'Support Overview': 'Support/index.md'
- 'Join the Conversation': 'Support/Converse.md'
- 'FAQ': 'Support/FAQ.md'