forked from RoadieHQ/roadie-tech-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (64 loc) · 3.29 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
site_name: 'Roadie Onboarding docs'
site_description: 'Documentation for using the Roadie application'
plugins:
- techdocs-core
nav:
- Getting started:
- Installing the GitHub app: 'getting-started/install-github-app/index.md'
- Adding components: 'getting-started/adding-components/index.md'
- Using TechDocs: 'getting-started/technical-documentation/index.md'
- Adding plugins: 'getting-started/configuring-backstage-plugins/index.md'
- Inviting users: 'getting-started/user-management/index.md'
- Designating admins: 'getting-started/create-admin-group/index.md'
- Adding API specs: 'getting-started/openapi-specs/index.md'
- Scaffolding components: 'getting-started/scaffolding-components/index.md'
- Backstage plugins:
- Allure: 'integrations/allure/index.md'
- Argo CD: 'integrations/argocd/index.md'
- Azure DevOps: 'integrations/azure-devops/index.md'
- BuildKite: 'integrations/buildkite/index.md'
- Bugsnag: 'integrations/bugsnag/index.md'
- Catalog graph: 'integrations/catalog-graph/index.md'
- CircleCI: 'integrations/circleci/index.md'
- Datadog: 'integrations/datadog/index.md'
- FireHydrant: 'integrations/firehydrant/index.md'
- Google Calendar: 'integrations/gcalendar/index.md'
- Grafana: 'integrations/grafana/index.md'
- Home Page: 'integrations/index.mdhome-page'
- Home Page Markdown: 'integrations/index.mdhome-page-markdown'
- IFrame: 'integrations/index.mdiframe'
- Jenkins: 'integrations/jenkins/index.md'
- Jira: 'integrations/jira/index.md'
- Kubernetes: 'integrations/kubernetes/index.md'
- Lighthouse: 'integrations/lighthouse/index.md'
- Newrelic: 'integrations/newrelic/index.md'
- Opsgenie: 'integrations/opsgenie/index.md'
- PagerDuty: 'integrations/pagerduty/index.md'
- Prometheus: 'integrations/prometheus/index.md'
- Sentry: 'integrations/sentry/index.md'
- Snyk: 'integrations/snyk/index.md'
- Sonarqube: 'integrations/sonarqube/index.md'
- Travis CI: 'integrations/travis-ci/index.md'
- Tech radar: 'integrations/tech-radar/index.md'
- Cortex: 'integrations/index.mdcortex'
- Integrations:
- AWS S3: 'integrations/aws-s3/index.md'
- Bitbucket: 'integrations/bitbucket/index.md'
- GitHub org: 'integrations/github-org/index.md'
- GitHub token: 'integrations/github-token/index.md'
- Google Cloud Platform: 'integrations/gcp/index.md'
- Google OAuth client: 'integrations/google-oauth-client/index.md'
- Custom plugins:
- Artifactory: 'custom-plugins/artifactory/index.md'
- Configuring: 'custom-plugins/configuring/index.md'
- Authenticated Proxy: 'custom-plugins/authenticated-proxy/index.md'
- In-depth:
- GtHub app permissions: 'details/github-app-permissions/index.md'
- Setting secrets: 'details/setting-secrets/index.md'
- Updating the UI: 'details/updating-the-ui/index.md'
- Accessessing AWS Resources: 'details/accessing-aws-resources/index.md'
- Allowlisting Roadie Traffic: 'details/allowlisting-roadie-traffic/index.md'
- Required annotations: 'details/required-annotations/index.md'
- Previewing config changes: 'details/previewing-changes/index.md'
- Removing Components: 'details/unregister-components/index.md'
- Accessing Public resources: 'details/backend-reading-allow-list/index.md'