Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reboot-Codes committed Sep 30, 2024
1 parent ce9b219 commit ad1ecdb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs/components/CORE/expression-packs/intro.md
Original file line number Diff line number Diff line change
@@ -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).
4 changes: 2 additions & 2 deletions docs/docs/components/clover-hub/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ 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

```bash
clover run tui
```

See: [TUI Component](/docs/clover-hub/tui/intro)
See: [TUI Component](/docs/components/clover-hub/tui/intro)

## Run Both

Expand Down
6 changes: 4 additions & 2 deletions docs/docs/guide/1-prerequisites/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!-- TODO: Create a proper BOM after CORE is designed -->

- 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.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const config: Config = {
title: 'Community',
items: [
{
label: 'GitHub',
label: 'Source',
href: `https://github.com/${organizationName}/${projectName}`,
},
],
Expand Down

0 comments on commit ad1ecdb

Please sign in to comment.