Welcome to YDocs
This is the new reactive documentation generator built into YFlite.
Features
- No external dependencies: We parse everything ourselves!
- Fast: Pure PHP rendering.
- Simple: Just drop
.mdfiles in thedocs/folder.
Enjoy the old _new_ standard of YFlite documentation.
Note: This documentation engine is fully reactive and allows you to embed live code snippets!
Interactive Demo
Below is a live rendering of the y_badge and y_button components executed directly from this markdown file:
Steps to Customize
- Create your documentation page (e.g.
docs/my-page.md). - Add your content using standard markdown formats.
- Include live play blocks where necessary.