From fb7cc713ce98a2c7a60cd4086f0abb79d74016c6 Mon Sep 17 00:00:00 2001 From: Michael D Starch Date: Thu, 24 Aug 2023 16:25:37 -0700 Subject: [PATCH 1/3] Updating to v3.3.2 --- fprime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fprime b/fprime index f0e039b..ba8f1c6 160000 --- a/fprime +++ b/fprime @@ -1 +1 @@ -Subproject commit f0e039b5bb9273cf14262e4c24937ba2afbb6a1d +Subproject commit ba8f1c6ac8ca66e860d1c48b3eccee12ee10d7e0 From b006ce3c9b51e8750b880e47a7eb91e15cd05f29 Mon Sep 17 00:00:00 2001 From: Thomas Boyer-Chammard <49786685+thomas-bc@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:22:00 -0700 Subject: [PATCH 2/3] Add Table of Contents (#8) --- _config.yml | 3 ++- docs/_includes/toc.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/_includes/toc.md diff --git a/_config.yml b/_config.yml index bf01bbc..66036a0 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,4 @@ title: "F´" description: "Flight Software & Embedded Systems Framework" -remote_theme: "fprime-community/fprime-theme@main" \ No newline at end of file +remote_theme: "fprime-community/fprime-theme@main" +includes_dir: docs/_includes diff --git a/docs/_includes/toc.md b/docs/_includes/toc.md new file mode 100644 index 0000000..68d5515 --- /dev/null +++ b/docs/_includes/toc.md @@ -0,0 +1,12 @@ + +

F´ Documentation

+ +

HelloWorld Tutorial

+
    +
  1. Terminology
  2. +
  3. Creating an F´ Project
  4. +
  5. HelloWorld Component
  6. +
  7. Integration and Testing with an F´ Deployment
  8. +
From ab02056362b01e673798ab9df4d0907fbf3a3847 Mon Sep 17 00:00:00 2001 From: chammard Date: Wed, 29 Nov 2023 11:05:14 -0800 Subject: [PATCH 3/3] Exclude fprime from GitHub Pages build --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 66036a0..83ac4b5 100644 --- a/_config.yml +++ b/_config.yml @@ -2,3 +2,4 @@ title: "F´" description: "Flight Software & Embedded Systems Framework" remote_theme: "fprime-community/fprime-theme@main" includes_dir: docs/_includes +exclude: [fprime/]