Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default website theme to light and minor format updates #3067

Merged
merged 3 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading