Added a namespaces plugin that allows generating namespaces and automatically adds reflections in a path pattern to the namespace. This is particularly useful for the workflows reference, as workflows under the `**/packages/core/core-flows/**/workflows/**` path pattern are shown under a Workflows title, and steps under the path pattern `**/packages/core/core-flows/**/steps/**` are shown under a Steps title.
Documentation Resources
This directory holds the code and content of both the documentation and API reference.
docs Directory
The docs directory holds the code and content of the documentation website. The website is built with Docusaurus v2.
api-reference Directory
The api-reference directory holds the code and OpenApi Specs of the API Reference. The API Reference is built with Next.js.