forked from mozilla-lockwise/lockwise-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
21 lines (20 loc) · 728 Bytes
/
mkdocs.yml
File metadata and controls
21 lines (20 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: Firefox Lockbox for iOS
site_description: Documentation for Firefox Lockbox for iOS application
theme: readthedocs
repo_name: GitHub
repo_url: https://github.com/mozilla-lockbox/lockbox-ios
nav:
- 'Introduction': 'index.md'
- 'Release Notes': 'release-notes.md'
- 'How to Contribute':
- 'Contributing': 'contributing.md'
- 'Code of Conduct': 'code_of_conduct.md'
- 'Telemetry and Metrics': 'metrics.md'
- 'Developer Guides':
- 'Build and Install': 'install.md'
- 'Architecture': 'architecture.md'
- 'Dependencies': 'updating_libraries.md'
- 'How to: add a browser': 'add-a-browser.md'
- 'How to: add a UI feature': 'new-ui.md'
- 'Test Plan': 'test-plan.md'
- 'Release Instructions': 'releases.md'