Feature
Feeds and discovery
An RSS feed, a sitemap, and schema.org markup on every page, all generated from the page tree and running live on the OwnDocs docs site.
- The feed.xml route serves an RSS 2.0 channel as application/rss+xml, one item per published page. It answers at docs.odx.bd/feed.xml and returns 403 outside public access mode.
- The sitemap at docs.odx.bd/sitemap.xml is generated by walking the page tree, archived versions included, so a new MDX file lands in it with no second edit.
- Every documentation page also emits TechArticle and BreadcrumbList JSON-LD, built from the page title, description, and breadcrumb path.
- Machine-readable text for AI agents and per-page social cards have their own feature pages: LLM-readable site index and Dynamic Open Graph images.
Our documentation site is built with OwnDocs, running the same code you receive.