Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p align="center">
<a href="#feature-highlights">Features</a> •
<a href="#installation">Installation</a> •
<a href="https://kaoto.io/docs/manual/">Documentation</a> •
<a href="https://kaoto.io/docs/">Documentation</a> •
<a href="#feedback">Feedback</a> •
<a href="#data--telemetry">Telemetry</a>
</p>
Expand Down Expand Up @@ -133,7 +133,7 @@ You can follow [Installation Guide](https://kaoto.io/docs/installation) on a Kao

Learn more about Kaoto and how to use it effectively:

- 📘 [User Manual](https://kaoto.io/docs/manual/) - In-depth guide on all features and configurations.
- 📘 [User Manual](https://kaoto.io/docs/) - In-depth guide on all features and configurations.
- 🚀 [Quickstart Guide](https://kaoto.io/docs/quickstart/) - Get started with Kaoto in minutes.
- 🛠️ [Installation Guide](https://kaoto.io/docs/installation/) - Step-by-step instructions for installing Kaoto.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,13 @@
{
"id": "kaoto.walkthrough.step11",
"title": "Check out the documentation",
"description": "Check out the documentation to learn more about Kaoto.\n\n[Open Documentation](https://kaoto.io/docs/manual/)",
"description": "Check out the documentation to learn more about Kaoto.\n\n[Open Documentation](https://kaoto.io/docs/)",
"media": {
"image": "images/logo-kaoto.png",
"altText": "Check out the Documentation"
},
"completionEvents": [
"onLink:https://kaoto.io/docs/manual/"
"onLink:https://kaoto.io/docs/"
]
}
]
Expand Down Expand Up @@ -933,7 +933,7 @@
"kaoto.catalog.url": {
"type": "string",
"default": null,
"markdownDescription": "URL to a Kaoto catalog. For instance `https://raw.githubusercontent.com/KaotoIO/camel-catalog/refs/heads/main/catalog/index.json `. Documentation to generate your own set of catalog is available [here](https://kaoto.io/docs/manual/09_generatingcatalog/).\n\nIt requires to reopen the Kaoto editors to be effective.\n\n**Note**: Use the Kaoto editor status bar to select from a custom catalogs.",
"markdownDescription": "URL to a Kaoto catalog. For instance `https://raw.githubusercontent.com/KaotoIO/camel-catalog/refs/heads/main/catalog/index.json `. Documentation to generate your own set of catalog is available [here](https://kaoto.io/docs/designer/04-runtime-selector/).\n\nIt requires to reopen the Kaoto editors to be effective.\n\n**Note**: Use the Kaoto editor status bar to select from a custom catalogs.",
"scope": "window",
"order": 0
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/providers/HelpFeedbackProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class HelpFeedbackProvider implements TreeDataProvider<HelpFeedbackItem>
private static readonly HELP_ITEMS = [
{ label: 'Apache Camel', icon: 'camel-logo.svg', url: 'https://camel.apache.org/camel-core/getting-started/index.html' },
{ label: 'Camel Testing Plugin', icon: 'camel-logo.svg', url: 'https://camel.apache.org/manual/camel-jbang-test.html' },
{ label: 'Kaoto Documentation', icon: new ThemeIcon('book'), url: 'https://kaoto.io/docs/manual/' },
{ label: 'Kaoto Documentation', icon: new ThemeIcon('book'), url: 'https://kaoto.io/docs/' },
{ label: 'Enterprise Integration Explorer', icon: 'integration.svg', url: 'https://camel.solutionpatterns.io/#/patterns' },
{ label: 'Kaoto Examples', icon: new ThemeIcon('github'), url: 'https://github.com/KaotoIO/kaoto-examples' },
{ label: 'Citrus Examples', icon: 'citrus-logo.png', url: 'https://github.com/citrusframework/citrus-samples' },
Expand Down
Loading