Fix relative includes

This commit is contained in:
Lars Mueller 2022-09-01 12:56:08 +02:00
parent d7fa11434e
commit 1b7c796920
6 changed files with 11 additions and 11 deletions

@ -1,7 +1,7 @@
= ItemStackMetaData
include::../include/config.adoc[]
include::../include/types.adoc[]
include::../../include/config.adoc[]
include::../../include/types.adoc[]
:description: Per-ItemStack persistent key-value store
:keywords: meta, data, metadata, item, stack, storage, key, value, persistence

@ -1,7 +1,7 @@
= MetaData
include::../include/config.adoc[]
include::../include/types.adoc[]
include::../../include/config.adoc[]
include::../../include/types.adoc[]
:description: Base class of various meta data classes used to persist key-value pairs
:keywords: meta, data, metadata, storage, key, value, persistence

@ -1,7 +1,7 @@
= ModStorage
include::../include/config.adoc[]
include::../include/types.adoc[]
include::../../include/config.adoc[]
include::../../include/types.adoc[]
:description: Per-mod persistent key-value store
:keywords: meta, data, metadata, mod, storage, key, value, persistence

@ -1,7 +1,7 @@
= NodeMetaData
include::../include/config.adoc[]
include::../include/types.adoc[]
include::../../include/config.adoc[]
include::../../include/types.adoc[]
:description: Per-node persistent key-value store
:keywords: meta, data, metadata, node, storage, key, value, persistence

@ -1,7 +1,7 @@
= PlayerMetaData
include::../include/config.adoc[]
include::../include/types.adoc[]
include::../../include/config.adoc[]
include::../../include/types.adoc[]
:description: Per-player persistent key-value store
:keywords: meta, data, metadata, player, storage, key, value, persistence

@ -1,5 +1,5 @@
= `VoxelArea`
include::../include/config.adoc[]
include::../../include/config.adoc[]
:description: Documentation for the `VoxelArea` "class"
:keywords: voxel, area, voxelmanip