diff --git a/docs/admin/getting-started/container/docker-compose-local.md b/docs/admin/getting-started/container/docker-compose-local.md index a5ba033d..643f4506 100644 --- a/docs/admin/getting-started/container/docker-compose-local.md +++ b/docs/admin/getting-started/container/docker-compose-local.md @@ -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 diff --git a/src/css/custom.css b/src/css/custom.css index bc4b915c..a8f61315 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -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; } \ No newline at end of file