Files
roboco/docs/frontend/README.md
T

25 lines
922 B
Markdown
Raw Normal View History

2025-12-27 21:53:38 +01:00
# Frontend Documentation
Documentation for the Frontend Cell team.
## Access
- **READ**: Frontend Cell (developers, QA, PM, documenter)
- **WRITE**: fe-doc only
## Contents
- `/components/` - Component documentation
- [Page-scoped refresh provider](./components/page-refresh-provider.md) — `PageRefreshProvider` callback registry that lets the navbar refresh button re-fetch only the current page.
- [Project selector](./components/project-selector.md) — `ProjectSelector` dropdown for picking a project, with optional filtering by team and video-engine enablement.
- `/hooks/` - Hook documentation
2025-12-27 21:53:38 +01:00
- `/qa/` - QA-related docs
## Available docs
- [`hooks.md`](./hooks.md) — `usePageRefresh` and `PageRefreshProvider` usage and API reference
2025-12-27 21:53:38 +01:00
## Contributing
Frontend team members should request documentation updates through the Cell PM. Only the Frontend Documenter (fe-doc) can write to this directory.