-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathTOC.yml
28 lines (27 loc) · 797 Bytes
/
TOC.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
# Table of contents data. See https://johtela.github.io/LiterateCS/TableOfContents.html
# for description of the format.
contents:
- page: Home
file: index.md
desc: Lean Testing home page.
- page: Introduction
file: Introduction.md
desc: Introduction to Lean Testing.
- page: Producing Evidence
file: Evidence.md
desc: Producing evidence.
- page: Coding Guidelines
file: Lean_Test_Coding_Guidelines.md
desc: Coding Guidelines.
- page: Coding Patterns
file: Lean_Test_Coding_Patterns.md
desc: Coding Patterns.
- page: Inside LeanTest.Net
file: Inside_LeanTest_Net.md
desc: Inside LeanTest.Net.
- page: Readme
file: README.md
desc: Deployment, support and references.
- page: License
file: LICENSE.md
desc: License.