From 9117ae4ee797359f0816c36935e7e065c0d860e0 Mon Sep 17 00:00:00 2001 From: Mickael Asseline Date: Sun, 3 Oct 2021 09:54:36 +0000 Subject: [PATCH] docs: update SelfHosted/WikiJS --- SelfHosted/WikiJS.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 SelfHosted/WikiJS.md diff --git a/SelfHosted/WikiJS.md b/SelfHosted/WikiJS.md new file mode 100644 index 0000000..7c3055e --- /dev/null +++ b/SelfHosted/WikiJS.md @@ -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 +} +``` \ No newline at end of file