sitemap.mdx 216 B

1234567891011
  1. ---
  2. title: 'Sitemap'
  3. ---
  4. ### Sitemap
  5. Add all web pages from an xml-sitemap. Filters non-text files. Use the data_type as `sitemap`. Eg:
  6. ```python
  7. app.add('https://example.com/sitemap.xml', data_type='sitemap')
  8. ```