-
Notifications
You must be signed in to change notification settings - Fork 21
/
mkdocs.yml
26 lines (26 loc) · 1.19 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
site_name: Pickles
pages:
- Home: 'index.md'
- A simple start: 'StartSimple.md'
- Getting Started: 'GettingStarted.md'
- Console Application: 'ConsoleApplication.md'
- PowerShell Commandlet: 'PowerShellcommandlet.md'
- MSBuild Task: 'MSBuildTask.md'
- Experimental Features: 'ExperimentalFeatures.md'
- How To Generate Pickles Doc On Team City: 'HowToGeneratePicklesDocOnTeamCity.md'
- Integrating Test Results From SpecFlow+ Runner: 'IntegratingTestResultsFromSpecRun.md'
- Arguments:
- Arguments: 'Arguments.md'
- Documentation Format: 'ArgumentsDocumentationFormat.md'
- Feature Directory: 'ArgumentsFeatureDirectory.md'
- Output Directory: 'ArgumentsOutputDirectory.md'
- System Under Test Name: 'ArgumentsSystemUnderTestName.md'
- System Under Test Version: 'ArgumentsSystemUnderTestVersion.md'
- Test Results File: 'ArgumentsTestResultsFile.md'
- Test Results Format: 'ArgumentsTestResultsFormat.md'
- Language: 'ArgumentsLanguage.md'
- Include Experimental Features: 'ArgumentsIncludeExperimentalFeatures.md'
- Enable Comments: 'ArgumentsEnableComments.md'
- How To Contribute: 'HowToContribute.md'
theme: readthedocs
repo_url: https://github.com/picklesdoc/docs