forked from bitrise-io/devcenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
86 lines (83 loc) · 3.9 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
site_name: Bitrise DevCenter
theme: material
repo_name: 'GitHub'
repo_url: 'https://github.com/bitrise-io/devcenter'
pages:
- "Bitrise DevCenter - What is Bitrise?": index.md
- Getting Started:
- Builds & Workflows: getting-started/builds-and-workflows.md
- Code Security: getting-started/code-security.md
- Add your first Step to your Workflow: getting-started/add-your-first-step-to-your-workflow.md
- Infrastructure:
- Available Stacks: infrastructure/available-stacks.md
- Virtual Machines: infrastructure/virtual-machines.md
- Signing up:
- Signing up with GitHub: signing-up/signing-up-with-github.md
- Signing up with Bitbucket: signing-up/signing-up-with-bitbucket.md
- Signing up with email: signing-up/signing-up-with-email.md
- Trial after signing up: signing-up/trial-after-signing-up.md
- Adding a new app:
- Adding a new app: adding-a-new-app/index.md
- Connecting a repository: adding-a-new-app/connecting-a-repository.md
- Setting up SSH keys: adding-a-new-app/setting-up-ssh-keys.md
- Setting up configuration: adding-a-new-app/setting-up-configuration.md
- Tutorials:
- Community Created: tutorials/community-created.md
- Create signed APK on bitrise.io: tutorials/create-signed-apk-on-bitrise.md
- Configure and connect to your VPN: tutorials/vpn-configuration.md
- Team management:
- Adding a new team member: team-management/index.md
- Changing the owner of an app: team-management/changing-the-owner-of-an-app.md
- Webhooks:
- Adding webhooks: webhooks/index.md
- Adding a GitHub webhook: webhooks/adding-a-github-webhook.md
- Adding a Bitbucket webhook: webhooks/adding-a-bitbucket-webhook.md
- "Control what to build when, with the Trigger Map": webhooks/trigger-map.md
- Caching:
- About caching: caching/about-caching.md
- Caching Cocoapods: caching/caching-cocoapods.md
- Caching Gradle: caching/caching-gradle.md
- Caching Maven: caching/caching-maven.md
- Caching Ruby GEMs: caching/caching-ruby-gems.md
- iOS:
- Code Signing: ios/code-signing.md
- Uploading certificates: ios/uploading-certificates.md
- How to export Certificates and Provisioning Profiles: ios/export-certificate-and-provisioning-profile.md
- Resigning an IPA: ios/resigning-an-ipa.md
- Frequent iOS issues: ios/frequent-ios-issues.md
- List of known Xcode issues: ios/known-xcode-issues.md
- Android:
- Frequent Android issues: android/frequent-android-issues.md
- Docker:
- How to run your build locally in Docker: docker/run-your-build-locally-in-docker.md
# - How we build our images: docker/how-we-build-our-images.md
- Tips & Tricks:
- Skip a Build (skip ci): tips-and-tricks/skip-a-build.md
- Attach any file as an Artifact to the Build: tips-and-tricks/attach-any-file-to-build.md
- Expose an Environment Variable and use it in another Step: tips-and-tricks/expose-environment-variable.md
- Don't mark the Build as failed if a given step would fail (ignore the error of the Step): tips-and-tricks/dont-mark-build-failed-if-step-fails.md
- Enable/Disable a step (optionally, based on a condition): tips-and-tricks/disable-a-step-by-condition.md
- "Xcode Archive: export options": tips-and-tricks/xcodebuild-export-options.md
- "Install Any Additional Tool": tips-and-tricks/install-additional-tools.md
- How to configure fastlane match for Bitrise: tips-and-tricks/how-to-configure-fastlane-match-for-bitrise.md
- Frequently Asked Questions (FAQ):
- Available Environment Variables: faq/available-environment-variables.md
- Android x86 Emulator: faq/android-x86-emulator.md
- How to generate an SSH key pair: faq/how-to-generate-ssh-keypair.md
- Tools:
- Bitrise Tools: tools/bitrise-tools.md
markdown_extensions:
- codehilite(css_class=code)
- admonition
- toc:
permalink: '⚓'
extra:
palette:
primary: 'deep purple'
accent: 'deep purple'
extra:
logo: 'img/logo.svg'
font:
text: 'Roboto'
code: 'Source Code Pro'
extra_css: ['stylesheets/extra.css']