miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2024-12-29 02:50:22 +01:00
docs: update SelfHosted/WikiJS
Cette révision appartient à :
Parent
4b57c79406
révision
9117ae4ee7
1 fichiers modifiés avec 35 ajouts et 0 suppressions
35
SelfHosted/WikiJS.md
Fichier normal
35
SelfHosted/WikiJS.md
Fichier normal
|
@ -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
|
||||||
|
}
|
||||||
|
```
|
Chargement…
Référencer dans un nouveau ticket