From f03ca587edb632f88f61e0fa1b37f07090a46f41 Mon Sep 17 00:00:00 2001 From: Jan Keim Date: Mon, 4 Mar 2024 16:50:57 +0100 Subject: [PATCH] Add footer and sidebar to wiki --- docs/_Footer.md | 1 + docs/_Sidebar.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/_Footer.md create mode 100644 docs/_Sidebar.md diff --git a/docs/_Footer.md b/docs/_Footer.md new file mode 100644 index 000000000..d53866176 --- /dev/null +++ b/docs/_Footer.md @@ -0,0 +1 @@ +[ArDoCo](https://ardoco.de): Architecture Documentation Consistency - Aiming to provide traceability link recovery and inconsistency analyses between formal models and informal documentation diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md new file mode 100644 index 000000000..6fb077806 --- /dev/null +++ b/docs/_Sidebar.md @@ -0,0 +1,15 @@ +# Table of Contents + +1. [Home](home) +2. [Quickstart](quickstart) +3. [Pipeline](pipeline) +4. [Intermediate Artifacts](intermediateartifacts) + 1. [SAM](IntermediateArtifacts#software-architecture-models) + 1. [Code](IntermediateArtifacts#code) +5. [Text Preprocessing Microservice](Text-Preprocessing-Microservice) +6. [Traceability Link Recovery (TLR)](tlr) + 1. [SAD-SAM](tlr#sad-sam) + 1. [SAM-Code](tlr#sam-code) + 1. [SAD-SAM-Code](tlr#sad-sam-code) +7. [Inconsistency Detection (ID)](InconsistencyDetection) +8. [LiSSA](lissa) \ No newline at end of file