diff --git a/Sources/RichTextKit/RichTextKit.docc/Getting-Started-Article.md b/Sources/RichTextKit/RichTextKit.docc/Getting-Started.md similarity index 98% rename from Sources/RichTextKit/RichTextKit.docc/Getting-Started-Article.md rename to Sources/RichTextKit/RichTextKit.docc/Getting-Started.md index 006240cd2..044858e30 100644 --- a/Sources/RichTextKit/RichTextKit.docc/Getting-Started-Article.md +++ b/Sources/RichTextKit/RichTextKit.docc/Getting-Started.md @@ -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 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 article for more information on how to use different data formats. diff --git a/Sources/RichTextKit/RichTextKit.docc/RichTextKit.md b/Sources/RichTextKit/RichTextKit.docc/RichTextKit.md index d18014a4a..c78991d20 100644 --- a/Sources/RichTextKit/RichTextKit.docc/RichTextKit.md +++ b/Sources/RichTextKit/RichTextKit.docc/RichTextKit.md @@ -25,13 +25,11 @@ https://github.com/danielsaidi/RichTextKit.git -## Getting Started - -RichTextKit is easy to get started with. +## Getting started @Links(visualStyle: detailedGrid) { - - + - - } @@ -51,9 +49,12 @@ RichTextKit is available under the MIT license. ## Topics -### Articles +### Getting Started - + +### Articles + - - -