docs: add external documentation (#3801)
This commit is contained in:
parent
57b5b296da
commit
5529850c10
4 changed files with 30 additions and 6 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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
23
docs/awesome_sunshine.md
Normal 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>
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue