This is an automated email from the ASF dual-hosted git repository. mcasters pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git
commit a7663cce76c80a9f42d73fd77abaa4418642eb4b Author: Hans Van Akelyen <[email protected]> AuthorDate: Tue Nov 10 09:33:54 2020 +0100 fix navigation --- hop-dev-manual/modules/ROOT/nav.adoc | 5 ++++- hop-dev-manual/modules/ROOT/pages/index.adoc | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hop-dev-manual/modules/ROOT/nav.adoc b/hop-dev-manual/modules/ROOT/nav.adoc index 024cdef..fa2b556 100644 --- a/hop-dev-manual/modules/ROOT/nav.adoc +++ b/hop-dev-manual/modules/ROOT/nav.adoc @@ -1 +1,4 @@ -* xref:getting-started.adoc[Getting started] \ No newline at end of file +* xref:getting-started.adoc[Getting started] +* xref:porting-kettle-plugins.adoc[Porting Kettle plugins] +* xref:webhop/index.adoc[Webhop] +** xref:webhop/developer-guide.adoc[Webhop Developer Guide] \ No newline at end of file diff --git a/hop-dev-manual/modules/ROOT/pages/index.adoc b/hop-dev-manual/modules/ROOT/pages/index.adoc index e116c40..d1abb6d 100644 --- a/hop-dev-manual/modules/ROOT/pages/index.adoc +++ b/hop-dev-manual/modules/ROOT/pages/index.adoc @@ -2,5 +2,3 @@ * xref:getting-started.adoc[Getting started] * xref:porting-kettle-plugins.adoc[Porting Kettle plugins] -* xref:webhop/index.adoc[Webhop] -** xref:webhop/developer-guide.adoc[Webhop Developer Guide]
