1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-09-19 14:19:17 +02:00
Wiki-Tech.io/SelfHosted/WikiJS.md

38 lignes
872 o
Markdown
Brut Vue normale Historique

2021-10-03 11:54:36 +02:00
---
title: Wiki.js
description: Un jolie wiki autohébergé !
published: true
2021-10-03 12:14:11 +02:00
date: 2021-10-03T10:14:07.756Z
2021-10-03 11:54:36 +02:00
tags:
editor: markdown
dateCreated: 2021-05-24T14:15:33.855Z
---
2021-10-03 12:14:11 +02:00
![](https://cdn-images.threadless.com/threadless-media/artist_shops/shops/wikijs/profile/logo-1531876777-e927870eea78296b4aa681910b70a189.png?v=3&d=eyJvbmx5X21ldGEiOiBmYWxzZSwgImZvcmNlIjogZmFsc2UsICJvcHMiOiBbWyJyZXNpemUiLCBbNjAwLCAyNTBdLCB7fV1dfQ==)
2021-10-03 11:54:36 +02:00
# Présentation
2021-10-03 12:14:11 +02:00
Wiki.js est un outils selfhosted développé en javascript qui permet
2021-10-03 11:54:36 +02:00
# 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
}
```