Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOPICS:

  query    Query language: filters, graph operators, search, projection,
           and block operations for find/count/update/delete
  config   Configuration: every .iwe/config.toml section, field, and default
  schema   Document schemas: validating markdown structure and frontmatter
           with `iwe schema validate`

EXAMPLES:

  iwe docs           # list the topics
  iwe docs query     # the query language reference
  iwe docs config    # the configuration reference
  iwe docs schema    # the document schema reference