Move static doc assets into docs/assets

This commit is contained in:
Florian Preinstorfer
2025-11-24 07:16:14 +01:00
committed by nblock
parent 2010805712
commit f00c412cde
10 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
![headscale logo](./docs/logo/headscale3_header_stacked_left.png) ![headscale logo](./docs/assets/logo/headscale3_header_stacked_left.png)
![ci](https://github.com/juanfont/headscale/actions/workflows/test.yml/badge.svg) ![ci](https://github.com/juanfont/headscale/actions/workflows/test.yml/badge.svg)

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -65,7 +65,7 @@ servers.
- billing.internal - billing.internal
- router.internal - router.internal
![ACL implementation example](../images/headscale-acl-network.png) ![ACL implementation example](../assets/images/headscale-acl-network.png)
When [registering the servers](../usage/getting-started.md#register-a-node) we When [registering the servers](../usage/getting-started.md#register-a-node) we
will need to add the flag `--advertise-tags=tag:<tag1>,tag:<tag2>`, and the user will need to add the flag `--advertise-tags=tag:<tag1>,tag:<tag2>`, and the user

View File

@@ -60,7 +60,7 @@ theme:
text: Roboto text: Roboto
code: Roboto Mono code: Roboto Mono
favicon: assets/favicon.png favicon: assets/favicon.png
logo: ./logo/headscale3-dots.svg logo: assets/logo/headscale3-dots.svg
# Excludes # Excludes
exclude_docs: | exclude_docs: |