Skip to content

Commit bab1bb7

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

1 file changed

Lines changed: 37 additions & 2 deletions

File tree

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
- [*Progress Bar ↗*](Documentation/LibraryCustomization.md#progress-bar)
3535
- [*List Style ↗*](Documentation/LibraryCustomization.md#list-style)
3636
- [*Navigation View Style ↗*](Documentation/LibraryCustomization.md#navigation-view-style)
37-
- [*Dark Mode ↗*](Documentation/LibraryCustomization.md#dark-mode)
3837
- [*Other ↗*](Documentation/LibraryCustomization.md#other)
38+
- [Authors](#authors)
39+
- [License](#license)
40+
- [Notes](#notes)
3941

4042
## How It Works
4143

@@ -313,7 +315,40 @@ Document Rendering | Library
313315
--- | ---
314316
![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)
315317

316-
## Dark Mode
318+
## Authors
319+
SupportDocs is a project maintained by [A. Zheng](https://aheze.medium.com/) and [H. Kamran](https://hkamran.com/).
320+
321+
## License
322+
```
323+
MIT License
324+
325+
Copyright (c) 2020 A. Zheng and H. Kamran
326+
327+
Permission is hereby granted, free of charge, to any person obtaining a copy
328+
of this software and associated documentation files (the "Software"), to deal
329+
in the Software without restriction, including without limitation the rights
330+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
331+
copies of the Software, and to permit persons to whom the Software is
332+
furnished to do so, subject to the following conditions:
333+
334+
The above copyright notice and this permission notice shall be included in all
335+
copies or substantial portions of the Software.
336+
337+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
338+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
339+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
340+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
341+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
342+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
343+
SOFTWARE.
344+
```
345+
346+
## Notes
347+
348+
### Example repo
349+
You can find an example repository using SupportDocs [here](https://github.com/aheze/MyHelpCenter).
350+
351+
### Dark Mode
317352
SupportDocs supports Dark Mode right out of the box! You don't need to do anything.
318353
319354
![Dark Mode Graphic](https://raw.githubusercontent.com/aheze/SupportDocs/main/Assets/DarkMode.png)

0 commit comments

Comments
 (0)