-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
66 lines (62 loc) · 2.98 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: "BC Developer Guide"
site_description: "A guide to application development for the B.C. government."
repo_url: https://github.com/bcgov/bcdg
docs_dir: "docs"
edit_uri: edit/main/docs/
plugins:
- techdocs-core
- git-revision-date-localized
markdown_extensions:
- md_in_html
validation:
omitted_files: warn
absolute_links: warn # Or 'relative_to_docs' - new in MkDocs 1.6
unrecognized_links: warn
exclude_docs: |
digital_government.md
ways_of_working.md
supports_for_developers.md
nav:
- Introduction: index.md
# - Digital Government: digital_government.md
# - Ways of Working: ways_of_working.md
# - Supports for developers: supports_for_developers.md
- Welcome to the B.C. government: welcome-to-bc-gov.md
- Selecting Technology: choosing-technology/how-to-select-technology.md
- GitHub in the B.C. government:
- BC Government organizations in GitHub: use-github-in-bcgov/bc-government-organizations-in-github.md
- Remove a user's BCGov GitHub access: use-github-in-bcgov/remove-user-bcgov-github-access.md
- GitHub SSO transition guide: use-github-in-bcgov/github-transition-guide.md
- Evaluate open-source content: use-github-in-bcgov/evaluate-open-source-content.md
- Required pages for a GitHub repository: use-github-in-bcgov/required-pages-for-github-repository.md
- Start working in the BCGov GitHub organization: use-github-in-bcgov/start-working-in-bcgov-github-organization.md
- License your GitHub repository: use-github-in-bcgov/license-your-github-repository.md
- Rocket.Chat:
- Join the B.C. Government Rocket.Chat: rocketchat/steps-to-join-rocketchat.md
- Rocket.Chat etiquette: rocketchat/rocketchat-etiquette.md
- Rocket.Chat channel descriptions: rocketchat/rocketchat-channel-descriptions.md
- Developing better questions: rocketchat/get-help-in-rocketchat.md
- Accessibility: accessibility-resources.md
- Design System:
- About the Design System: design-system/about-the-design-system.md
- DevHub Content Partner Guide: content-partner-guide.md
- DevHub Content Syntax Guide: content-syntax-guide.md
- Working with data: working-with-data.md
- BC Government API Guidelines: bc-government-api-guidelines.md
# - Developer community: developer_community.md
# - Application lifecycle: application_lifecycle.md
# - Deploying applications: deploying_applications.md
# - Testing applications: testing_applications.md
# - Operating applications: operating_applications.md
# - Licensing and intellectual property: licensing_and_intellectual_property.md
# - Code management: code_management.md
# - Common code, components, and services: common.md
# - Languages and frameworks: languages_and_frameworks.md
# - Design: design.md
# - Accessibility: accessibility.md
# - Multilingual support: multilingual_support.md
# - Architecture: architecture.md
# - Networking: networking.md
# - Security: security.md
# - Compliance: compliance.md
# - Data and APIs: data_and_apis.md