From 20bac0c5ad5257205a50669c38ac1f4f822e9c9b Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 14 Jun 2026 05:55:10 +0000 Subject: [PATCH] docs: sync transformed documentation to gitea wiki --- Home.md | 8 +++++--- _Sidebar.md | 7 +++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 _Sidebar.md diff --git a/Home.md b/Home.md index 53c4090..bbb1e4e 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,7 @@ # RetroHA Developer Wiki -Welcome to the autogenerated API documentation. +Welcome to the autogenerated technical documentation for the RetroHA project. -- [Shared Module API Reference](shared/index) -- [App Module API Reference](app/index) +### Project Modules + +--- +Use the sidebar on the right to navigate between packages and classes. diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..a5a3c73 --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,7 @@ +### RetroHA API +* [Home](Home) +* [Shared Module](shared/index) +* [App Module](app/index) + +--- +*Generated by Dokka*