Skip to content

Commit

Permalink
chore(docs): add plugins to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Jun 7, 2023
1 parent 327f592 commit 877a117
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/docs/styles/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* Copyright (C) 2023 Intergral GmbH
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

.md-grid {
max-width: inherit; !important;
}
7 changes: 7 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ copyright: Intergral GmbH 2023

theme:
name: material
features:
- content.code.copy

#extra_css:
# - styles/styles.css

markdown_extensions:
- pymdownx.highlight:
Expand All @@ -20,3 +24,6 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

plugins:
- glightbox:

0 comments on commit 877a117

Please sign in to comment.