Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

VeriStruct Documentation

This directory contains comprehensive documentation for the VeriStruct system.

Directory Structure

/technical

Contains technical documentation about system components and architecture:

  • modules: Module-level documentation for individual VeriStruct components
  • planner.md: In-depth documentation of the planning system
  • workflow.md: Detailed explanation of the VeriStruct workflow

/tutorial

Step-by-step guides for using VeriStruct:

Documentation Guidelines

  1. File Organization:

    • Use meaningful file names
    • Group related documents in subdirectories
    • Keep a flat hierarchy where possible
  2. Content Structure:

    • Start with a clear overview
    • Use consistent headers
    • Include diagrams where helpful
    • Provide code examples
  3. Markdown Formatting:

    • Use proper Markdown syntax
    • Include code blocks with language tags
    • Use tables for structured data
    • Include diagrams using Mermaid
  4. Updates:

    • Keep documentation in sync with code
    • Update examples when APIs change
    • Maintain version compatibility notes
    • Document breaking changes