-
Notifications
You must be signed in to change notification settings - Fork 136
Chore: Unify and Update Docs #1148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Consolidate documentation from tickets, talk, and video into /doc - Move talk docs from talk/doc to doc/talk - Move video docs from video/docs to doc/video - Configure automated deployment to docs.eventyay.com via GitHub Actions - Update Sphinx configurations with Eventyay branding - Switch to alabaster theme with custom CSS - Add comprehensive README.md with build instructions - Configure CNAME for custom domain - Remove legacy documentation folders
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry @Saksham-Sirohi, your pull request is larger than the review limit of 150000 diff characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry @Saksham-Sirohi, your pull request is larger than the review limit of 150000 diff characters
|
Updating screenshots is not done as part of this pr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request performs a comprehensive documentation reorganization and rebranding from "venueless"/"pretalx" to "Eventyay". The changes include:
- Removal of legacy documentation directories (
video/docs/,talk/doc/) - Addition of new consolidated documentation structure under
doc/ - Rebranding of all references from venueless/pretalx to Eventyay throughout the documentation
- Addition of new frontend documentation for the video component
- Updates to installation guides, API documentation, and user guides
Reviewed Changes
Copilot reviewed 222 out of 280 changed files in this pull request and generated 16 comments.
Show a summary per file
| File | Description |
|---|---|
| video/docs/* | Deleted old Sphinx documentation files including config, requirements, and static assets |
| talk/doc/* | Removed legacy documentation files including extensive changelog, user guides, and developer docs |
| doc/video/* | New video component documentation with REST API specs, admin guides, and developer setup |
| doc/talk/* | Reorganized talk component documentation with updated user guides and developer references |
| doc/user/* | Updated user-facing documentation with corrected payment and widget configuration guides |
Comments suppressed due to low confidence (2)
doc/video/rest/resources/world.rst:115
- Corrected spelling of 'Eventyay'' to 'Eventyay's' (possessive form should use apostrophe-s, not apostrophe alone).
doc/video/integration/authentication.rst:38 - Corrected spelling of 'assignes' to 'assigns'.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fixes #514,
Fixes #1073,
Fixes #1072