Detail external request made from User_guide.html

This commit is contained in:
gilex-dev 2024-06-14 00:31:45 +02:00
parent e075cd6a1a
commit 6aeea6f57e
Signed by: gilex-dev
GPG Key ID: 9A2BEC7B5188D2E3
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Then compile the guide:
```bash
# for pdf
asciidoctor-pdf -a optimize ./docs/User_guide.adoc
# for html WARNING: external resources are loaded when opening (google fonts etc.)
# for html WARNING: external resources are loaded when opening (fonts.googleapis.com, fonts.gstatic.com, cdnjs.cloudflare etc.)
asciidoctor ./docs/User_guide.adoc
```