This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 8624d5a CAMEL-15090: website - Move using osgi with blueprint from top level … (#3855) 8624d5a is described below commit 8624d5a812efeb060003e99774707a13d14d0cd5 Author: Aemie Jariwala <44139348+aem...@users.noreply.github.com> AuthorDate: Mon May 25 11:36:18 2020 +0530 CAMEL-15090: website - Move using osgi with blueprint from top level … (#3855) * CAMEL-15090: website - Move using osgi with blueprint from top level to resources & guides * place it within the orderly fashion --- docs/user-manual/modules/ROOT/nav.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/nav.adoc b/docs/user-manual/modules/ROOT/nav.adoc index b858474..b5d5096 100644 --- a/docs/user-manual/modules/ROOT/nav.adoc +++ b/docs/user-manual/modules/ROOT/nav.adoc @@ -16,6 +16,7 @@ ** xref:examples.adoc[Examples] ** xref:graceful-shutdown.adoc[Graceful Shutdown] ** xref:error-handling-in-camel.adoc[Error handling in Camel] +** xref:using-osgi-blueprint-with-camel.adoc[Using OSGi blueprint with Camel] ** xref:using-propertyplaceholder.adoc[How to use Camel property placeholders] ** xref:templating.adoc[Templating] ** xref:testing.adoc[Testing] @@ -97,6 +98,5 @@ ** xref:languages.adoc[Languages] ** xref:java-dsl.adoc[Java DSL] ** xref:spring.adoc[Spring support] -* xref:using-osgi-blueprint-with-camel.adoc[Using OSGi blueprint with Camel] * xref:camel-3-migration-guide.adoc[Camel 2.x to 3.0 Migration Guide] * xref:camel-3x-upgrade-guide.adoc[Camel 3.x Upgrade Guide]