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