Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a sentence on how to fix the external URI warning (#142)
Closes #140 ## Changes Add a sentence on how to fix the warning, explaining where to add the base domain. ```shell Warning: External URI 'https://docs.elastic.dev/migration/site-level/content#asciidoctor-conf-yml' is not allowed. Add 'elastic.dev' to the 'external_hosts' list in /Users/jcal/Projects/docs-builder/docs/source/docset.yml to allow links to this domain. ┌─[/Users/jcal/Projects/docs-builder/docs/source/testing/index.md] │ │ └─ ``` ## Notes The warning is missing the actual markdown line where the error is happening. (See example from #140) I saw the same behavior with @Mpdreamz when he demoed the app to me.
- Loading branch information