docs: add external documentation (#3801)

This commit is contained in:
ReenigneArcher 2025-04-19 13:33:09 -04:00 committed by GitHub
commit 5529850c10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 6 deletions

View file

@ -49,6 +49,7 @@ INPUT = ../README.md \
legal.md \ legal.md \
configuration.md \ configuration.md \
app_examples.md \ app_examples.md \
awesome_sunshine.md \
guides.md \ guides.md \
performance_tuning.md \ performance_tuning.md \
api.md \ api.md \

View file

@ -322,9 +322,9 @@ UAC prompt.
<div class="section_buttons"> <div class="section_buttons">
| Previous | Next | | Previous | Next |
|:----------------------------------|--------------------:| |:----------------------------------|----------------------------------------:|
| [Configuration](configuration.md) | [Guides](guides.md) | | [Configuration](configuration.md) | [Awesome-Sunshine](awesome_sunshine.md) |
</div> </div>

23
docs/awesome_sunshine.md Normal file
View file

@ -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>

View file

@ -7,9 +7,9 @@ Feel free to contribute your own tips and trips by making a PR to
<div class="section_buttons"> <div class="section_buttons">
| Previous | Next | | Previous | Next |
|:--------------------------------|--------------------------------------------:| |:----------------------------------------|--------------------------------------------:|
| [App Examples](app_examples.md) | [Performance Tuning](performance_tuning.md) | | [Awesome-Sunshine](awesome_sunshine.md) | [Performance Tuning](performance_tuning.md) |
</div> </div>