Skip to content

Commit c162c72

Browse files
committed
Improve header visibility. Add benchmark to docs
1 parent b0664d5 commit c162c72

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Documentation
1+
name: Docs
22

33
on:
44
push:

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crazyflow
22

33
<div align="center">
4-
<img src="img/logo.svg" alt="CrazyFlow Logo" width="360"/>
4+
<img src="img/logo.svg" alt="Crazyflow Logo" width="360"/>
55
</div>
66

77
## Overview
@@ -21,6 +21,8 @@ Audience: researchers working on control, learning, system identification and si
2121
- Extensible step pipeline (randomization, disturbances, custom hooks)
2222
- MuJoCo-based visualization and offscreen rendering
2323

24+
![Performance benchmarks and comparisons](img/performance.png)
25+
2426
## Quick start
2527

2628
1. Installation — follow the install instructions: [Installation Guide](installation.md)

docs/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Light mode custom colors */
22
[data-md-color-scheme="default"] {
3-
--md-primary-fg-color: #39e3f6;
3+
--md-primary-fg-color: #09afc2;
44
--md-primary-fg-color--light: #3bd5f5;
55
--md-primary-fg-color--dark: #2a3f84;
66
--md-accent-fg-color: #2a3f84;

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: CrazyFlow Documentation
1+
site_name: Crazyflow Documentation
22
site_description: Fast, parallelizable simulations of Crazyflies with JAX and MuJoCo
33
site_url: https://utiasdsl.github.io/crazyflow/
44
repo_name: utiasDSL/crazyflow

0 commit comments

Comments
 (0)