diff --git a/docs/documentation/user-manual/index.md b/docs/documentation/user-manual/index.md index 3c20181e04..0b832eb686 100644 --- a/docs/documentation/user-manual/index.md +++ b/docs/documentation/user-manual/index.md @@ -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 \ No newline at end of file +## __Design__ +Explanation of the F Prime architecture and design philosophies diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 488ca697f8..3c2aafa62a 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -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) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index c6a519ed3c..181fac3d5b 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -29,8 +29,7 @@ theme: palette: # Palette toggle for light mode - - media: "(prefers-color-scheme: light)" - scheme: default + - scheme: default primary: custom accent: custom toggle: @@ -38,8 +37,7 @@ theme: 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