docs: create Conteneurisation/SelfHosted/WikiJS

Cette révision appartient à :
Mickael Asseline 2021-05-24 14:15:35 +00:00 révisé par Mickael Asseline
Parent aa01580428
révision f55b89b5ef
1 fichiers modifiés avec 31 ajouts et 0 suppressions

Voir le fichier

@ -0,0 +1,31 @@
<!--
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>