diff --git a/docs/docs/components/CORE/expression-packs/intro.md b/docs/docs/components/CORE/expression-packs/intro.md index 035b428..6076692 100644 --- a/docs/docs/components/CORE/expression-packs/intro.md +++ b/docs/docs/components/CORE/expression-packs/intro.md @@ -1,3 +1,3 @@ # Expression Packs -Provides default dynamic expression animations for [The expression replicator](/docs/components/core/applications/main/expression-replication). +Provides default dynamic expression animations for [The expression replicator](/docs/components/CORE/applications/main/expression-replication). diff --git a/docs/docs/components/clover-hub/cli.md b/docs/docs/components/clover-hub/cli.md index f41214e..41f7a34 100644 --- a/docs/docs/components/clover-hub/cli.md +++ b/docs/docs/components/clover-hub/cli.md @@ -10,7 +10,7 @@ CloverHub uses [env_logger](https://docs.rs/env_logger/0.11.3/env_logger/) to pr clover run server ``` -See: [Server Component](/docs/clover-hub/server/intro) +See: [Server Component](/docs/components/clover-hub/server/intro) ## Run the TUI @@ -18,7 +18,7 @@ See: [Server Component](/docs/clover-hub/server/intro) clover run tui ``` -See: [TUI Component](/docs/clover-hub/tui/intro) +See: [TUI Component](/docs/components/clover-hub/tui/intro) ## Run Both diff --git a/docs/docs/guide/1-prerequisites/intro.md b/docs/docs/guide/1-prerequisites/intro.md index 4be40d8..2e6c358 100644 --- a/docs/docs/guide/1-prerequisites/intro.md +++ b/docs/docs/guide/1-prerequisites/intro.md @@ -2,12 +2,14 @@ Clover is a very complex system, and you'll need to make a few decisions before you can begin to set it up. -[CORE](/docs/components/core/intro) is provided to give you a maintainer-supported platform to use and later expand upon. Or you can start with your own hardware, and reference this guide as you build and design your own components. +[CORE](/docs/components/CORE/intro) is provided to give you a maintainer-supported platform to use and later expand upon; and this guide will focus upon it. Or you can start with your own hardware, and reference this guide as you build and design your own components. However, in general, you'll need: + + - An SBC - Some micro controllers (one per module) -- A couple of motors, servos, leds, etc. +- A couple of motors, servos, LEDs, etc. - Access to a 3D printer. - And a computer. diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 0bf1730..0410f6c 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -99,7 +99,7 @@ const config: Config = { title: 'Community', items: [ { - label: 'GitHub', + label: 'Source', href: `https://github.com/${organizationName}/${projectName}`, }, ],