Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add languages section #5064

Merged
merged 2 commits into from
Jan 12, 2024
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
2 changes: 1 addition & 1 deletion cmd/util/doc-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
pflag.CommandLine.StringVar(&customArgs.DocDir, "doc-dir", "./docs", "Root of the document directory.")
pflag.CommandLine.StringVar(&customArgs.ResourceDir, "resource-dir", "./resources", "Root of the resource directory.")
pflag.CommandLine.StringVar(&customArgs.TraitPath, "traits-path", "modules/traits/pages", "Path to the traits directory.")
pflag.CommandLine.StringVar(&customArgs.NavPath, "nav-path", "modules/ROOT/nav-end.adoc", "Path to the navigation file.")
pflag.CommandLine.StringVar(&customArgs.NavPath, "nav-path", "modules/ROOT/nav.adoc", "Path to the navigation file.")
pflag.CommandLine.StringVar(&customArgs.ListPath, "list-path", "modules/traits/pages/traits.adoc", "Path to the trait list file.")
arguments.CustomArgs = customArgs

Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/camel.apache.org_integrationkits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ spec:
in a csv format, ie, `<taskName1>,<taskName2>,...`. Mind
that you must include also the operator tasks (`builder`,
`quarkus-native`, `package`, `jib`, `spectrum`, `s2i`) if
you need to execute them. Useful only wih `pod` strategy.
you need to execute them. Useful only with `pod` strategy.
type: string
tasksLimitCPU:
description: A list of limit cpu configuration for the specific
Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/camel.apache.org_integrationplatforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ spec:
in a csv format, ie, `<taskName1>,<taskName2>,...`. Mind
that you must include also the operator tasks (`builder`,
`quarkus-native`, `package`, `jib`, `spectrum`, `s2i`) if
you need to execute them. Useful only wih `pod` strategy.
you need to execute them. Useful only with `pod` strategy.
type: string
tasksLimitCPU:
description: A list of limit cpu configuration for the specific
Expand Down Expand Up @@ -2484,7 +2484,7 @@ spec:
in a csv format, ie, `<taskName1>,<taskName2>,...`. Mind
that you must include also the operator tasks (`builder`,
`quarkus-native`, `package`, `jib`, `spectrum`, `s2i`) if
you need to execute them. Useful only wih `pod` strategy.
you need to execute them. Useful only with `pod` strategy.
type: string
tasksLimitCPU:
description: A list of limit cpu configuration for the specific
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/camel.apache.org_integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6507,7 +6507,7 @@ spec:
in a csv format, ie, `<taskName1>,<taskName2>,...`. Mind
that you must include also the operator tasks (`builder`,
`quarkus-native`, `package`, `jib`, `spectrum`, `s2i`) if
you need to execute them. Useful only wih `pod` strategy.
you need to execute them. Useful only with `pod` strategy.
type: string
tasksLimitCPU:
description: A list of limit cpu configuration for the specific
Expand Down
3 changes: 2 additions & 1 deletion config/crd/bases/camel.apache.org_kameletbindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6791,7 +6791,8 @@ spec:
in a csv format, ie, `<taskName1>,<taskName2>,...`.
Mind that you must include also the operator tasks (`builder`,
`quarkus-native`, `package`, `jib`, `spectrum`, `s2i`)
if you need to execute them. Useful only wih `pod` strategy.
if you need to execute them. Useful only with `pod`
strategy.
type: string
tasksLimitCPU:
description: A list of limit cpu configuration for the
Expand Down
3 changes: 2 additions & 1 deletion config/crd/bases/camel.apache.org_pipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6789,7 +6789,8 @@ spec:
in a csv format, ie, `<taskName1>,<taskName2>,...`.
Mind that you must include also the operator tasks (`builder`,
`quarkus-native`, `package`, `jib`, `spectrum`, `s2i`)
if you need to execute them. Useful only wih `pod` strategy.
if you need to execute them. Useful only with `pod`
strategy.
type: string
tasksLimitCPU:
description: A list of limit cpu configuration for the
Expand Down
1 change: 0 additions & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ prerelease: true
display-version: Next (Pre-release)
nav:
- modules/ROOT/nav.adoc
- modules/ROOT/nav-end.adoc
# It should be automatically generated by an action running nightly
asciidoc:
attributes:
Expand Down
97 changes: 0 additions & 97 deletions docs/modules/ROOT/nav-end.adoc

This file was deleted.

105 changes: 105 additions & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,108 @@
** xref:running/run-from-github.adoc[Run from GitHub]
** xref:running/promoting.adoc[Promote an Integration]
** xref:running/knative-sink.adoc[Knative Sinks]
* xref:languages/languages.adoc[Languages]
** xref:languages/java.adoc[Java]
** xref:languages/yaml.adoc[YAML]
** xref:languages/xml.adoc[XML]
** xref:languages/groovy.adoc[Groovy]
** xref:languages/javascript.adoc[Javascript]
** xref:languages/jshell.adoc[JSheel]
** xref:languages/kotlin.adoc[Kotlin]
* xref:configuration/configuration.adoc[Configuration]
** xref:configuration/build-time-properties.adoc[Build time properties]
** xref:configuration/components.adoc[Components]
** xref:configuration/dependencies.adoc[Dependencies]
** xref:configuration/maven-profile.adoc[Maven Profile]
** xref:configuration/runtime-properties.adoc[Properties]
** xref:configuration/runtime-config.adoc[Runtime configuration]
** xref:configuration/runtime-resources.adoc[Runtime resources]
* xref:kamelets/kamelets.adoc[Kamelets]
** xref:kamelets/kamelets-distribution.adoc[Distribution]
** xref:kamelets/kamelets-user.adoc[User Guide]
** xref:kamelets/kamelets-dev.adoc[Developer Guide]
** xref:kamelets/kameletbindings-error-handler.adoc[Error Handling]
* xref:traits:traits.adoc[Traits]
// Start of autogenerated code - DO NOT EDIT! (trait-nav)
** xref:traits:3scale.adoc[3Scale]
** xref:traits:affinity.adoc[Affinity]
** xref:traits:aws-secrets-manager.adoc[Aws Secrets Manager]
** xref:traits:azure-key-vault.adoc[Azure Key Vault]
** xref:traits:builder.adoc[Builder]
** xref:traits:camel.adoc[Camel]
** xref:traits:container.adoc[Container]
** xref:traits:cron.adoc[Cron]
** xref:traits:dependencies.adoc[Dependencies]
** xref:traits:deployer.adoc[Deployer]
** xref:traits:deployment.adoc[Deployment]
** xref:traits:environment.adoc[Environment]
** xref:traits:error-handler.adoc[Error Handler]
** xref:traits:gc.adoc[Gc]
** xref:traits:gcp-secret-manager.adoc[Gcp Secret Manager]
** xref:traits:hashicorp-vault.adoc[Hashicorp Vault]
** xref:traits:health.adoc[Health]
** xref:traits:ingress.adoc[Ingress]
** xref:traits:istio.adoc[Istio]
** xref:traits:jolokia.adoc[Jolokia]
** xref:traits:jvm.adoc[Jvm]
** xref:traits:kamelets.adoc[Kamelets]
** xref:traits:keda.adoc[Keda]
** xref:traits:knative-service.adoc[Knative Service]
** xref:traits:knative.adoc[Knative]
** xref:traits:logging.adoc[Logging]
** xref:traits:master.adoc[Master]
** xref:traits:mount.adoc[Mount]
** xref:traits:openapi.adoc[Openapi]
** xref:traits:owner.adoc[Owner]
** xref:traits:pdb.adoc[Pdb]
** xref:traits:platform.adoc[Platform]
** xref:traits:pod.adoc[Pod]
** xref:traits:prometheus.adoc[Prometheus]
** xref:traits:pull-secret.adoc[Pull Secret]
** xref:traits:quarkus.adoc[Quarkus]
** xref:traits:registry.adoc[Registry]
** xref:traits:resume.adoc[Resume]
** xref:traits:route.adoc[Route]
** xref:traits:service-binding.adoc[Service Binding]
** xref:traits:service.adoc[Service]
** xref:traits:telemetry.adoc[Telemetry]
** xref:traits:toleration.adoc[Toleration]
** xref:traits:tracing.adoc[Tracing]
// End of autogenerated code - DO NOT EDIT! (trait-nav)
* xref:pipeline/pipeline.adoc[Pipelines]
** xref:pipeline/tekton.adoc[Tekton]
* Scaling
** xref:scaling/integration.adoc[Integrations]
** xref:scaling/binding.adoc[Pipes]
* Observability
** xref:observability/logging.adoc[Logging]
*** xref:observability/logging/operator.adoc[Operator]
*** xref:observability/logging/integration.adoc[Integration]
** xref:observability/monitoring.adoc[Monitoring]
*** xref:observability/monitoring/operator.adoc[Operator]
*** xref:observability/monitoring/integration.adoc[Integration]
* xref:troubleshooting/troubleshooting.adoc[Troubleshooting]
** xref:troubleshooting/debugging.adoc[Debugging]
** xref:troubleshooting/operating.adoc[Operating]
** xref:troubleshooting/known-issues.adoc[Known Issues]
* xref:architecture/architecture.adoc[Architecture]
** xref:architecture/operator.adoc[Operator]
*** xref:architecture/cr/integration-platform.adoc[IntegrationPlatform]
*** xref:architecture/cr/integration.adoc[Integration]
*** xref:architecture/cr/integration-kit.adoc[IntegrationKit]
*** xref:architecture/cr/build.adoc[Build]
*** xref:architecture/cr/camel-catalog.adoc[CamelCatalog]
** xref:architecture/runtime.adoc[Runtime]
** xref:architecture/traits.adoc[Traits]
** xref:architecture/kamelets.adoc[Kamelets]
** xref:architecture/incremental-image.adoc[Incremental Image]
* API
** xref:apis/camel-k.adoc[Camel K API]
** xref:apis/kamelets.adoc[Kamelets API]
** xref:apis/java.adoc[Java API]
* xref:contributing/developers.adoc[Contributing]
** xref:contributing/local-development.adoc[Local development]
*** xref:contributing/local-execution.adoc[Operator - local execution]
*** xref:contributing/remote-debugging.adoc[Operator - remote debug]
** xref:contributing/local-deployment-olm.adoc[Local OLM deployment]
** xref:contributing/e2e.adoc[Local E2E testing]
Loading
Loading