Skip to content

Commit

Permalink
修改样式
Browse files Browse the repository at this point in the history
  • Loading branch information
mingcli committed Dec 11, 2023
1 parent 4817070 commit b7c0902
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
36 changes: 14 additions & 22 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
- Concepts
- [**Concepts**](concepts/overview.md)

- [Concepts](concepts/overview.md)
- [About GR-1](concepts/about_gr1.md)
- [Operation Instruction](concepts/operation_instruction.md)
- [About RoCS](concepts/about_rocs.md)
- [Networking](concepts/network.md)
- [Software Architecture](concepts/software_architecture.md)
- [Faults](concepts/faults.md)
- Quick Start
- [**Quick Start**](quick_start/overview.md)

- [Quick Start](quick_start/overview.md)
- [Installation](quick_start/installation.md)
- [Verification](quick_start/verification.md)
- [About](quick_start/about.md)
- Client_SDK

- [Client_SDK](client_sdk/overview.md)
- [**Client_SDK**](client_sdk/overview.md)

- [Python](https://fftai.github.io/rocs_client_py/index.html)
- [Nodejs](https://fftai.github.io/rocs_client_js/index.html)
- Remote Control App

- [Remote Control App](demo_app/overview.md)
- [**Remote Control App**](demo_app/overview.md)
- [Build Your Own Remote Control App](demo_app/app_project_setup.md)
- [Logic Flow](demo_app/logic_flow.md)
- [Login](demo_app/login.md)
- Autonomy

- [Autonomy](autonomy/overview.md)
- Motion Library
- [Motion Library](motion_library/overview.md)
- [<li class='folder level-1'><p><strong>Autonomy</strong></p></li>](autonomy/overview.md)

- [**Motion Library**](motion_library/overview.md)

- [Start](motion_library/start.md)
- [Stop](motion_library/stop.md)
- [Stand](motion_library/stand.md)
Expand All @@ -37,18 +34,13 @@
- [Move Arms and Hands](motion_library/move_arms_and_hands.md)
- [Tremble Fingers](motion_library/tremble_fingers.md)

- Server API
- [<li class='folder level-1'><p><strong>Server API</strong></p></li>](server_api/ServerAPI.md)

- [Server API](server_api/ServerAPI.md)
- FSA
- [<li class='folder level-1'><p><strong>FSA</strong></p></li>](fsa/about_fsa.md)

- [FSA](fsa/about_fsa.md)
- Release Notes

- [Release Notes](release/overview.md)
- [**Release Notes**](release/overview.md)
- [Release V0.1](release/v0.1.md)
- [Release V0.2](release/v0.2.md)
- [Release V1.1](release/v1.1.md)
- Feedback

- [Feedback](feedback/overview.md)

- [<li class='folder level-1'><p><strong>Feedback</strong></p></li>](feedback/overview.md)
2 changes: 1 addition & 1 deletion docs/fsa/about_fsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The actuator's integration of power elements contributes to its adaptability and

![](static/fsa_diagram.png ":size=25%")

# Connecting FSA to Robot System
## Connecting FSA to Robot System

Connecting the FSA to a robot is a simple process requiring only a power cable and a network cable.

Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
position: fixed;
right: 50px;
top: 40px;
display: none;
}

.languageBox{
Expand Down
2 changes: 1 addition & 1 deletion docs/server_api/ServerAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -956,4 +956,4 @@ This API is utilized to execute predefined head movements, encompassing actions

### Responses Data Schema

# Data Schema
## Data Schema
7 changes: 7 additions & 0 deletions docs/style/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,20 @@ video::-webkit-media-controls-enclosure{
text-indent: 30px
}

.sidebar ul li.level-1 > p >a{
text-indent: 15px
}

.sidebar ul li.active > a{
background-color: var(--theme-color, #42b983);
color:#fff;

}





.sidebar ul li.active:has( > ul) ~ p{
color: var(--theme-color, #42b983);
}
Expand Down

0 comments on commit b7c0902

Please sign in to comment.