-
Notifications
You must be signed in to change notification settings - Fork 487
/
mkdocs.yml
29 lines (28 loc) · 1.14 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
site_name: TestStack.White
theme: readthedocs
repo_url: https://github.com/TestStack/White
pages:
- Home: index.md
- Changelog: ChangeLog.md
- Configuration: Configuration.md
- Getting Started: GettingStarted.md
- UI Items: UIItems.md
- Windows: Windows.md
- FAQ: FAQ.md
- Screen Objects:
- Screen Objects: ScreenObjects/Index.md
- Screen Repository: ScreenObjects/ScreenRepository.md
- Screens UIItems And Entities: ScreenObjects/ScreensUIItemsAndEntities.md
- Refactoring to use Screen Objects: ScreenObjects/RefactoringToUseScreenObjects.md
- Test Entities: ScreenObjects/TestEntities.md
- Advanced Topics:
- Index: AdvancedTopics/index.md
- Continuous Integration: AdvancedTopics/ContinuousIntegration.md
- Custom UI Items: AdvancedTopics/CustomUIItems.md
- Localisation: AdvancedTopics/Localisation.md
- Mouse and keyboard: AdvancedTopics/MouseAndKeyboard.md
- Search Depth: AdvancedTopics/SearchDepth.md
- Waiting: AdvancedTopics/Waiting.md
- Third party controls: AdvancedTopics/ThirdPartyControls.md
- Position based search: AdvancedTopics/PositionBasedSearch.md
- UIA v3: AdvancedTopics/UIAv3.md