Skip to content

Commit

Permalink
chore(docs): fix broken links
Browse files Browse the repository at this point in the history
---------

Signed off by: Simon Olander ([email protected])
  • Loading branch information
olandr committed Nov 27, 2024
1 parent c343638 commit 0b44f19
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/contribute/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Here's a high-level overview of how to develop a plugin for Greenhouse:

- Test your plugin thoroughly to ensure it works as intended. Verify that both the frontend and backend components function correctly.
- Implement validation for your plugin's configuration options. This helps prevent users from providing incorrect or incompatible values.
- Implement Helm Chart Tests for your plugin if it includes a Helm Chart. For more information on how to write Helm Chart Tests, please refer to [this guide](/docs/user-guides/plugin/plugin-tests).
- Implement Helm Chart Tests for your plugin if it includes a Helm Chart. For more information on how to write Helm Chart Tests, please refer to [this guide](/greenhouse/docs/user-guides/plugin/plugin-tests).

5. **Documentation**:

Expand Down
8 changes: 4 additions & 4 deletions docs/getting-started/core-concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >

| Feature | Description | API | UI | Comments |
| --- | --- | --- | --- | --- |
| [Organizations](/docs/getting-started/core-concepts/organizations) | Organizations are the top-level entities in Greenhouse. | 🟢 | 🟢 | |
| [Teams](/docs/getting-started/core-concepts/teams.md) | Teams are used to manage access and ownership of resources in Greenhouse. | 🟢 | 🟡 | Read-only access to Teams via the UI |
| [Clusters](/docs/getting-started/core-concepts/clusters.md) | Clusters represent a Kubernetes cluster that is managed by Greenhouse. | 🟡 | 🟡 | Limited modification of Clusters via UI, CLI for KubeConfig registry planned. |
| [Plugin Definitions & Plugins](/docs/getting-started/core-concepts/plugins.md) | Plugins are software components that extend and integrate with Greenhouse . | 🟡 | 🟡 | Read-only access via UI, a native Plugin Catalog is planned. |
| [Organizations](/greenhouse/docs/getting-started/core-concepts/organizations) | Organizations are the top-level entities in Greenhouse. | 🟢 | 🟢 | |
| [Teams](/greenhouse/docs/getting-started/core-concepts/teams.md) | Teams are used to manage access and ownership of resources in Greenhouse. | 🟢 | 🟡 | Read-only access to Teams via the UI |
| [Clusters](/greenhouse/docs/getting-started/core-concepts/clusters.md) | Clusters represent a Kubernetes cluster that is managed by Greenhouse. | 🟡 | 🟡 | Limited modification of Clusters via UI, CLI for KubeConfig registry planned. |
| [Plugin Definitions & Plugins](/greenhouse/docs/getting-started/core-concepts/plugins.md) | Plugins are software components that extend and integrate with Greenhouse . | 🟡 | 🟡 | Read-only access via UI, a native Plugin Catalog is planned. |
2 changes: 1 addition & 1 deletion docs/user-guides/organization/creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This ensures all pre-requisites are met, the organization is configured correctl
For SAP, we recommend using a SAP ID service (IDS) tenant.
Please include the parameters for your tenant in the message to the Greenhouse team when signing up.

If you don't have a SAP ID Service tenant yet, please refer to the [SAP ID Service](/docs/user-guides/organization/sap-id) section for more information.
If you don't have a SAP ID Service tenant yet, please refer to the [SAP ID Service](/greenhouse/docs/user-guides/organization/sap-id) section for more information.


3. **Greenhouse organization**
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/plugin/local-plugin-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ At the end of the guide you will have spun up the local development environment,

### Starting the local develoment environment

Follow the [Local Development](/docs/contribute/local-dev) documentation to spin up the local Greenhouse development environment.
Follow the [Local Development](/greenhouse/docs/contribute/local-dev) documentation to spin up the local Greenhouse development environment.

This will provide you with a local Greenhouse instance running, filled with some example Greenhouse resources and the Greenhouse UI running on `http://localhost:3000`.

Expand Down

0 comments on commit 0b44f19

Please sign in to comment.