-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix #601] Fix SonataFlow docs issues found during SME reviews and co…
…nsultations (#602) * Add using-persistence to nav.adoc * Fix integrations introduction references * Fix double slash in getting-started with cli guide * Fix missing # in web tools link to samples * Fix anotora.yml, fix order, add new items * Fix links and camel-quarkus version * Move names to correct place * Fix order and location of url
- Loading branch information
Showing
6 changed files
with
47 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 10 additions & 1 deletion
11
serverlessworkflow/modules/ROOT/pages/integrations/core-concepts.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
= Introduction | ||
|
||
This guides describes the possibilities of workflow services integrations. | ||
This guides describes the possibilities of workflow services integrations. | ||
Currently we showcase these in advanced development guides. See additional resources. | ||
|
||
|
||
== Additional resources | ||
|
||
* xref:use-cases/advanced-developer-use-cases/integrations/camel-routes-integration.adoc[] | ||
* xref:use-cases/advanced-developer-use-cases/integrations/custom-functions-knative.adoc[] | ||
* xref:use-cases/advanced-developer-use-cases/integrations/expose-metrics-to-prometheus.adoc[] | ||
* xref:use-cases/advanced-developer-use-cases/integrations/serverless-dashboard-with-runtime-data.adoc[] |