From 1ce103b59d397295b5108e04f25b2e7ebafda81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Matthie=C3=9F?= Date: Fri, 23 Aug 2024 22:19:06 +0200 Subject: [PATCH] Add antora.yaml and move index.adoc to proper dir --- doc/antora.yml | 5 +++++ doc/{ => modules/ROOT}/index.adoc | 0 2 files changed, 5 insertions(+) create mode 100644 doc/antora.yml rename doc/{ => modules/ROOT}/index.adoc (100%) diff --git a/doc/antora.yml b/doc/antora.yml new file mode 100644 index 0000000..8bc9db2 --- /dev/null +++ b/doc/antora.yml @@ -0,0 +1,5 @@ +--- + +name: itemsdb +title: Items database +version: 0.1 diff --git a/doc/index.adoc b/doc/modules/ROOT/index.adoc similarity index 100% rename from doc/index.adoc rename to doc/modules/ROOT/index.adoc