Skip to content

Commit

Permalink
Make component config sections correct and consistent (#1799)
Browse files Browse the repository at this point in the history
Co-authored-by: Naomi Pentrel <[email protected]>
  • Loading branch information
JessamyT and npentrel authored Sep 14, 2023
1 parent 9225df8 commit f3e9d72
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/components/arm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Arm drivers are also paired, in the RDK, with JSON files that describe the kinem

## Configuration

Supported arm models include:
For configuration information, click on one of the supported arm models:

| Model | Description |
| ----- | ----------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/components/base/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Most mobile robots with a base need at least the following hardware:

## Configuration

Supported base models include:
For configuration information, click on one of the supported base models:

| Model | Description |
| ----- | ----------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/components/camera/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can use different models to:

## Configuration

For configuration information, click on one of the following models:
For configuration information, click on one of the supported camera models:

| Model | Description |
| ----- | ----------- |
Expand Down
6 changes: 1 addition & 5 deletions docs/components/encoder/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ Most robots with an encoder need at least the following hardware:

## Configuration

To configure an encoder as a component of your robot, first configure the [board](/components/board/) controlling the encoder.
If you are configuring an encoded motor, you must also configure the [motor](/components/motor/) first.

The configuration of your encoder component depends on your encoder model.
For configuration information, click on one of the following models:
For configuration information, click on one of the supported encoder models:

| Model | Description |
| ----- | ----------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/components/gantry/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Most robots with a gantry need at least the following hardware:

## Configuration

Supported gantry models include:
For configuration information, click on one of the supported gantry models:

| Model | Description |
| ----- | ----------- |
Expand Down
3 changes: 2 additions & 1 deletion docs/components/gantry/single-axis.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ aliases:
# SME: Rand, Martha
---

Configure a `single-axis` gantry to integrate a single-axis gantry into your robot:
Configure a `single-axis` gantry to integrate a single-axis gantry into your robot.
Before configuring the gantry, configure any [motor components](/components/motor/) that are part of the gantry.

{{< tabs >}}
{{% tab name="Config Builder" %}}
Expand Down
2 changes: 1 addition & 1 deletion docs/components/sensor/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Most robots with a sensor need at least the following hardware:

## Configuration

Supported sensor models include:
For configuration information, click on one of the supported sensor models:

| Model | Description |
| ----- | ----------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/components/servo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Check your device's data sheet and configure that type of servo as an [encoded m

{{% /alert %}}

Supported servo models include:
For configuration information, click on one of the supported servo models:

| Model | Description |
| ----- | ----------- |
Expand Down

0 comments on commit f3e9d72

Please sign in to comment.