Skip to content

Commit 8eaea0b

Browse files
committed
Update docs
1 parent 0a7e204 commit 8eaea0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This Statamic addon allows you to modify the data and tags rendered by the Bard
1111

1212
This is how Tiptap (the magic behind Bard's content format and rendering) handles the rendering process, and how Bard Mutator interacts with that process:
1313

14-
1. The raw content is stored as a ProseMirror document in your entries, these documents consist of [nodes and marks](data-formats)
14+
1. The raw content is stored as a ProseMirror document in your entries, these documents consist of [nodes and marks](formats)
1515
2. Statamic's augmentation process passes this data to the Tiptap renderer
1616
3. **Bard Mutator's [data plugins](plugins#data-plugins) jump in here, allowing you to modify the raw data**
17-
4. Tiptap converts the raw node and mark data to their standard [tag values](data-formats#html-values)
17+
4. Tiptap converts the raw node and mark data to their standard [HTML values](formats#html-values)
1818
5. **Bard Mutator's [HTML plugins](plugins#html-plugins) jump in here, allowing you to modify the tag values**
1919
6. Tiptap renders the tag values to an HTML string
2020

0 commit comments

Comments
 (0)