Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
❌ Deploy Preview for surrealdb-docs failed. Why did it fail? →
|
There was a problem hiding this comment.
LGTM — documentation-only PR adding new ALTER and REMOVE statement pages.
Extended reasoning...
Overview
This PR adds 10 new ALTER statement MDX pages (ACCESS, ANALYZER, API, BUCKET, CONFIG, EVENT, FUNCTION, PARAM, USER, and updates to existing pages), updates sidebar position numbers for existing ALTER pages, adds REMOVE CONFIG to the REMOVE statement, and makes minor syntax corrections in several DEFINE pages ($@name → $name, -> @value → -> @type).
Security risks
None. This is a documentation-only change with no executable code, auth logic, or data access.
Level of scrutiny
Low. All changes are MDX documentation files following well-established patterns already present in the repository. The railroad diagram JSON structures, syntax blocks, and page layouts are consistent with existing pages. The sidebar position renumbering is mechanical and correct.
Other factors
The single bug flagged by the bug-hunting system (lowercase user on line 17 of alter/user.mdx) is a minor cosmetic nit — ALTER user instead of ALTER USER in prose. This does not affect functionality or correctness of the documented behavior. The overall PR quality is high and the content accurately reflects the linked engine PRs.
…into more-remove-and-alter
Documentation for surrealdb/surrealdb#7108 and surrealdb/surrealdb#7126.