docs(docs): add project reference and contribution documentation#154
Merged
Conversation
v1.1.0 – First Release (April 2025)
Setup Dockerfile ARGs as ENV vars
…-player-ui-scroll fix: refine video player behavior, UI labels & page scroll handling
v1.1.1 – Enhancement Release (8 May 2025)
v1.1.2: Fix Release (15 May 2025)
v1.1.3: Fix Release (27 May 2025)
…y-sidebar chore: make the sidebar sticky and extend layout to full-screen height
…link keyboard-accessible
…e keyboard and screen reader
…on aria-label on toggle
…gating between pages
v1.2.0: Release (2025-11-20)
farhan2742
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Description
Add a comprehensive documentation set for the frontend project, including architecture, setup, configuration, tooling, routing, testing, deployment, and contribution guidance.
📌 Summary
This PR expands the repository documentation by introducing multiple new pages under
docs/, updating the mainREADME.md, refreshingCONTRIBUTING.md, and documenting the project docs workflow. It turns the current codebase structure and behavior into a more complete reference for onboarding, development, and maintenance.🔧 Changes Implemented
NEXT_PUBLIC_GTM_ID🛠️ How It Works?
✅ Checklist Before Merging
🔗 Related Issues
Link to the associated Taiga ticket
https://projects.arbisoft.com/project/arbisoft-sessions-portal-20/us/285
📢 Notes for Reviewers
This is primarily a documentation update, so review for accuracy against the current codebase and repository workflow.
@farhan2742