From a363b3a4fb4c15cbba08e9cebc8b231a997cfbdd Mon Sep 17 00:00:00 2001 From: Ilenia Date: Wed, 1 Jul 2026 13:28:10 +0200 Subject: [PATCH] docs: add missing project boilerplates and nav entries --- src/components/navigation.ts | 60 +++++++++++++++++++++ src/content/docs/projects/chronara.md | 37 +++++++++++++ src/content/docs/projects/ephemere.md | 37 +++++++++++++ src/content/docs/projects/hikari-desktop.md | 37 +++++++++++++ src/content/docs/projects/library.md | 37 +++++++++++++ src/content/docs/projects/lore.md | 37 +++++++++++++ src/content/docs/projects/minori.md | 37 +++++++++++++ src/content/docs/projects/personality.md | 37 +++++++++++++ src/content/docs/projects/qr-generator.md | 37 +++++++++++++ src/content/docs/projects/rondelle.md | 37 +++++++++++++ src/content/docs/projects/silly-sites.md | 37 +++++++++++++ src/content/docs/projects/tatsumi.md | 37 +++++++++++++ src/content/docs/projects/valerium.md | 37 +++++++++++++ 13 files changed, 504 insertions(+) create mode 100644 src/content/docs/projects/chronara.md create mode 100644 src/content/docs/projects/ephemere.md create mode 100644 src/content/docs/projects/hikari-desktop.md create mode 100644 src/content/docs/projects/library.md create mode 100644 src/content/docs/projects/lore.md create mode 100644 src/content/docs/projects/minori.md create mode 100644 src/content/docs/projects/personality.md create mode 100644 src/content/docs/projects/qr-generator.md create mode 100644 src/content/docs/projects/rondelle.md create mode 100644 src/content/docs/projects/silly-sites.md create mode 100644 src/content/docs/projects/tatsumi.md create mode 100644 src/content/docs/projects/valerium.md diff --git a/src/components/navigation.ts b/src/components/navigation.ts index 85db058..0971d05 100644 --- a/src/components/navigation.ts +++ b/src/components/navigation.ts @@ -720,6 +720,66 @@ export const navigation = [ link: "/projects/vivicrea", badge: { text: "v1.0.0", variant: "tip" }, }, + { + label: "Ephemere", + link: "/projects/ephemere", + badge: { text: "unreleased", variant: "danger" }, + }, + { + label: "Valerium", + link: "/projects/valerium", + badge: { text: "unreleased", variant: "danger" }, + }, + { + label: "Lore", + link: "/projects/lore", + badge: { text: "unreleased", variant: "danger" }, + }, + { + label: "Hikari Desktop", + link: "/projects/hikari-desktop", + badge: { text: "unreleased", variant: "danger" }, + }, + { + label: "Rondelle", + link: "/projects/rondelle", + badge: { text: "unreleased", variant: "danger" }, + }, + { + label: "Chronara", + link: "/projects/chronara", + badge: { text: "unreleased", variant: "danger" }, + }, + { + label: "Silly Sites", + link: "/projects/silly-sites", + badge: { text: "unreleased", variant: "danger" }, + }, + { + label: "Library", + link: "/projects/library", + badge: { text: "unversioned", variant: "success" }, + }, + { + label: "Minori", + link: "/projects/minori", + badge: { text: "unreleased", variant: "danger" }, + }, + { + label: "Tatsumi", + link: "/projects/tatsumi", + badge: { text: "unreleased", variant: "danger" }, + }, + { + label: "Personality", + link: "/projects/personality", + badge: { text: "unversioned", variant: "success" }, + }, + { + label: "QR Generator", + link: "/projects/qr-generator", + badge: { text: "unversioned", variant: "success" }, + }, ].sort((a, b) => a.label.localeCompare(b.label)), }, // #endregion diff --git a/src/content/docs/projects/chronara.md b/src/content/docs/projects/chronara.md new file mode 100644 index 0000000..6bc2b90 --- /dev/null +++ b/src/content/docs/projects/chronara.md @@ -0,0 +1,37 @@ +--- +title: Chronara +--- + +Chronara (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/ephemere.md b/src/content/docs/projects/ephemere.md new file mode 100644 index 0000000..a7968c1 --- /dev/null +++ b/src/content/docs/projects/ephemere.md @@ -0,0 +1,37 @@ +--- +title: Ephemere +--- + +Ephemere (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. diff --git a/src/content/docs/projects/hikari-desktop.md b/src/content/docs/projects/hikari-desktop.md new file mode 100644 index 0000000..b79eecc --- /dev/null +++ b/src/content/docs/projects/hikari-desktop.md @@ -0,0 +1,37 @@ +--- +title: Hikari Desktop +--- + +Hikari Desktop (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/library.md b/src/content/docs/projects/library.md new file mode 100644 index 0000000..77fa155 --- /dev/null +++ b/src/content/docs/projects/library.md @@ -0,0 +1,37 @@ +--- +title: Library +--- + +Library (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/lore.md b/src/content/docs/projects/lore.md new file mode 100644 index 0000000..b18fbba --- /dev/null +++ b/src/content/docs/projects/lore.md @@ -0,0 +1,37 @@ +--- +title: Lore +--- + +Lore (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/minori.md b/src/content/docs/projects/minori.md new file mode 100644 index 0000000..1f4dd91 --- /dev/null +++ b/src/content/docs/projects/minori.md @@ -0,0 +1,37 @@ +--- +title: Minori +--- + +Minori (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/personality.md b/src/content/docs/projects/personality.md new file mode 100644 index 0000000..b436fde --- /dev/null +++ b/src/content/docs/projects/personality.md @@ -0,0 +1,37 @@ +--- +title: Personality +--- + +Personality (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/qr-generator.md b/src/content/docs/projects/qr-generator.md new file mode 100644 index 0000000..3736dab --- /dev/null +++ b/src/content/docs/projects/qr-generator.md @@ -0,0 +1,37 @@ +--- +title: QR Generator +--- + +QR Generator (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/rondelle.md b/src/content/docs/projects/rondelle.md new file mode 100644 index 0000000..a06592e --- /dev/null +++ b/src/content/docs/projects/rondelle.md @@ -0,0 +1,37 @@ +--- +title: Rondelle +--- + +Rondelle (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/silly-sites.md b/src/content/docs/projects/silly-sites.md new file mode 100644 index 0000000..1fea1bd --- /dev/null +++ b/src/content/docs/projects/silly-sites.md @@ -0,0 +1,37 @@ +--- +title: Silly Sites +--- + +Silly Sites (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/tatsumi.md b/src/content/docs/projects/tatsumi.md new file mode 100644 index 0000000..545b2d9 --- /dev/null +++ b/src/content/docs/projects/tatsumi.md @@ -0,0 +1,37 @@ +--- +title: Tatsumi +--- + +Tatsumi (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase. \ No newline at end of file diff --git a/src/content/docs/projects/valerium.md b/src/content/docs/projects/valerium.md new file mode 100644 index 0000000..3d7c3a1 --- /dev/null +++ b/src/content/docs/projects/valerium.md @@ -0,0 +1,37 @@ +--- +title: Valerium +--- + +Valerium (hereinafter the "Application") is + +## 1. User Documentation + +:::note +This section is coming soon! +::: + +This section is for those interacting with a live instance of the Application. + +## 2. Technical Documentation + +:::note +This section is coming soon! +::: + +This section is for those interested in running their own instance of the Application. + +## 3. Legal Documentation + +:::note +This section is coming soon! +::: + +This section is for expansions to our legal policies specific to the Application. + +## 4. Contributing Documentation + +:::note +This section is coming soon! +::: + +This section is for documentation related to contributing to the Application's codebase.