diplodoc-platform / diplodoc-platform/client
Implement "Embed Mode" in Diplodoc Client
Open
enhancement
good first issue
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 7
- Avg merge
- 21h 21m
- Merged PRs (30d)
- 17
Description
Add a feature to activate "Embed Mode" using the embed query parameter. This mode will hide the Table of Contents (TOC), mini-TOC, and header, creating a streamlined view suitable for embedding via iframe.
Acceptance Criteria:
1. Detection and Activation:
- Detect `embed` query parameter from the URL.
- Example: `https://example.com?embed=true`
2. UI Changes:
- Hide TOC, mini-TOC, and header when embed mode is active.
3. Documentation:
- Update documentation to explain how to use embed mode.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.