Skip to content

Commit

Permalink
fix docgen warning: Cannot find document with the ID `parser/create-o…
Browse files Browse the repository at this point in the history
…bjects`
  • Loading branch information
lmorg committed Aug 26, 2023
1 parent 0ec5183 commit 3e99425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builtins/types/json/mxjson_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
- parser/curly-brace
- parser/brace-quote
- parser/create-array
- parser/create-objects
- parser/create-object
- user-guide/code-block
4 changes: 2 additions & 2 deletions docs/types/mxjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Any block quoted by this method will be converted to the following valid JSON:
Overview of how code blocks are parsed
* [Create array (`%[]`) constructor](../parser/create-array.md):
Quickly generate arrays
* [Create object (`%{}`) constructor](../parser/create-object.md):
Quickly generate objects and maps
* [Curly Brace (`{`, `}`) Tokens](../parser/curly-brace.md):
Initiates or terminates a code block
* [`[[` (element)](../commands/element.md):
Expand Down Expand Up @@ -86,8 +88,6 @@ Any block quoted by this method will be converted to the following valid JSON:
Tom's Obvious, Minimal Language (TOML)
* [`yaml`](../types/yaml.md):
YAML Ain't Markup Language (YAML)
* [create-objects](../parser/create-objects.md):

* [index](../commands/item-index.md):
Outputs an element from an array, map or table

Expand Down

0 comments on commit 3e99425

Please sign in to comment.