plugins/atlas-link-checker/atlas_link_checker/config.py (8 lines of code) (raw):
# the short name of the plugin, as used by the logger
PLUGIN_NAME = 'link_checker'
# mkdocs site build output directory
MKDOCS_SITE_DIRECTORY = 'site'
# list of links to exclude from validation
EXCLUDED_LINKS = [
'https://www.mkdocs.org',
'https://squidfunk.github.io/mkdocs-material/'
]
# the base url of the old documentation site
OLD_SITE_PREFIX = 'https://github.com/Netflix/atlas/wiki'
# the base url of the new documentation site
NEW_SITE_PREFIX = 'https://netflix.github.io/atlas-docs/'