-
Notifications
You must be signed in to change notification settings - Fork 0
🚀 Production Release: test → prod #245
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,3 +1,5 @@ | ||||||
| # La liste des document d'architecture du projet StudTraj se trouve dans docs/ ainsi que liste des prompts | ||||||
|
||||||
| # La liste des document d'architecture du projet StudTraj se trouve dans docs/ ainsi que liste des prompts | |
| # La documentation d'architecture du projet StudTraj (ainsi que la liste des prompts) est disponible via le site de documentation du projet (GitHub Pages) ou peut être régénérée localement en suivant les instructions de contribution. |
Copilot
AI
Mar 12, 2026
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.
The README now depends on an external site as the only documented access path. If this is used in production environments with restricted outbound access (or if GitHub Pages is temporarily unavailable), documentation becomes inaccessible. Consider keeping a minimal local fallback (e.g., a short docs/README_DOC.md with generation steps) or documenting how to generate phpDocumentor output locally/via CI artifacts.
Copilot
AI
Mar 12, 2026
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.
This PR removes the README sections describing how to run tests and code-quality tools (phpunit/phpcs/php-cs-fixer). That makes it harder for developers/reviewers to validate changes locally. Consider restoring a brief 'Tests et qualité du code' section (or linking to a dedicated contributing doc) even if the generated API docs are hosted elsewhere.
This file was deleted.
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.
Typo/grammar: "document" should be plural here ("documents") to match "La liste des ...".