Skip to content

Commit 80496eb

Browse files
committed
docs: update documentation links and site URL
Update README documentation table to include Installation section and fix doc URLs. Change production URL from `awslabs.github.io` to `kro.run`
1 parent 719367f commit 80496eb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ kro is Kubernetes native and integrates seamlessly with existing tools to preser
1515

1616
## Documentation
1717

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

2727
[kro-overview]: https://kro.run/docs/overview
28-
[kro-getting-started]: https://kro.run/docs/category/getting-started
29-
[kro-concepts]: https://kro.run/docs/category/concepts
30-
[kro-examples]: https://kro.run/docs/category/examples
31-
[kro-api]: https://kro.run/docs/api/out
28+
[kro-installation]: https://kro.run/docs/getting-started/Installation
29+
[kro-getting-started]: https://kro.run/docs/getting-started/deploy-a-resource-group
30+
[kro-concepts]: https://kro.run/docs/concepts/resource-groups/
31+
[kro-examples]: https://kro.run/examples/
3232

3333
## FAQ
3434

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config: Config = {
1212
favicon: "img/favicon.ico",
1313
plugins: [require.resolve("docusaurus-lunr-search")],
1414
// Set the production url of your site here
15-
url: "https://awslabs.github.io",
15+
url: "https://kro.run",
1616
// Set the /<baseUrl>/ pathname under which your site is served
1717
// For GitHub pages deployment, it is often '/<projectName>/'
1818
baseUrl: "/",

0 commit comments

Comments
 (0)