-
Notifications
You must be signed in to change notification settings - Fork 96
Create a separate page for contributors #956
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
Open
BoHristova
wants to merge
25
commits into
gardener:master
Choose a base branch
from
BoHristova:create-a-contribute-page
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
40e4539
Migrate development docs
BoHristova f2f213b
Clean up transfer
BoHristova 116a4c0
Restructure general-information section and update contribute index
BoHristova de7c2e2
Update frontmatter descriptions
BoHristova c84163c
Remove CI/CD doc
BoHristova 39b6046
Rename general-information to contribution-process, getting-started t…
BoHristova 2c9d6f4
Move FAQ from Contribute section back to general documentation
BoHristova 1a72d92
Rename 'Contributing Documentation' section to 'Documentation'
BoHristova f3f34f9
Remove 'others' intermediary directory from Extensions section
BoHristova 9f53ad7
Create section for general dev guidelines and guides
BoHristova cfd589b
Move contribute section to top-level website directory
BoHristova 97d265f
Some rewording
BoHristova 3424e7a
Use local index page for Gardener section
BoHristova c450e3f
Update index pages and create landing page
BoHristova fc958d6
Rename "How to Contribute" guide and "Start Developing" section
BoHristova 18e6b50
Add entry pages, edit cards
BoHristova ca992a1
Change weights in 'Contribution Process' section
BoHristova a5b4bf1
Update directory name, reorder sections, clean up contribute.yaml
BoHristova daf0205
Fix broken links, rename contributor guide file
BoHristova 31e25fa
Apply suggestions by CodeRabbit
BoHristova 219683c
Revert to a 3-card grid for the first section
BoHristova 3752d8e
Match cards in height
BoHristova 0789c75
Edit card descriptions
BoHristova dbf6417
refactor: replace JS height equalization with CSS in CardGridGroup
klocke-io 0c45045
refactor: remove redundant CardGridGroup component
klocke-io File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,241 @@ | ||
| structure: | ||
| - file: _index.md | ||
| source: /website/contribute/_index.md | ||
|
|
||
| - dir: contribution-process | ||
| structure: | ||
| - fileTree: /website/contribute/contribution-process | ||
|
|
||
| - dir: developer-starter-kit | ||
| structure: | ||
| - file: _index.md | ||
| source: /website/contribute/developer-starter-kit/_index.md | ||
| - file: local_setup.md | ||
| frontmatter: | ||
| weight: 10 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/local_setup.md | ||
| - file: getting_started_locally.md | ||
| frontmatter: | ||
| weight: 20 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/deployment/getting_started_locally.md | ||
| - file: dependencies.md | ||
| frontmatter: | ||
| weight: 30 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/dependencies.md | ||
| - file: testing.md | ||
| frontmatter: | ||
| weight: 40 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/testing.md | ||
| - file: testmachinery_tests.md | ||
| frontmatter: | ||
| weight: 50 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/testmachinery_tests.md | ||
| - file: kubernetes-clients.md | ||
| frontmatter: | ||
| weight: 60 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/kubernetes-clients.md | ||
| - file: logging-guidelines.md | ||
| frontmatter: | ||
| weight: 70 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/logging-guidelines.md | ||
| - file: changing-the-api.md | ||
| frontmatter: | ||
| weight: 80 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/changing-the-api.md | ||
| - file: defaulting.md | ||
| frontmatter: | ||
| weight: 90 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/defaulting.md | ||
| - file: validation-guidelines.md | ||
| frontmatter: | ||
| weight: 100 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/validation-guidelines.md | ||
|
|
||
| - dir: gardener | ||
| structure: | ||
| - file: _index.md | ||
| source: /website/contribute/gardener/_index.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener/tree/master/docs/development | ||
| excludeFiles: | ||
| - local_setup.md | ||
| - getting_started_locally.md | ||
| - testing.md | ||
| - testmachinery_tests.md | ||
| - dependencies.md | ||
| - validation-guidelines.md | ||
| - ipv6.md | ||
| - changing-the-api.md | ||
| - defaulting.md | ||
| - kubernetes-clients.md | ||
| - logging-guidelines.md | ||
| - file: ipv6.md | ||
| frontmatter: | ||
| title: IPv6 | ||
| source: https://github.com/gardener/gardener/blob/master/docs/development/ipv6.md | ||
|
|
||
| - dir: extensions | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Extensions | ||
| weight: 40 | ||
| - dir: infrastructure-extensions | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Infrastructure Extensions | ||
| description: Developer documentation for cloud provider extensions | ||
| weight: 10 | ||
| - dir: gardener-extension-provider-aws | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Provider AWS | ||
| description: Developer documentation for the AWS cloud provider extension | ||
| source: https://github.com/gardener/gardener-extension-provider-aws/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener-extension-provider-aws/tree/master/docs/development | ||
| - dir: gardener-extension-provider-gcp | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Provider GCP | ||
| description: Developer documentation for the GCP cloud provider extension | ||
| source: https://github.com/gardener/gardener-extension-provider-gcp/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener-extension-provider-gcp/tree/master/docs/development | ||
| - dir: gardener-extension-provider-azure | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Provider Azure | ||
| description: Developer documentation for the Azure cloud provider extension | ||
| source: https://github.com/gardener/gardener-extension-provider-azure/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener-extension-provider-azure/tree/master/docs/development | ||
| - dir: gardener-extension-provider-alicloud | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Provider Alibaba Cloud | ||
| description: Developer documentation for the Alibaba Cloud provider extension | ||
| source: https://github.com/gardener/gardener-extension-provider-alicloud/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener-extension-provider-alicloud/tree/master/docs/development | ||
| - dir: gardener-extension-provider-openstack | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Provider OpenStack | ||
| description: Developer documentation for the OpenStack cloud provider extension | ||
| source: https://github.com/gardener/gardener-extension-provider-openstack/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener-extension-provider-openstack/tree/master/docs/development | ||
| - dir: gardener-extension-shoot-dns-service | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: DNS Services | ||
| description: Developer documentation for the DNS services extension | ||
| source: https://github.com/gardener/gardener-extension-shoot-dns-service/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener-extension-shoot-dns-service/tree/master/docs/development | ||
| - dir: gardener-extension-registry-cache | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Registry Cache | ||
| description: Developer documentation for the registry cache extension | ||
| source: https://github.com/gardener/gardener-extension-registry-cache/blob/main/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener-extension-registry-cache/tree/main/docs/development | ||
| - dir: gardener-extension-shoot-rsyslog-relp | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Node Audit Logging | ||
| description: Developer documentation for the node audit logging extension | ||
| source: https://github.com/gardener/gardener-extension-shoot-rsyslog-relp/blob/main/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener-extension-shoot-rsyslog-relp/tree/main/docs/development | ||
| - dir: gardener-extension-auditing | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Kubernetes Auditing | ||
| description: Developer documentation for the Kubernetes auditing extension | ||
| source: https://github.com/gardener/gardener-extension-auditing/blob/main/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/gardener-extension-auditing/tree/main/docs/development | ||
|
|
||
| - dir: other-components | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Other Components | ||
| weight: 50 | ||
| - dir: machine-controller-manager | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Machine Controller Manager | ||
| description: Developer documentation for the machine controller manager | ||
| source: https://github.com/gardener/machine-controller-manager/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/machine-controller-manager/tree/master/docs/development | ||
| - dir: etcd-druid | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: etcd-druid | ||
| description: Developer documentation for the etcd management operator | ||
| source: https://github.com/gardener/etcd-druid/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/etcd-druid/tree/master/docs/development | ||
| - dir: dependency-watchdog | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Dependency Watchdog | ||
| description: Developer documentation for the dependency watchdog | ||
| source: https://github.com/gardener/dependency-watchdog/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/dependency-watchdog/tree/master/docs/development | ||
| excludeFiles: | ||
| - "setup/" | ||
| - dir: setup | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Setup | ||
| - fileTree: https://github.com/gardener/dependency-watchdog/tree/master/docs/development/setup | ||
|
|
||
| - dir: dashboard | ||
| structure: | ||
| - file: _index.md | ||
| frontmatter: | ||
| title: Dashboard | ||
| description: Developer documentation for the Gardener web UI | ||
| weight: 60 | ||
| source: https://github.com/gardener/dashboard/blob/master/README.md | ||
| - dir: development | ||
| structure: | ||
| - fileTree: https://github.com/gardener/dashboard/tree/master/docs/development | ||
|
|
||
| - dir: documentation | ||
| structure: | ||
| - fileTree: /website/contribute/documentation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice one, moving all this into its own file :)