2021-05-24 16:15:35 +02:00
|
|
|
<!--
|
|
|
|
title: Wiki.js
|
|
|
|
description: Un jolie wiki autohébergé !
|
|
|
|
published: true
|
2021-08-19 09:56:30 +02:00
|
|
|
date: 2021-05-30T17:29:16.690Z
|
2021-05-24 16:15:35 +02:00
|
|
|
tags:
|
|
|
|
editor: ckeditor
|
|
|
|
dateCreated: 2021-05-24T14:15:33.855Z
|
|
|
|
-->
|
|
|
|
|
|
|
|
<h1>Présentation</h1>
|
|
|
|
<p> </p>
|
|
|
|
<h1>Installation</h1>
|
|
|
|
<p> </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>
|