From b85b0fd4b2d5027764ba591b17033f2f75f90a40 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 6 Jan 2024 18:17:47 +0000 Subject: [PATCH] misc(docs): moved active development admonition to aurora's index --- .docs/aurora/index.md | 5 +++++ .docs/index.md | 11 ++--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.docs/aurora/index.md b/.docs/aurora/index.md index 0c59c59..48905f1 100644 --- a/.docs/aurora/index.md +++ b/.docs/aurora/index.md @@ -1,5 +1,10 @@ # Aurora +/// admonition | This project is in active development + type: warning +These docs are not complete yet, and there is a lot still to do. +/// + Aurora is a fully-featured moderation system. It is heavily inspired by GalacticBot, and is designed to be a more user-friendly alternative to Red's core Mod cogs. ## Installation diff --git a/.docs/index.md b/.docs/index.md index 85e74ab..1050e75 100644 --- a/.docs/index.md +++ b/.docs/index.md @@ -1,11 +1,4 @@ # Welcome to SeaCogs -/// admonition | This project is in active development - type: warning -These docs are not complete yet, and there is a lot still to do. -/// - -This is the documentation for my Red-DiscordBot Cogs. - -Check out the [usage](getting-started/usage.md) section for further information. -Installation instructions can be found [here](getting-started/installation.md). +This is the documentation for my Red-DiscordBot Cogs. +See the top bar for a list of cogs and their documentation.