mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge branch 'main' into fix-2107
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user