Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Axiom-Graph
Light Logo Dark Logo
Axiom-Graph
  • What is axiom-graph
    • Concepts
      • The Mesh
      • The Ontology
      • DocJSON: structured docs where a section is its own node
      • The Semantic Layer: Annotated Highways
      • Staleness: the engine that keeps the mesh trustworthy
      • History: the append-only spine under drift, diffs, and time travel
    • Get Started
      • Connect Your Agent
      • Use the CLI
      • Configuration
    • Pev
      • PEV Agent Nexus
    • Examples
      • Tutorial: The Reporting Pipeline End to End
      • Tutorial: The Docs-Honesty Loop
      • Tutorial: Rendering to README, plugin docs, and the guide
    • The Viz Dashboard

Reference

  • CLI Reference
    • Indexing
    • Inspection
    • Rendering & site
  • MCP Tools
    • Search & navigate
      • axiom_graph_search
      • axiom_graph_source
      • axiom_graph_list
      • axiom_graph_graph
      • axiom_graph_render
      • axiom_graph_list_tags
      • axiom_graph_list_undocumented
      • axiom_graph_list_reference_points
      • axiom_graph_sql
    • Edit docs & links
      • axiom_graph_read_doc
      • axiom_graph_write_doc
      • axiom_graph_update_section
      • axiom_graph_patch_section
      • axiom_graph_add_section
      • axiom_graph_delete_section
      • axiom_graph_delete_doc
      • axiom_graph_update_doc_meta
      • axiom_graph_add_link
      • axiom_graph_delete_link
    • Staleness & lifecycle
      • axiom_graph_check
      • axiom_graph_drift_query
      • axiom_graph_mark_clean
      • axiom_graph_purge_node
      • axiom_graph_apply_rename
      • axiom_graph_revert_rename
    • History & impact
      • axiom_graph_history
      • axiom_graph_diff
      • axiom_graph_report
    • Build & workflows
      • axiom_graph_build
      • axiom_graph_checkout
      • axiom_graph_render_site
      • axiom_graph_workflow_list
      • axiom_graph_workflow_detail
Back to top
View this page

Edit docs & linksΒΆ

Tools for reading and writing DocJSON documents, sections, and the links from doc sections to code nodes.

axiom_graph_read_doc

Read a DocJSON document as Markdown.

axiom_graph_write_doc

Write a DocJSON documentation file and register it in the index.

axiom_graph_update_section

Update a single section's content, heading, or ID in a DocJSON file.

axiom_graph_patch_section

Partially edit a section's content (append / prepend / unique-match replace).

axiom_graph_add_section

Add a new section to an existing DocJSON document.

axiom_graph_delete_section

Delete a section (and all nested children) from a DocJSON document.

axiom_graph_delete_doc

Delete an entire DocJSON document, its JSON file, and all DB artifacts.

axiom_graph_update_doc_meta

Update a document's title or tags without rewriting the entire document.

axiom_graph_add_link

Add link(s) from a doc section to code node(s).

axiom_graph_delete_link

Remove link(s) from a doc section to code node(s).

Next
axiom_graph_read_doc
Previous
axiom_graph_sql
Copyright © 2026, ddpoe
Made with Sphinx and @pradyunsg's Furo