Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ INPUT = ../README.md \
legal.md \
configuration.md \
app_examples.md \
awesome_sunshine.md \
guides.md \
performance_tuning.md \
api.md \
Expand Down
6 changes: 3 additions & 3 deletions docs/app_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ UAC prompt.

<div class="section_buttons">

| Previous | Next |
|:----------------------------------|--------------------:|
| [Configuration](configuration.md) | [Guides](guides.md) |
| Previous | Next |
|:----------------------------------|----------------------------------------:|
| [Configuration](configuration.md) | [Awesome-Sunshine](awesome_sunshine.md) |

</div>

Expand Down
23 changes: 23 additions & 0 deletions docs/awesome_sunshine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Awesome-Sunshine

@htmlonly
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
<md-block
hlinks=""
hmin="2"
src="https://raw.githubusercontent.com/LizardByte/awesome-sunshine/master/README.md">
</md-block>
@endhtmlonly

<div class="section_buttons">

| Previous | Next |
|:--------------------------------|--------------------:|
| [App Examples](app_examples.md) | [Guides](guides.md) |

</div>

<details style="display: none;">
<summary></summary>
[TOC]
</details>
6 changes: 3 additions & 3 deletions docs/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Feel free to contribute your own tips and trips by making a PR to

<div class="section_buttons">

| Previous | Next |
|:--------------------------------|--------------------------------------------:|
| [App Examples](app_examples.md) | [Performance Tuning](performance_tuning.md) |
| Previous | Next |
|:----------------------------------------|--------------------------------------------:|
| [Awesome-Sunshine](awesome_sunshine.md) | [Performance Tuning](performance_tuning.md) |

</div>

Expand Down
Loading