Making REST API docs easy to find
How FabricBloc separates generated REST API reference pages from custom guide content without making either surface hard to discover.
REST API docs should be obvious from the docs hub, the API reference index, search, sitemap, and agent discovery files. FabricBloc keeps those reference pages generated from the docs catalog so endpoint facts, OpenAPI artifacts, and reviewed examples do not drift from service source.
Custom guide pages have a different job. Quickstarts, SDK guides, MCP guides, tutorials, and changelog explainers should be written in reviewed content and rendered statically by the public site. That gives humans a readable path while agents still get stable URLs and source-backed metadata.
Next step
Read the docs quickstart
How FabricBloc separates generated REST API reference pages from custom guide content without making either surface hard to discover.
Continue