Skip to content

Commit 5bba710

Browse files
committed
docs: simplify navigation and docs watch defaults
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent a9923d6 commit 5bba710

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- SPDX-FileCopyrightText: 2026 LibreSign -->
22
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
33

4-
# xobject-template
4+
# XObject Template
55

66
Minimal HTML+CSS to reusable PDF Form XObject compiler for visible signature appearances and document overlays.
77

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ services:
2626
- ./.profile:/var/www/html/.profile
2727
ports:
2828
- "${DOCS_PORT:-8000}:8000"
29-
command: ["bash", "-lc", "composer --version && bash"]
29+
command: ["bash", "-lc", "composer run docs:watch"]

docs/mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2026 LibreSign
22
# SPDX-License-Identifier: AGPL-3.0-or-later
33

4-
site_name: xobject-template
4+
site_name: XObject Template
55
site_description: Minimal HTML+CSS to reusable PDF Form XObject compiler.
66
site_url: https://libresign.github.io/xobject-template/
77
repo_url: https://github.com/LibreSign/xobject-template
@@ -13,7 +13,7 @@ site_dir: ../build/docs-site
1313

1414
theme:
1515
name: material
16-
logo: https://avatars.githubusercontent.com/u/79158919?v=4
16+
logo: https://raw.githubusercontent.com/LibreSign/documentation/main/main/images/logo.png
1717
favicon: https://avatars.githubusercontent.com/u/79158919?v=4
1818
palette:
1919
- scheme: default
@@ -29,6 +29,7 @@ theme:
2929
features:
3030
- navigation.instant
3131
- navigation.top
32+
- toc.integrate
3233
- content.code.copy
3334
- content.action.edit
3435

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- SPDX-FileCopyrightText: 2026 LibreSign -->
22
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
33

4-
# xobject-template documentation
4+
# XObject Template documentation
55

66
`xobject-template` compiles a HTML/CSS template into PDF Form XObject output.
77

0 commit comments

Comments
 (0)