algolia / docsearch-scraper

DocSearch - Scraper
https://docsearch.algolia.com/
Other
305 stars 106 forks source link

feat: check if `article` or `main` is available for FIXME configs #542

Closed shortcuts closed 3 years ago

shortcuts commented 3 years ago

Summary to_fixme_config When the documentation isn't made with a website generator, most of the time, the main content is in an article or a main tag.

The FIXME will be replaced by one of these two if it's available.

get_sitemap_if_available Prevent throwing if the URL isn't well formated (root URL without /)

to_vuepress_config Add get_sitemap_if_available check to vuepress configs