Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mkdocs update permissions #19990

Merged
merged 7 commits into from
Jan 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update nav
katbyte committed Dec 21, 2022

Verified

This commit was signed with the committer’s verified signature.
commit 686a2f36190c56366e842b0a39b169fe153be527
34 changes: 17 additions & 17 deletions contributing/README.md
Original file line number Diff line number Diff line change
@@ -20,29 +20,29 @@ More granular documentation covers how these fit together - and the most common

Basics:

* [High-level overview of the Provider](topics/high-level-overview.md).
* [Building the Provider](topics/building-the-provider.md).
* [Running the Tests](topics/running-the-tests.md).
* [Our recommendations for opening a Pull Request](topics/guide-opening-a-pr.md).
* [Debugging the Provider](topics/debugging-the-provider.md).
* [Frequently Asked Questions](topics/frequently-asked-questions.md).
* [High-level overview of the Provider](topics/high-level-overview.md)
* [Building the Provider](topics/building-the-provider.md)
* [Running the Tests](topics/running-the-tests.md)
* [Debugging the Provider](topics/debugging-the-provider.md)
* [Frequently Asked Questions](topics/frequently-asked-questions.md)
* [Opening a PR](topics/guide-opening-a-pr.md)

Common Topics/Guides:

* [Adding a new Service Package](topics/guide-new-service-package.md).
* [Adding a new Data Source](topics/guide-new-data-source.md).
* [Adding a new Resource](topics/guide-new-resource.md).
* [Adding fields to an existing Data Source](topics/guide-new-fields-to-data-source.md).
* [Adding fields to an existing Resource](topics/guide-new-fields-to-resource.md).
* [Opening a PR](topics/guide-opening-a-pr.md).
* [Adding a new Service Package](topics/guide-new-service-package.md)
* [Adding a new Data Source](topics/guide-new-data-source.md)
* [Adding a new Resource](topics/guide-new-resource.md)
* [Adding fields to an existing Data Source](topics/guide-new-fields-to-data-source.md)
* [Adding fields to an existing Resource](topics/guide-new-fields-to-resource.md)

References:

* [Acceptance Testing](topics/reference-acceptance-testing.md).
* [Working with Errors](topics/reference-errors.md).
* [Glossary](topics/reference-glossary.md).
* [Naming](topics/reference-naming.md).
* [Acceptance Testing](topics/reference-acceptance-testing.md)
* [Working with Errors](topics/reference-errors.md)
* [Glossary](topics/reference-glossary.md)
* [Naming](topics/reference-naming.md)
* [Schema Design](schema-design-considerations.md)

Maintainer specific:

* [Updates to the Changelog](topics/maintainer-changelog.md).
* [Updates to the Changelog](topics/maintainer-changelog.md)
22 changes: 19 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -10,11 +10,27 @@ docs_dir: contributing
site_dir: site

nav:
- Welcome: topics/index.md
- Contribute:
- Welcome: README.md
- Basics:
- Overview of the Provider: topics/high-level-overview.md
- Building the Provider: topics/building-the-provider.md
- Debugging the Provider: topics/debugging-the-provider.md
- Submit an Issue: issue-reporting-and-lifecycle.md
- Running Tests: topics/running-the-tests.md
- Opening a Pull Request: topics/guide-opening-a-pr.md
- Guides:
- Adding a new Service Package: topics/guide-new-service-package.md
- Adding a new Data Source: topics/guide-new-data-source.md
- Adding a new Resource: topics/guide-new-resource.md
- Adding fields to an existing Data Source: topics/guide-new-fields-to-data-source.md
- Adding fields to an existing Resource: topics/guide-new-fields-to-resource.md
- Reference:
- Acceptance Testing: topics/reference-acceptance-testing.md
- Working with Errors: topics/reference-errors.md
- Naming: topics/reference-naming.md
- Schema Design: schema-design-considerations.md
- Glossary: topics/reference-glossary.md
- Maintainers:
- Updates to the Changelog: topics/maintainer-changelog.md
- FAQ: topics/frequently-asked-questions.md

theme: