Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ id: docker-compose-local
title: Docker Compose local
description: Full-blown featureset including web office and full-text search.
draft: false
sidebar_class_name: hidden
---

# Guide for local installation
Expand Down
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,9 @@

[data-theme='dark'] .dark-mode-image {
display: block;
}

/* For outdated instructions which should be hidden but still available via linked URL. */
.menu__list-item.hidden {
display: none !important;
}
Loading