-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
52 lines (45 loc) · 2.32 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
site_name: TechEmpower Framework Benchmarks
site_url: /
site_description: Documentation for TechEmpower Framework Benchmarks.
site_favicon: img/favicon.png
repo_url: https://github.com/TechEmpower/TFB-Documentation
pages:
- ['index.md']
# **************************
# **DROP DOWN MENU OPTIONS**
# **************************
# Project Information:
- ['Project-Information/index.md', 'Project Information']
- ['Project-Information/Concepts.md', 'Project Information', 'Basic Concepts']
- ['Project-Information/Framework-Tests.md', 'Project Information', 'Framework Tests']
- ['Project-Information/Environment.md', 'Project Information', 'Environment']
- ['Project-Information/Travis-CI.md', 'Project Information', 'Travis-CI']
- ['Project-Information/Expected-Questions.md', 'Project Information', 'Expected Questions']
# Development:
- ['Development/index.md', 'Development']
- ['Development/Getting-Started.md', 'Development', 'Getting Started']
- ['Development/Contributing-Guide.md', 'Development', 'Contributing Guide']
- ['Development/Installation-Guide.md', 'Development', 'Installation Guide']
- ['Development/Add-Frameworks-or-Tests.md', 'Development', 'Add Frameworks or Tests']
- ['Development/Testing-and-Debugging.md', 'Development', 'Testing and Debugging']
- ['Development/Add-Benchmark-Scripts.md', 'Development', 'Add Benchmark Scripts']
- ['Development/Readme-Formats.md', 'Development', 'Readme Formats']
# Benchmarking:
- ['Benchmarking/index.md', 'Benchmarking']
- ['Benchmarking/Getting-Started-Benchmarking.md', 'Benchmarking', 'Getting Started']
- ['Benchmarking/Running-the-Benchmark.md', 'Benchmarking', 'Run the Benchmark']
# Codebase
- ['Codebase/index.md', 'Codebase']
- ['Codebase/Configuration-File.md', 'Codebase', 'Configuration File']
- ['Codebase/Framework-Files.md', 'Codebase', 'Framework Specific Files']
- ['Codebase/Summary-of-Script-Directories.md', 'Codebase', 'Summary of Script Directories']
- ['Codebase/Setup-Files.md', 'Codebase', 'Setup Files']
# About:
- ['About/Framework-Benchmarks.md', 'About', 'Framework Benchmarks']
- ['About/TechEmpower.md', 'About', 'TechEmpower']
- ['About/Documentation.md', 'About', 'Documentation']
- ['About/License.md', 'About', 'License']
# Support
- ['Support/index.md', 'Support']
- ['Support/Converse.md', 'Support', 'Join the Conversation']
- ['Support/FAQ.md', 'Support', 'FAQ']