diff --git a/Conteneurisation/SelfHosted/WikiJS.html b/Conteneurisation/SelfHosted/WikiJS.html new file mode 100644 index 0000000..ac70656 --- /dev/null +++ b/Conteneurisation/SelfHosted/WikiJS.html @@ -0,0 +1,31 @@ + + +

Présentation

+

 

+

Installation

+

 

+

Configuration

+

Masquer la table des matières

+
.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
+}