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

Updatedescriptions in README.md for Reference documentation #5304

Merged
merged 2 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 8 additions & 8 deletions site/content/docs/latest/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

This section contains technical reference and developer guides for Kubeapps.

| Reference | Description |
| ----------------------------------------------------------------- | ----------- |
| [Proposals](./proposals/README.md) | |
| [Developer guides](./developer/README.md) | |
| [Testing environment setup](./testing/testing-environment.md) | |
| [CI configuration](./testing/ci.md) | |
| [End-to-end testing configuration](./testing/end-to-end-tests.md) | |
| [Translations](./translations/translate-kubeapps.md) | |
| Reference | Description |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [Proposals](./proposals/README.md) | Technical proposals for significant enhancements and changes to Kubeapps |
| [Developer guides](./developer/README.md) | Guides to configure development environment for the different components and guidelines for builds, releases, documentation, issue triage, etc. |
| [Testing environment setup](./testing/testing-environment.md) | Setup your environment to test Kubeapps integration with other services |
| [CI configuration](./testing/ci.md) | Technical reference for configuring Kubeapps CI environment |
| [End-to-end testing configuration](./testing/end-to-end-tests.md) | Setup your development environment to run end-2-end tests |
| [Translations](./translations/translate-kubeapps.md) | How to translate Kubeapps UI and messages |

Alternatively, our [Tutorials section](../tutorials/README.md) contains step-by-step tutorials to help outline what Kubeapps is capable of while helping you achieve specific aims, such as installing Kubeapps or using an OIDC provider.

Expand Down
12 changes: 6 additions & 6 deletions site/content/docs/latest/reference/testing/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Testing Reference

This section contains technical reference and developer guides for Kubeapps.
This section contains technical reference for configuring Kubeapps CI environment.

| Reference | Description |
| --------------------------------------------------------- | ----------- |
| [Testing environment setup](./testing-environment.md) | |
| [CI configuration](./ci.md) | |
| [End-to-end testing configuration](./end-to-end-tests.md) | |
| Reference | Description |
| --------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Testing environment setup](./testing-environment.md) | Setup your environment to test Kubeapps integration with other services |
| [CI configuration](./ci.md) | Technical reference for configuring Kubeapps CI environment |
| [End-to-end testing configuration](./end-to-end-tests.md) | Setup your development environment to run end-2-end test |