Skip to content

Commit

Permalink
TOC and styling edits
Browse files Browse the repository at this point in the history
  • Loading branch information
katharine-murphy committed Sep 26, 2019
1 parent 97e874f commit cdc3ae0
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 15 deletions.
27 changes: 27 additions & 0 deletions docs/css/my-styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
pre {
background-color: #f8f8f7;
}

code {
background-color: #0083fb;
}

/* this doesn't work now
.md-nav__link {
text-transform: uppercase;
color: #0083fb;
}
*/

/* Katharine's css additions */
.md-header, .md-tabs, .md-footer-meta, .md-footer-nav, .md-footer-nav__inner {
background-color: #172b6e;
}

.md-nav__title {
color: #172b6e;
}

.md-icon {
./assets/images/favicon.ico
}
11 changes: 0 additions & 11 deletions docs/ex_rl.md

This file was deleted.

19 changes: 15 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,25 @@ nav:
- Welcome:
- "What is the AEA?": 'index.md'
- "Architecture": 'architecture.md'
- Quick start: 'quickstart.md'
- CLI: 'cli_overview.md'
- "Version": 'version.md'
- AEA quick start: 'quickstart.md'
- Get developing:
- "Protocol": 'protocol.md'
- "Skill": 'skill.md'
- "Scaffolding": 'scaffolding.md'
- "CLI commands": 'cli_overview.md'
- Integration:
- "Integrate with third parties": 'integration.md'
- Demos:
- "Reinforcement Learning": 'ex_rl.md'
- "AEA gym skill": 'gym-skill.md'
- "Gym efficiency demo": 'gym-plugin.md'
- "TAC": 'tac.md'



markdown_extensions:
- pymdownx.superfences
- admonition
- admonition

extra_css:
- css/my-styles.css

0 comments on commit cdc3ae0

Please sign in to comment.