Skip to content

Commit

Permalink
Furo theme (#3490)
Browse files Browse the repository at this point in the history
* Set up folder structure and stubs for beta doc site using furo theme.
Squash merge Includes:
- Fill out folder structure for all TOC sections. Complete AdaRound example.
- Make beta doc build optional for agile development.
- Stripped beta piccolo theme CSS down to only modifications of the stock theme CSS.
- Swap in furo theme for look & feel and right-side menu.
- Refine furo theme options.
- More mods to furo theme. Set up index for API ref.

Signed-off-by: Dave Welsch <dwelsch@expertsupport.com>

* Add copyright headers to snippet .py files to fix repolinter complaint.

Signed-off-by: Dave Welsch <dwelsch@expertsupport.com>

* Removed unnecessary templates, cleaned up CSS file.

Signed-off-by: Dave Welsch <dwelsch@expertsupport.com>

* Fix TOC to display 2 levels, no collapse.

Signed-off-by: Dave Welsch <dwelsch@expertsupport.com>

---------

Signed-off-by: Dave Welsch <dwelsch@expertsupport.com>
  • Loading branch information
dwelsch-esi authored Nov 19, 2024
1 parent c997d5f commit 3568d2b
Show file tree
Hide file tree
Showing 25 changed files with 2,849 additions and 1,300 deletions.
12 changes: 12 additions & 0 deletions Docs/beta/_static/aimet-furo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

aside.toc-drawer ul ul ul ul {
display: none;
}

.toctree-l3 {
display: none;
}

[for^="toctree-checkbox-"], [id^="toctree-checkbox-"] {
visibility: hidden;
}
154 changes: 154 additions & 0 deletions Docs/beta/_static/furo-extensions.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3568d2b

Please sign in to comment.