Skip to content

Commit

Permalink
Add Table of content
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthi-chaud committed Sep 25, 2023
1 parent ddddc6b commit ee6dc4f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
12 changes: 12 additions & 0 deletions common/preamble.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
17 changes: 17 additions & 0 deletions tech_documentation/root.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
34 changes: 34 additions & 0 deletions user_documentation/root.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit ee6dc4f

Please sign in to comment.