Skip to content

Commit

Permalink
Change color scheme and navigation structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tokk-nv committed Sep 26, 2020
1 parent 83a55e7 commit bbcf754
Show file tree
Hide file tree
Showing 179 changed files with 226,577 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/css/colors.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[data-md-color-scheme="nvgreen"] {
--md-primary-fg-color: #76B900;
--md-primary-fg-color--light: #C5E1A5;
--md-primary-fg-color--dark: #004D40;
--md-accent-fg-color: #004D40;
}

3 changes: 3 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ To get started with JetBot, just follow these steps
> You can also start from one of the pre-bundled [third party kits](third_party_kits.md).
2. Follow the [hardware setup](hardware_setup.md)

> If you get one of the third party kits, follow the manufacture's asssembly guide.
2. Follow the [software setup](software_setup/docker.md)
4. Run through the [examples](examples/basic_motion.md)

Expand Down
15 changes: 10 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ theme:
favicon: images/favicon.png
font: Incosolata
palette:
primary: green
secondary: light green
scheme: nvgreen
features:
- navigation.expand

repo_url: https://github.com/NVIDIA-AI-IOT/jetbot

Expand Down Expand Up @@ -34,8 +35,11 @@ nav:

- Home: index.md
- Getting Started: getting_started.md
- Bill of Materials: bill_of_materials.md
- Hardware Setup: hardware_setup.md
- Hardware:
- DIY open-source JetBot:
- Bill of Materials: bill_of_materials.md
- Hardware Setup: hardware_setup.md
- Third Party Kits: third_party_kits.md
- Software Setup:
- Using SD Card Image: software_setup/sd_card.md
- Using Docker Container: software_setup/docker.md
Expand All @@ -45,17 +49,18 @@ nav:
- Collision Avoidance: examples/collision_avoidance.md
- Road Following: examples/road_following.md
- Object Following: examples/object_following.md
- Third Party Kits: third_party_kits.md
- Reference:
- 3D Printing: 3d_printing.md
- Contributing: CONTRIBUTING.md
- Changes: CHANGELOG.md

extra_css:
- css/version-select.css
- css/colors.css
extra_javascript:
- js/version-select.js

google_analytics:
- UA-135919510-2
- auto

Loading

0 comments on commit bbcf754

Please sign in to comment.