What problem does it solve?
This skill streamlines the repetitive and error-prone process of producing and updating component documentation, examples, component indexes, and changelogs for the Angular Awesome wrapper directives so maintainers can keep docs aligned with source and Web Awesome versions.
Core Features & Use Cases
- Source-driven HTML generation: Parses component-level rules and example markdown and renders them into HTML pages using the project's templates.
- Index and badge synchronization: Regenerates the components index and updates the global version badge to match Web Awesome alignment.
- Changelog management: Assists with adding Keep a Changelog style release notes and ensuring entries are present for the current version.
- Use Case: When a directive API or example changes, run the doc generator to produce updated component pages, refresh the components index, and add or adjust the changelog before release.
Quick Start
Regenerate component documentation, refresh the components index, and update the changelog by running the project's documentation generator and applying the docs/includes templates.