Skip to content

Commit

Permalink
docs: update documentation links and site URL
Browse files Browse the repository at this point in the history
Update README documentation table to include Installation section and fix doc URLs.
Change production URL from `awslabs.github.io` to `kro.run`
  • Loading branch information
a-hilaly committed Nov 11, 2024
1 parent 719367f commit 80496eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ kro is Kubernetes native and integrates seamlessly with existing tools to preser

## Documentation

| Title | Description |
| ------------------------------------------- | --------------------------------- |
| [Introduction](kro-overview) | An introduction to kro |
| [Getting started](kro-getting-started) | Deploy your first ResourceGroup |
| [Concepts](kro-concepts) | Learn more about kro concepts |
| [Examples](kro-examples) | Example resources |
| [API reference](kro-api) | API documentation |
| [Contributions](CONTRIBUTING.md) | How to get involved |
| Title | Description |
| -------------------------------------- | ------------------------------- |
| [Introduction](kro-overview) | An introduction to kro |
| [Installation](kro-installation) | Install kro on your cluster |
| [Getting started](kro-getting-started) | Deploy your first ResourceGroup |
| [Concepts](kro-concepts) | Learn more about kro concepts |
| [Examples](kro-examples) | Example resources |
| [Contributions](CONTRIBUTING.md) | How to get involved |

[kro-overview]: https://kro.run/docs/overview
[kro-getting-started]: https://kro.run/docs/category/getting-started
[kro-concepts]: https://kro.run/docs/category/concepts
[kro-examples]: https://kro.run/docs/category/examples
[kro-api]: https://kro.run/docs/api/out
[kro-installation]: https://kro.run/docs/getting-started/Installation
[kro-getting-started]: https://kro.run/docs/getting-started/deploy-a-resource-group
[kro-concepts]: https://kro.run/docs/concepts/resource-groups/
[kro-examples]: https://kro.run/examples/

## FAQ

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config: Config = {
favicon: "img/favicon.ico",
plugins: [require.resolve("docusaurus-lunr-search")],
// Set the production url of your site here
url: "https://awslabs.github.io",
url: "https://kro.run",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
Expand Down

0 comments on commit 80496eb

Please sign in to comment.