1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-09-17 13:15:26 +02:00

docs: update SelfHosted/WikiJS

Cette révision appartient à :
Mickael Asseline 2021-10-03 09:54:36 +00:00 révisé par Mickael Asseline
Parent 4b57c79406
révision 9117ae4ee7

35
SelfHosted/WikiJS.md Fichier normal
Voir le fichier

@ -0,0 +1,35 @@
---
title: Wiki.js
description: Un jolie wiki autohébergé !
published: true
date: 2021-10-03T09:54:36.641Z
tags:
editor: markdown
dateCreated: 2021-05-24T14:15:33.855Z
---
# Présentation
# Installation
# Configuration
## Masquer la table des matières
```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
}
```