Merge branch 'main' into fix-2107

This commit is contained in:
Rodrigo Girão Serrão
2023-03-23 11:04:21 +00:00
4 changed files with 36 additions and 31 deletions

View File

@@ -43,6 +43,11 @@ docs-serve: clean-screenshot-cache docs-online-nav
$(run) mkdocs serve --config-file mkdocs-nav-online.yml
rm -f mkdocs-nav-online.yml
.PHONY: docs-serve-offline
docs-serve-offline: clean-screenshot-cache docs-offline-nav
$(run) mkdocs serve --config-file mkdocs-nav-offline.yml
rm -f mkdocs-nav-offline.yml
.PHONY: docs-build
docs-build: docs-online-nav
$(run) mkdocs build --config-file mkdocs-nav-online.yml

View File

@@ -40,7 +40,7 @@ This example shows three labels, each with a different border subtitle alignment
```
### All title and subtitle combinations
### Complete usage reference
--8<-- "docs/snippets/border_sub_title_align_all_example.md"

View File

@@ -40,7 +40,7 @@ This example shows three labels, each with a different border title alignment:
```
### All title and subtitle combinations
### Complete usage reference
--8<-- "docs/snippets/border_sub_title_align_all_example.md"