Update cross-references for new package documentation#10
Conversation
Updates existing documentation to reference and integrate with newly documented packages: - Add event package references to bootstrapping docs - Update datastore examples to mention config package - Add cross-references from database to event and config - Update REST interceptor docs to reference event package - Enhance tutorial examples with new package integrations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e08f254975
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - **[phpnomad/event](../event/introduction)** — EventStrategy interface for broadcasting events | ||
| - **[phpnomad/logger](../logger/introduction)** — LoggerStrategy interface for operation logging |
There was a problem hiding this comment.
Remove or fix links to non-existent event/logger docs
These new cross-references point to ../event/introduction and ../logger/introduction, but there are no corresponding directories under public/docs/packages/ in this repo (no packages/event or packages/logger). As-is, the generated docs will render links that 404. If the new package docs live elsewhere, these URLs need to match their actual location or be omitted until those pages exist.
Useful? React with 👍 / 👎.
Updates existing documentation to reference and integrate with newly documented packages:
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]