From 7c44eb4a15ad0c4b843fdeaf0856bd5a176d5d30 Mon Sep 17 00:00:00 2001 From: Rob Bocchino Date: Tue, 10 Dec 2024 09:54:32 -0800 Subject: [PATCH] Remove Design directory This directory no longer exists in fprime/devel --- docs/Design/general.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 docs/Design/general.md diff --git a/docs/Design/general.md b/docs/Design/general.md deleted file mode 100644 index 766a6983e3..0000000000 --- a/docs/Design/general.md +++ /dev/null @@ -1,16 +0,0 @@ -# Design and Philosophy of F´ - -This section of the documentation captures the design and philosophy of F´, the F´ framework, and flight software as -viewed through F´. - - -| Table of Contents | -|-------------------------------------------------------------------------| -| [F´ Software Architecture](./fprime-architecture.md) | -| [Numerical Types Design](./numerical-types.md) | -| [Communication Adapter Interface](./communication-adapter-interface.md) | -| [Package Implementations](./package-implementations.md) | -| [FPP JSON Dictionary Specification](./fpp-json-dict.md) | -| [Integration Test API Design](./integration-test-api.md) | -| [Data Products Design](./data-products.md) | -| [State Machines Design](./state-machines.md) |