Overview of renoun example projects
mainThe examples/ directory contains several implementations showcasing different use cases for the renoun SDK:
- Blog: A minimal project using
@renoun/blogthat overrides theposts/directory. It demonstrates the CLI application flow and requires onlypackage.jsonand local content. - Docs: A complete documentation site featuring MDX support, custom UI components, Tailwind CSS styling, and Next.js configuration.
- Package: An example of a package documentation site, demonstrating component library structures, custom hooks, MDX documentation, and component examples.
- Blog (Advanced): An example focused on content management, showing MDX support, custom collections, and post organization.