diff --git a/documentation/antora.yml b/documentation/antora.yml new file mode 100644 index 000000000..a36241660 --- /dev/null +++ b/documentation/antora.yml @@ -0,0 +1,5 @@ +name: pax-exam +title: Pax Exam +version: 4 +nav: + - modules/ROOT/nav.adoc diff --git a/documentation/modules/ROOT/nav.adoc b/documentation/modules/ROOT/nav.adoc new file mode 100644 index 000000000..31f850eeb --- /dev/null +++ b/documentation/modules/ROOT/nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[] diff --git a/documentation/modules/ROOT/pages/index.adoc b/documentation/modules/ROOT/pages/index.adoc new file mode 100644 index 000000000..407dc2e95 --- /dev/null +++ b/documentation/modules/ROOT/pages/index.adoc @@ -0,0 +1,2 @@ += Pax Exam +:navtitle: Pax Exam