Skip to content

Commit

Permalink
Update docs to reflect new organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reboot-Codes committed Sep 1, 2024
1 parent d249f8d commit 7d3d1f2
Show file tree
Hide file tree
Showing 19 changed files with 64 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/docs/CORE/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
link:
type: doc
id: intro
5 changes: 5 additions & 0 deletions docs/docs/CORE/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CORE

Central Organizational Robotic Extremities

The default modules, applications, and expression packs for CLOVER.
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/appd/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
link:
type: doc
id: intro
5 changes: 5 additions & 0 deletions docs/docs/clover-hub/server/appd/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# AppDaemon

Manage containerized applications.

Runs all applications through Docker/Podman in a managed, containerized manner to ensure security.
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/arbiter/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
link:
type: doc
id: intro
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/arbiter/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Arbiter

Permission model and authentication root of trust.
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/evtbuzz/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
link:
type: doc
id: intro
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/evtbuzz/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# EVTBuzz

The main API and WS event server for Clover. Everything runs through here in some way.
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/inference-engine/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
link:
type: doc
id: intro
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/inference-engine/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# InferenceEngine

TPU manager for Machine Learning models.
10 changes: 9 additions & 1 deletion docs/docs/clover-hub/server/intro.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Server

The CloverHub server runs, by default, on port 6699 (yes, you can say "nice", this was intentional), and provides a standardized, secure, websocket-based event bus for all of clover's components to use.
The CloverHub server (specifically, EVTBuzz) runs, by default, on port 6699 (yes, you can say "nice", this was intentional), and provides a standardized, secure, websocket-based event bus for all of clover's components to use.

CloverHub also contains a bunch of extra stuff like:

- Arbiter: Permission model and authentication root of trust.
- Renderer: Output independent, 2.5D UI renderer.
- InferenceEngine: TPU manager for Machine Learning models.
- ModMan: Manage module registration and user configuration.
- AppDaemon (a.k.a. AppD): Manage containerized applications.
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/modman/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
link:
type: doc
id: intro
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/modman/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ModMan

Manage module registration and user configuration.
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/renderer/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
link:
type: doc
id: intro
3 changes: 3 additions & 0 deletions docs/docs/clover-hub/server/renderer/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Renderer

Output independent, 2.5D UI renderer.
8 changes: 6 additions & 2 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
sidebar_position: 1
---

# Introduction to Clover
# Introduction to CLOVER

Smart fursuit parts made for daily wear to help out your species dysphoria.
CLOVER stands for:

> Cybernetic Living Organism Variable Extension Regulator
Or, tl;dr, smart fursuit parts made for daily wear to help out your species dysphoria.

Reads your expressions to change the position and display of animatronic fursuit parts, such as a head (with ears, a maw, and a custom LED display), tail, and paws.

Expand Down
6 changes: 3 additions & 3 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
Get Started
</Link>
</div>
</div>
Expand All @@ -32,8 +32,8 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
title={siteConfig.title}
description={siteConfig.tagline}>
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 7d3d1f2

Please sign in to comment.