miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2024-11-14 05:20:38 +01:00
31 lignes
637 o
HTML
31 lignes
637 o
HTML
<!--
|
|
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> </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>
|