Skip to content

Commit

Permalink
Move to custom subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
Reboot-Codes committed Sep 1, 2024
1 parent 7d3d1f2 commit 0ae3fc2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# CLOVER

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

[Check the docs for more info!!](https://clover.reboot-codes.com/)
9 changes: 9 additions & 0 deletions clover-hub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CloverHub

The main executable that orchestrates CLOVER's operation. Holds the server and management utils provided by the CLI.

You can just use `cargo build` to build for your system. Reproducible docker environments (using nix) coming soon!

Installation can be done with `cargo install --git https://github.com/Reboot-Codes/clover.git`!

Check [the docs](https://clover.reboot-codes.com/docs/clover-hub/intro) for a good breakdown.
7 changes: 7 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CORE

Central Organizational Robotic Extremities.

The default modules, applications, and expression packs for CLOVER.

[Check the docs for more info.](https://clover.reboot-codes.com/docs/core/intro)
2 changes: 1 addition & 1 deletion docs/docs/clover-hub/intro.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CloverHub

The main executable that orchestrates CLOVER's operation. Also a really nice websocket event bus.
The main executable that orchestrates CLOVER's operation. Holds the server and management utils provided by the CLI.
2 changes: 1 addition & 1 deletion docs/docs/clover-hub/server/evtbuzz/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These events are agnostic to what's connected to CloverHub.

## Unauthorize Client

`clover://hub/server/listener/clients/unauthorize`
`clover://hub.clover.reboot-codes.com/server/listener/clients/unauthorize`

Params:

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config: Config = {
url: 'https://www.reboot-codes.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: `/${projectName}/`,
baseUrl: `/`,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down

0 comments on commit 0ae3fc2

Please sign in to comment.