From 5529850c10a2837103b145311718a9fec25a4486 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 19 Apr 2025 13:33:09 -0400 Subject: [PATCH] docs: add external documentation (#3801) --- docs/Doxyfile | 1 + docs/app_examples.md | 6 +++--- docs/awesome_sunshine.md | 23 +++++++++++++++++++++++ docs/guides.md | 6 +++--- 4 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 docs/awesome_sunshine.md diff --git a/docs/Doxyfile b/docs/Doxyfile index 5fa4ee6c..8549dbba 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -49,6 +49,7 @@ INPUT = ../README.md \ legal.md \ configuration.md \ app_examples.md \ + awesome_sunshine.md \ guides.md \ performance_tuning.md \ api.md \ diff --git a/docs/app_examples.md b/docs/app_examples.md index 0a814f75..deefc478 100644 --- a/docs/app_examples.md +++ b/docs/app_examples.md @@ -322,9 +322,9 @@ UAC prompt.
-| Previous | Next | -|:----------------------------------|--------------------:| -| [Configuration](configuration.md) | [Guides](guides.md) | +| Previous | Next | +|:----------------------------------|----------------------------------------:| +| [Configuration](configuration.md) | [Awesome-Sunshine](awesome_sunshine.md) |
diff --git a/docs/awesome_sunshine.md b/docs/awesome_sunshine.md new file mode 100644 index 00000000..554c8113 --- /dev/null +++ b/docs/awesome_sunshine.md @@ -0,0 +1,23 @@ +# Awesome-Sunshine + +@htmlonly + + + +@endhtmlonly + +
+ +| Previous | Next | +|:--------------------------------|--------------------:| +| [App Examples](app_examples.md) | [Guides](guides.md) | + +
+ +
+ + [TOC] +
diff --git a/docs/guides.md b/docs/guides.md index 1b9f654a..8f3d056d 100644 --- a/docs/guides.md +++ b/docs/guides.md @@ -7,9 +7,9 @@ Feel free to contribute your own tips and trips by making a PR to
-| Previous | Next | -|:--------------------------------|--------------------------------------------:| -| [App Examples](app_examples.md) | [Performance Tuning](performance_tuning.md) | +| Previous | Next | +|:----------------------------------------|--------------------------------------------:| +| [Awesome-Sunshine](awesome_sunshine.md) | [Performance Tuning](performance_tuning.md) |