From 08a3a7da56cb138867ff416d780c35e5f0e7b3ba Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 9 Apr 2026 17:14:20 +0200 Subject: [PATCH] Trying to fix documentation links --- Documentation/Installation.md | 4 ++-- Documentation/ToC.md | 6 ++++++ README.md | 8 +------- 3 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 Documentation/ToC.md diff --git a/Documentation/Installation.md b/Documentation/Installation.md index 496edb1..fdb7b13 100644 --- a/Documentation/Installation.md +++ b/Documentation/Installation.md @@ -1,4 +1,4 @@ -/// \page Installation Package Installation +# Package Installation You can import the NanoBrain Ant package in Unity directly with the Package Manager git package importer. @@ -6,4 +6,4 @@ See Unity: [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-gi Use the link from 'Clone with HTTP' (for example: https://git.passer.life/CreatureControl/Ant.git) In this way you can always retrieve the latest version by pressing the Update button in the Package Manager. -Optionally, you can use a tag to retrieve a specific version. For example: https://git.passer.life/CreatureControl/Ant.git#0.1.0. This will give you a stable version which does not change. Updating can be done by retrieving the package with a link to a new release. \ No newline at end of file +Optionally, you can use a tag to retrieve a specific version. For example: https://git.passer.life/CreatureControl/Ant.git#0.1.0. This will give you a stable version which does not change. Updating can be done by retrieving the package with a link to a new release. diff --git a/Documentation/ToC.md b/Documentation/ToC.md new file mode 100644 index 0000000..97e524f --- /dev/null +++ b/Documentation/ToC.md @@ -0,0 +1,6 @@ +\mainpage + +Table of Contents +----------------- +- [Installation](Installation.md) + diff --git a/README.md b/README.md index 9a218d0..02c5d8f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,4 @@ # %NanoBrain Ant -Table of Contents ------------------ -- [Installation](Documentation/Installation.md) +Documentation is found in the [Documentation folder](Documentation/ToC.md) - \ No newline at end of file