From 1bab92e567937ccf59ee6658c47b681401b25c3e Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Wed, 31 Aug 2022 09:25:44 +0200
Subject: [PATCH] feat(ext): add tech/extensions placeholder

---
 contents/tech-extensions.tex | 17 +++++++++++++++++
 rotare-doc.tex               |  4 +++-
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 contents/tech-extensions.tex

diff --git a/contents/tech-extensions.tex b/contents/tech-extensions.tex
new file mode 100644
index 0000000..8c32704
--- /dev/null
+++ b/contents/tech-extensions.tex
@@ -0,0 +1,17 @@
+% -----------------------------------------------------------------------------
+% Extensions technical documentation
+%
+% Author: Thomas Lambert <t.lambert@uliege.be>
+% ULiege - Aeroelasticity and Experimental Aerodynamics
+% https://gitlab.uliege.be/thlamb/Rotare-doc
+%
+% License: CC-BY-SA-4.0
+% This work is licensed under a Creative Commons Attribution-ShareAlike 4.0
+% International License (https://creativecommons.org/licenses/by-sa/4.0/)
+% ------------------------------------------------------------------------------
+
+\chapter{Extensions and corrections}
+\label{chap:tech:ext}
+
+
+
diff --git a/rotare-doc.tex b/rotare-doc.tex
index a6ed2d2..56a5ad7 100644
--- a/rotare-doc.tex
+++ b/rotare-doc.tex
@@ -146,6 +146,7 @@ draft=false,            % toggle if draft version
 \input{contents/intro}   % Introduction
 
 \part{User manual}
+\label{part:user}
 \input{contents/user-install}
 \input{contents/user-usage}
 \input{contents/definitions}
@@ -153,9 +154,10 @@ draft=false,            % toggle if draft version
 \input{contents/user-troubleshooting}
 
 \part{Technical documentation}
+\label{part:tech}
 %\input{contents/tech-architecture}
 \input{contents/tech-solvers}
-%\input{contents/tech-extensions}
+\input{contents/tech-extensions}
 %\input{contents/tech-validation}
 %\input{contents/tech-roadmap}
 
-- 
GitLab