fix config to match doc split (#74665)
This commit is contained in:
parent
c6ac9de67b
commit
35281e54d9
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/doc_split.yml
Normal file
2
changelogs/fragments/doc_split.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- config, default site for ansible-core is now under /ansbile-core/.
|
|
@ -1286,7 +1286,7 @@ DISPLAY_SKIPPED_HOSTS:
|
||||||
type: boolean
|
type: boolean
|
||||||
DOCSITE_ROOT_URL:
|
DOCSITE_ROOT_URL:
|
||||||
name: Root docsite URL
|
name: Root docsite URL
|
||||||
default: https://docs.ansible.com/ansible/
|
default: https://docs.ansible.com/ansible-core/
|
||||||
description: Root docsite URL used to generate docs URLs in warning/error text;
|
description: Root docsite URL used to generate docs URLs in warning/error text;
|
||||||
must be an absolute URL with valid scheme and trailing slash.
|
must be an absolute URL with valid scheme and trailing slash.
|
||||||
ini:
|
ini:
|
||||||
|
|
Loading…
Reference in a new issue