diff --git a/site/docs-md/apis/camera/index.md b/site/docs-md/apis/camera/index.md
index d399727ea..1bd09757a 100644
--- a/site/docs-md/apis/camera/index.md
+++ b/site/docs-md/apis/camera/index.md
@@ -64,9 +64,9 @@ async takePicture() {
}
```
-## Angular example
+## Example Guides
-[Follow this guide](../../guides/ionic-framework-app) to implement the Camera API in an Ionic Angular app.
+[Building an Ionic Framework Camera App](/docs/guides/ionic-framework-app)
## API
diff --git a/site/docs-md/apis/network/index.md b/site/docs-md/apis/network/index.md
index a6b4ddcff..a280e4150 100644
--- a/site/docs-md/apis/network/index.md
+++ b/site/docs-md/apis/network/index.md
@@ -48,6 +48,10 @@ The Network API requires the following permission be added to your `AndroidManif
This permission allows the app to access information about the current network, such as whether it is connected to wifi or cellular.
+## Example Guides
+
+[Network: Ionic 4 and Network Detection with Capacitor ›](https://developer.school/posts/ionic-4-network-detection-with-capacitor/)
+
## API
\ No newline at end of file
diff --git a/site/docs-md/apis/push-notifications/index.md b/site/docs-md/apis/push-notifications/index.md
index dfb2c93ce..fbce0b2d6 100644
--- a/site/docs-md/apis/push-notifications/index.md
+++ b/site/docs-md/apis/push-notifications/index.md
@@ -67,7 +67,9 @@ An empty Array can be provided if none of the previous options are desired. `pus
-## Example
+## Example Guides
+
+[Using Push Notifications with Firebase in an Ionic Angular App](/docs/guides/push-notifications-firebase)
## API
diff --git a/site/docs-md/apis/splash-screen/index.md b/site/docs-md/apis/splash-screen/index.md
index b44ade5d4..17a3caf70 100644
--- a/site/docs-md/apis/splash-screen/index.md
+++ b/site/docs-md/apis/splash-screen/index.md
@@ -71,7 +71,7 @@ Then run `npx cap copy` to apply these changes.
## Configuration
-These config parameters are availiable in `capacitor.config.json`:
+These config parameters are available in `capacitor.config.json`:
```json
{
@@ -86,10 +86,6 @@ These config parameters are availiable in `capacitor.config.json`:
}
```
-## Add your own splash screen images
-
-See [Josh Morony's blog post](https://www.joshmorony.com/adding-icons-splash-screens-launch-images-to-capacitor-projects/) on how to change it.
-
### Android
If your splash screen images aren't named "splash.png" but for example "screen.png" you have to change `"androidSplashResourceName": "screen"` in `capacitor.config.json` and change the following files in you're Android app as well:
@@ -126,6 +122,12 @@ with
```
+## Example Guides
+
+[Adding Your Own Icons and Splash Screen Images ›](https://www.joshmorony.com/adding-icons-splash-screens-launch-images-to-capacitor-projects/)
+
+[Creating a Dynamic/Adaptable Splash Screen for Capacitor (Android) ›](https://www.joshmorony.com/creating-a-dynamic-universal-splash-screen-for-capacitor-android/)
+
## API
\ No newline at end of file
diff --git a/site/docs-md/guides/community.md b/site/docs-md/guides/community.md
index 097c3643f..a10aa520c 100644
--- a/site/docs-md/guides/community.md
+++ b/site/docs-md/guides/community.md
@@ -10,8 +10,6 @@ contributors:
## General
-General Capacitor guides and tutorials from the community.
-
[How to Build an Ionic Chat App with React and Stream ›](https://levelup.gitconnected.com/how-to-build-an-ionic-chat-app-with-react-and-stream-739b67611280)
[Capacitor: Five Apps in Five Minutes ›](https://angularfirebase.com/lessons/capacitor-five-apps-in-five-minutes/)
@@ -20,6 +18,16 @@ General Capacitor guides and tutorials from the community.
[Capacitor Workflow for iOS and Android Apps ›](https://www.youtube.com/watch?v=oXbRcpsytGQ)
+## APIs
+
+[Camera: Building an Ionic Framework Camera App](/docs/guides/ionic-framework-app)
+
+[Network: Ionic 4 and Network Detection with Capacitor ›](https://developer.school/posts/ionic-4-network-detection-with-capacitor/)
+
+[Push Notifications: Using Push Notifications with Firebase in an Ionic Angular App](/docs/guides/push-notifications-firebase)
+
+[Splash Screen: Creating a Dynamic/Adaptable Splash Screen for Capacitor (Android) ›](https://www.joshmorony.com/creating-a-dynamic-universal-splash-screen-for-capacitor-android/)
+
## Integrations
[Using Google Maps and Geolocation in Ionic with Capacitor ›](https://www.joshmorony.com/using-google-maps-and-geolocation-in-ionic-with-capacitor)