diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 51835379..26ab18e0 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -1,4 +1,4 @@ -include::./includes/attributes.adoc[] +include::./pages/includes/attributes.adoc[] :config-file: application.properties * xref:index.adoc[Getting started] diff --git a/docs/modules/ROOT/pages/concepts.adoc b/docs/modules/ROOT/pages/concepts.adoc index a957e07e..b5dd8076 100644 --- a/docs/modules/ROOT/pages/concepts.adoc +++ b/docs/modules/ROOT/pages/concepts.adoc @@ -1,6 +1,7 @@ = Renarde image:renarde-head.svg[width=25em] Web Framework - Main Concepts :favicon: _images/renarde-head.svg +include::./includes/attributes.adoc[] [#models] == Models @@ -472,4 +473,4 @@ After that, you can include them in your Qute templates with: ---- -Look at https://mvnrepository.com/artifact/org.webjars for the list of available options. \ No newline at end of file +Look at https://mvnrepository.com/artifact/org.webjars for the list of available options. diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index e80d88d3..41a70eba 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -42,7 +42,7 @@ public class Application extends Controller { static class Templates { public static native TemplateInstance index(); } - + @Path("/") public TemplateInstance index() { return Templates.index();