Skip to content

Commit

Permalink
Merge pull request #171 from TheJavaGuy/fix-asciidoctor-warnings
Browse files Browse the repository at this point in the history
Fix Asciidoctor warnings
  • Loading branch information
FroMage authored Sep 28, 2023
2 parents c62b9eb + ccf88ff commit 2ff5592
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include::./includes/attributes.adoc[]
include::./pages/includes/attributes.adoc[]
:config-file: application.properties

* xref:index.adoc[Getting started]
Expand Down
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/concepts.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -472,4 +473,4 @@ After that, you can include them in your Qute templates with:
</head>
----

Look at https://mvnrepository.com/artifact/org.webjars for the list of available options.
Look at https://mvnrepository.com/artifact/org.webjars for the list of available options.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class Application extends Controller {
static class Templates {
public static native TemplateInstance index();
}
@Path("/")
public TemplateInstance index() {
return Templates.index();
Expand Down

0 comments on commit 2ff5592

Please sign in to comment.