added admin page

This commit is contained in:
2024-08-07 04:19:31 +02:00
parent 9f4f19e11b
commit 5808a5e861
4 changed files with 126 additions and 1 deletions

View File

@ -28,3 +28,8 @@
--ifm-color-primary-lightest: #EDD1C5;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
/* Add "sidebar_class_name: hidden" to the top section of a page to hide it from the sidebar */
.hidden {
display: none !important;
}