Hive Example
Experience Polen documenting The Guild's GraphQL Hive API.
Features Showcased
This example demonstrates:
- Real-world Schema Documentation: A production GraphQL API with realistic complexity
- Multi-page MDX Content: Custom pages alongside schema reference
- Professional Design: Clean, modern documentation layout
- Schema Explorer: Interactive type browsing and search
Run Locally
bash
git clone https://github.com/the-guild-org/polen.git
cd polen
pnpm install
# Run the Hive example
cd examples/hive
pnpm dev
Key Files
polen.config.ts
- Basic Polen configurationpages/
- Custom MDX pagesschema.graphql
- The GraphQL Hive API schema
Source Code
Explore the source code on GitHub to see how this example is built.