-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (53 loc) · 2.94 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
site_name: BC Government Public Cloud Technical Documentation
docs_dir: docs
repo_url: https://github.com/bcgov/public-cloud-techdocs
edit_uri: edit/main/docs/
nav:
- Welcome:
- Overview: index.md
- Why use the Public cloud: welcome/why-use-public-cloud.md
- Provision a Project Set: welcome/provision-a-project-set.md
- Training: welcome/training.md
- Support: welcome/support.md
- AWS:
- Get started with AWS:
- Overview: aws/index.md
- AWS Landing Zone overview: aws/get-started-with-aws/bc-govs-aws-landing-zone-overview.md
- AWS Security and compliance guardrails: aws/get-started-with-aws/security-guardrails.md
- Design, build, and deploy:
- Requirements: aws/design-build-and-deploy-an-application/requirements-for-building-your-application.md
- User Management: aws/design-build-and-deploy-an-application/user-management.md
- Deploy an app to BC Gov's AWS Landing Zone: aws/design-build-and-deploy-an-application/deploy-an-app-to-the-aws-landing-zone.md
- Networking: aws/design-build-and-deploy-an-application/networking.md
- AWS IAM User service: aws/design-build-and-deploy-an-application/iam-user-service.md
- Sample apps: aws/design-build-and-deploy-an-application/sample-apps.md
- Understand your AWS billing:
- AWS Cost Management dashboard: aws/understanding-your-aws-bill/aws-billing-and-cost-management-dashboard-via-quicksight.md
- Upcoming features:
- AWS Calgary region: aws/upcoming-features/calgary-region-in-aws-secure-environment-accelerator.md
- Enterprise Support:
- AWS Enterprise Support: aws/support/enterprise-support.md
- Azure:
- Get started with Azure:
- Azure Landing Zone overview: azure/get-started-with-azure/bc-govs-azure-landing-zone-overview.md
- Design, build, and deploy:
- Requirements: azure/design-build-deploy/requirements.md
- User management: azure/design-build-deploy/user-management.md
- Deploy to the Azure Landing Zone: azure/design-build-deploy/deploy-to-the-azure-landing-zone.md
- Networking: azure/design-build-deploy/networking.md
- Sample apps: azure/design-build-deploy/sample-apps.md
- Best practices:
- Be mindful: azure/best-practices/be-mindful.md
- CI/CD: azure/best-practices/ci-cd.md
- Governance: azure/best-practices/governance.md
- Azure AI Services: azure/best-practices/azure-ai.md
- Understand your billing:
- Azure Cost Management: azure/understanding-your-bill/azure-billing-and-cost-management.md
- Upcoming features:
- Domain Join: azure/upcoming-features/domain-join.md
- Express route: azure/upcoming-features/express-route.md
- Enterprise support:
- Azure Enterprise Support: azure/support/enterprise-support.md
plugins:
- techdocs-core
- git-revision-date-localized