diff --git a/common/preamble.sty b/common/preamble.sty index 872cfff..54bbb15 100644 --- a/common/preamble.sty +++ b/common/preamble.sty @@ -37,6 +37,18 @@ \definecolor{ccBlue}{RGB}{95, 116, 247} \definecolor{ccPurple}{RGB}{174, 132, 251} +% Make TOC clickable +\usepackage[hidelinks]{hyperref} +\hypersetup{ + colorlinks=false, + linktoc=all, + linkcolor=blue, +} + +%% We use this to have dots on ALL lines in ToC +\usepackage{tocloft} +\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}} + % Background color \usepackage{background} \backgroundsetup{ diff --git a/tech_documentation/root.tex b/tech_documentation/root.tex index e6b115c..1525c89 100644 --- a/tech_documentation/root.tex +++ b/tech_documentation/root.tex @@ -17,4 +17,21 @@ \docdescription{\dir} +\newpage + +\tableofcontents + +\newpage + +\section{Organisation \& Communication} +\section{Structure du projet} +\section{Composants du projet} +\subsection{Base de données} +\subsection{Server} +\subsection{Scorometer} +\subsection{Application Front-End} +\section{Norme} +\section{Intégration Continue} +\section{Environnement de développement} + \end{document} diff --git a/user_documentation/root.tex b/user_documentation/root.tex index 749836e..769b6a4 100644 --- a/user_documentation/root.tex +++ b/user_documentation/root.tex @@ -17,4 +17,38 @@ \docdescription{\dir} +\newpage + +\tableofcontents + +\newpage + +\section{Fonctionnement} + +\section{Accès} + +\section{Guide d'utilisation} + +\subsection{Authentification} +\subsubsection{Création d'un compte} +\subsubsection{Création d'un compte avec Google} +\subsubsection{Connexion} +\subsubsection{Connexion avec Google} +\subsubsection{Changer de mot de passe} +\subsubsection{Changer d'email} +\subsubsection{Déconnexion} +\subsection{Jouer} +\subsubsection{Lancer une partie} +\subsection{Rechercher} +\subsubsection{Rechercher une chanson} +\subsubsection{Rechercher un artiste} +\subsection{Réglages} +\subsubsection{Changer le thème} +\subsubsection{Changer la langue} +\section{FAQ} +\subsection{Quelle configuration utiliser pour le piano MIDI?} +\subsection{Quelque chose ne fonctionne pas comme prévu?} +\subsection{Une autre question?} + + \end{document} \ No newline at end of file