-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
High Priority
Expand thin command pages
- Files:
commands/graph.query.md— most critical command but lacks TIMEOUT docs, result set description, error handling, write operationscommands/graph.info.md— no multi-language examples, no arguments/return section, examples only show empty resultscommands/graph.explain.md— no sample output showing how to interpret execution plans
- Action: Expand each page with missing sections, using
graph.memory.mdas the structural template.
Add multi-language code tabs to inconsistent command pages
- Files:
commands/acl.md,commands/graph.info.md(plain code blocks),commands/graph.memory.md(only shell + JS) - Action: Add Python, Java, Rust, and JavaScript examples using
code_tabs.html.
Populate empty UDF category index pages
- Files:
udfs/flex/bitwise/index.md,collections/index.md,date/index.md,json/index.md,map/index.md,similarity/index.md,text/index.md - Issue: Each contains only a single sentence. Should list available functions and link to child pages.
Fix commands/graph.constraint-drop.md stray frontmatter
- Issue: Lines 11-16 contain a second YAML-like
syntax:block inside the markdown body that renders as broken content. - Action: Remove or properly integrate the duplicate block.
Reactions are currently unavailable