Skip to content

Commit

Permalink
Default website theme to light and minor format updates (#3067)
Browse files Browse the repository at this point in the history
* Minor doc updates: formatting and add item in reference list

* Add bold font again

* Do not pick up system theme - hard default to light theme
  • Loading branch information
thomas-bc authored Dec 10, 2024
1 parent 2fbc151 commit 97666b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions docs/documentation/user-manual/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ hide:

The User Manual dives into F Prime design philosophy and architectural principles, providing a deep understanding of how the framework operates. Below are the different topics you can find under the User Manual.

## __F´ Overview__
## __Overview__
Technical overview of F Prime

## __F´ Framework__
## __Framework__
Dive into the mechanics and design philosophies of the F Prime framework

## __FPP (F Prime Prime)__
In-depth user guide and language specification for FPP

## __F´ Ground Data System (GDS)__
## __Ground Data System (GDS)__
Dive into the F´ GDS and its testing framework

## __F´ Design__
Explanation of the F Prime architecture and design philosophies
## __Design__
Explanation of the F Prime architecture and design philosophies
2 changes: 2 additions & 0 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ New users should start with the [Hello World tutorial](../tutorials-hello-world/
## Further References

Here are some additional references to continue learning about F´:

- [More tutorials](../documentation/tutorials/)
- [F´ User Manual](../documentation/user-manual/)
- [Installation and Troubleshooting](./installing-fprime.md)
6 changes: 2 additions & 4 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,15 @@ theme:
palette:

# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/lightbulb-on
name: Switch to dark mode

# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
- scheme: slate
primary: custom
toggle:
icon: material/lightbulb-off
Expand Down

0 comments on commit 97666b2

Please sign in to comment.