-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for auth.md for refresh token and support to mermaid charts in…
… pdf (#10656) * WIP for support of mermaid charts * Minor fixes to mdocks file * Restored all old flowcharts * Improved doc * Fixed path to scss * Added effective documentation * added pycache to gitignore * More minor fixes to PDF
- Loading branch information
1 parent
2f2da4b
commit ab98f41
Showing
21 changed files
with
150 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,5 @@ debug.log | |
.vscode/settings.json | ||
site | ||
.DS_Store | ||
venv | ||
__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-21.6 KB
...ide/integrations/img/mapStore-geoserver-mapstore-ldap-direct-geoserver-ldap.png
Binary file not shown.
Binary file removed
BIN
-27.5 KB
...oper-guide/integrations/img/mapStore-geoserver-mapstore-ldap-geoserver-ldap.png
Binary file not shown.
Binary file removed
BIN
-20.4 KB
docs/developer-guide/integrations/img/mapstore-geoserver-integration.png
Binary file not shown.
Binary file removed
BIN
-47.2 KB
docs/developer-guide/integrations/img/mapstore-geoserver-users-integration.png
Binary file not shown.
Binary file removed
BIN
-25.8 KB
docs/developer-guide/integrations/img/mapstore-ldap-mapstore-geoserver.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-17.9 KB
docs/developer-guide/integrations/users/img/login-from-keycloak.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* reduces the max height of the charts | ||
to fit the page better */ | ||
img { | ||
max-height: 500px; | ||
display: block; | ||
margin: 0 auto; | ||
} | ||
/* fix icons in admonitions */ | ||
.md-typeset .admonition-title:before{ | ||
position: absolute; | ||
left: 10px; | ||
top: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ jinja2==3.1.4 | |
Markdown==3.4.4 | ||
WeasyPrint==52.5 | ||
mkdocs-with-pdf==0.9.3 | ||
mkdocs-kroki-plugin==0.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,4 +97,4 @@ li.md-tabs__item:hover{ | |
margin-right: 4px; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters