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

Fix old XML docs to FPP and remove deprecated docs #3062

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Rename file
thomas-bc committed Dec 6, 2024
commit 55a4b75243d08eb809d9e9b226bc456f2e1fba64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# F´ Component Implementation Classes
# F´ Autocoded Functions and Component Classes

> [!NOTE]
> for a hands-on walk-through of build topologies, please see: [Tutorials](../../tutorials/index.md)
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -297,7 +297,7 @@ nav:
- 'Unit Testing F´ Components': documentation/user-manual/overview/unit-testing.md
- Framework:
- 'Configuring F´': documentation/user-manual/framework/configuring-fprime.md
- 'Autocoded Functions': documentation/user-manual/framework/implementation.md
- 'Autocoded Functions': documentation/user-manual/framework/autocoded-functions.md
- 'Constructing the F´ Topology': documentation/user-manual/framework/building-topology.md
- 'Asserts in F´': documentation/user-manual/framework/assert.md
- 'F´ On Baremetal and Multi-Core Systems': documentation/user-manual/framework/baremetal-multicore.md