Skip to content

Commit f0f0907

Browse files
committed
Restructure project
1 parent 19e7839 commit f0f0907

30 files changed

+11
-10
lines changed

Sources/RichTextKit/RichTextKit.docc/RichTextKit.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ https://github.com/danielsaidi/RichTextKit.git
2929

3030
@Links(visualStyle: detailedGrid) {
3131

32-
- <doc:Getting-Started>
32+
- <doc:Getting-Started-Article>
3333
- <doc:Demo-Article>
3434
}
3535

@@ -51,7 +51,7 @@ RichTextKit is available under the MIT license.
5151

5252
### Getting Started
5353

54-
- <doc:Getting-Started>
54+
- <doc:Getting-Started-Article>
5555

5656
### Articles
5757

@@ -62,11 +62,8 @@ RichTextKit is available under the MIT license.
6262

6363
### Essentials
6464

65-
These are the top-level types you should start looking at.
66-
67-
- ``RichTextEditor``
6865
- ``RichTextContext``
69-
- ``RichTextView``
66+
- ``RichTextEditor``
7067
- ``RichTextViewer``
7168

7269
### Foundation
@@ -89,10 +86,11 @@ These are the top-level types you should start looking at.
8986
- ``RichTextAttributeReader``
9087
- ``RichTextAttributeWriter``
9188

92-
### Colors
89+
### Bridging
9390

94-
- ``ColorRepresentable``
95-
- ``RichTextColor``
91+
- ``RichTextView``
92+
- ``RichTextViewComponent``
93+
- ``RichTextViewRepresentable``
9694

9795
### Colors
9896

@@ -159,6 +157,10 @@ These are the top-level types you should start looking at.
159157

160158
- ``RTKL10n``
161159

160+
### Paragraph
161+
162+
- ``NSMutableParagraphStyleValueLabel``
163+
162164
### Pasteboard
163165

164166
- ``PasteboardImageReader``
@@ -185,7 +187,6 @@ These are the top-level types you should start looking at.
185187
### Views
186188

187189
- ``RichTextLabelValue``
188-
- ``TextViewRepresentable``
189190

190191

191192

0 commit comments

Comments
 (0)