-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This may be perfectlly normal, but I wanted to verify.
I have the following placeholder setup
settings:
expand_auto_tables: true
auto_placeholder_tables: false
normal_is_alias_for: dynamic
placeholders:
SERVERIP:
description: "Linux VM IP Address (mandatory)"
default: "192.168.100.100"
validators: ipv4_address
FQDN:
description: "Application FQDN"
default: "xSERVERIPx.nip.io"
validators: domain
allow_nested: true
read_only: true
replace_everywhere: true
FQDN_URL:
description: "Application URL"
default: "https://xFQDNx"
validators: url_http
allow_nested: true
read_only: true
replace_everywhere: trueand in my markdown, I have the following:
Log into your application UI at the following URL:
- [sFQDN_URLs](iFQDN_URLi)
everything works fine, but in my mkdocs log, I get the following:
INFO - Doc file 'quickstart/AppInstall.md' contains an unrecognized relative link 'iFQDN_URLi', it was left as is.Everything works fine. Just wondering if this is expected, or am I missing something in my config. Thanks
Metadata
Metadata
Assignees
Labels
No labels