forked from fastlane/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (42 loc) · 1.67 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
site_name: fastlane docs
theme: readthedocs
copyright: Copyright © 2016 <a href="https://fastlane.tools">fastlane</a>
site_author: "fastlane team"
site_description: "Documentation for fastlane tools, the easiest way to automate building and releasing your iOS and Android apps"
site_favicon: "img/favicon.ico"
repo_url: "https://github.com/fastlane/docs"
google_analytics: ["UA-18658848-13", "docs.fastlane.tools"]
strict: true
markdown_extensions:
- pymdownx.headeranchor
- markdown.extensions.attr_list
theme_dir: theme
pages:
- Home: index.md
- Getting Started:
- iOS:
- Setup: getting-started/ios/setup.md
- Screenshots: getting-started/ios/screenshots.md
- Beta Deployment: getting-started/ios/beta-deployment.md
- App Store Deployment: getting-started/ios/appstore-deployment.md
- Android:
- Setup: getting-started/android/setup.md
- Screenshots: getting-started/android/screenshots.md
- Beta Deployment: getting-started/android/beta-deployment.md
- Release Deployment: getting-started/android/release-deployment.md
- Actions: actions.md
- FAQs: faqs.md
- Codesigning:
- Getting Started: codesigning/getting-started.md
- Xcode Project: codesigning/xcode-project.md
- Troubleshooting: codesigning/troubleshooting.md
- Common Issues: codesigning/common-issues.md
- Plugins:
- Available Plugins: plugins/available-plugins.md
- Create Your Own Plugin: plugins/create-plugin.md
- Plugins Troubleshooting: plugins/plugins-troubleshooting.md
- Best Practices:
- Source Control: "best-practices/source-control.md"
- Continuous Integration: "best-practices/continuous-integration.md"
- Keys: "best-practices/keys.md"
- Advanced: "advanced.md"