Skip to content

Commit 3ddba79

Browse files
authored
Update README.md
1 parent 8f826b3 commit 3ddba79

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- [SwiftUI](#swiftui)
2424
- [UIKit](#uikit)
2525
- [Result](#result)
26-
- [*Customization*](#customization)
26+
- [Customization](#customization)
2727
- [*Document Rendering ↗*](Documentation/DocumentRenderingCustomization.md)
2828
- [*Colors ↗*](Documentation/DocumentRenderingCustomization.md#examples)
2929
- [*Custom HTML ↗*](Documentation/DocumentRenderingCustomization.md#examples)
@@ -298,15 +298,20 @@ class UIKitExampleControllerMinimalCode: UIViewController {
298298
```
299299

300300
#### Result
301-
302301
![Result Graphic](https://raw.githubusercontent.com/aheze/SupportDocs/main/Assets/Usage/BasicResult.png)
303302

304303
Now that you have the library set up and working, you can hop on over to the [library customization](Documentation/LibraryCustomization.md) section and customize SupportDocs to your liking. Perhaps add a "Dismiss" button or only show documents with specific tags.
305304

306305
---
307306

308307
## Customization
308+
You get a lot of control over what to display.
309+
- [Document Rendering](Documentation/DocumentRenderingCustomization.md): How your Markdown should be rendered. Customize colors and add your own HTML if you want!
310+
- [Library](Documentation/LibraryCustomization.md): The basic navigation that's displayed to the user. Customize pretty much anything, from categories to the navigation bar color.
309311

312+
Document Rendering | Library
313+
--- | ---
314+
![Document rendering graphic](https://raw.githubusercontent.com/aheze/SupportDocs/main/Assets/CustomizableRenderedDocument.png) | ![Library options graphic](https://raw.githubusercontent.com/aheze/SupportDocs/main/Assets/CustomizableOptions.png)
310315

311316
## Dark Mode
312317
SupportDocs supports Dark Mode right out of the box! You don't need to do anything.

0 commit comments

Comments
 (0)