Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Mar 6, 2024
1 parent 99d4306 commit fbfbe5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,13 @@ When using RichTextKit in SwiftUI, you should however only have to care about th




## RichTextContext
## Context

The ``RichTextContext`` is at the heart of the ``RichTextEditor``. See the <doc:Context-Article> article for more information on how to use it to observe and change any rich text properties in your text editor.



## RichTextDataFormat
## Data Formats

In RichTextKit, a ``RichTextDataFormat`` determines how rich text content is handled and persisted. See the <doc:Format-Article> article for more information on how to use different data formats.

Expand Down
11 changes: 6 additions & 5 deletions Sources/RichTextKit/RichTextKit.docc/RichTextKit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ https://github.com/danielsaidi/RichTextKit.git



## Getting Started

RichTextKit is easy to get started with.
## Getting started

@Links(visualStyle: detailedGrid) {

- <doc:Getting-Started-Article>
- <doc:Getting-Started>
- <doc:Demo-Article>
}

Expand All @@ -51,9 +49,12 @@ RichTextKit is available under the MIT license.

## Topics

### Articles
### Getting Started

- <doc:Getting-Started>

### Articles

- <doc:Demo-Article>
- <doc:Context-Article>
- <doc:Format-Article>
Expand Down

0 comments on commit fbfbe5d

Please sign in to comment.