<!--
title: Wiki.js
description: Un jolie wiki autohébergé !
published: true
date: 2021-05-24T14:15:33.855Z
tags: 
editor: ckeditor
dateCreated: 2021-05-24T14:15:33.855Z
-->

<h1>Présentation</h1>
<p>&nbsp;</p>
<h1>Installation</h1>
<p>&nbsp;</p>
<h1>Configuration</h1>
<h2>Masquer la table des matières</h2>
<pre><code class="language-css">.page-col-sd {
  margin-top: 0;
  align-self: flex-start;
  position: sticky;
  top: 64px;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  -ms-overflow-style: none;
  display: none
}
.flex.lg9 {
  flex-basis: 100%!important;
  flex-grow: 0;
  max-width: 100%!important
}</code></pre>