Skip to content

Commit 138c2cc

Browse files
haydengitbook-bot
hayden
authored andcommitted
GITBOOK-720: change request with no subject merged in GitBook
1 parent 073cb98 commit 138c2cc

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

SUMMARY.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@
8585
* [IPFS API](developers/node-service/ipfs-service.md)
8686
* [Error Reference](developers/node-service/error-reference.md)
8787
* [⏭ What Else](developers/what-else.md)
88+
* [📚 Demo Applications](developers/demo-applications/README.md)
89+
* [Android](developers/demo-applications/android.md)
90+
* [iOS](developers/demo-applications/ios.md)
91+
* [Web](developers/demo-applications/web.md)
92+
* [Web NFT Demo](developers/demo-applications/web-nft-demo.md)
93+
* [Unity](developers/demo-applications/unity.md)
94+
* [❔ FAQ](developers/faq.md)
8895

8996
## Resources
9097

9198
* [🎨 Logos & Assets](resources/logos-and-assets.md)
92-
* [❔ FAQ](resouces/faq.md)
93-
* [📚 Demo Applications](resources/demo-applications/README.md)
94-
* [Android](resources/demo-applications/android.md)
95-
* [iOS](resources/demo-applications/ios.md)
96-
* [Web](resources/demo-applications/web.md)
97-
* [Web NFT Demo](resources/demo-applications/web-nft-demo.md)
98-
* [Unity](resources/demo-applications/unity.md)
9999
* [📊 System Status](https://status.particle.network)
100100
* [📜 Terms & Conditions](resouces/terms-and-conditions/README.md)
101101
* [Privacy Policy](resouces/terms-and-conditions/privacy-policy.md)
@@ -104,7 +104,7 @@
104104

105105
## Community And Support
106106

107+
* [📆 Schedule a Demo](https://calendly.com/particle-network/30min)
107108
* [🎮 Discord](https://discord.gg/2y44qr6CR2)
108109
* [🐙 Github](https://github.com/Particle-Network)
109110
* [🐦 Twitter](https://twitter.com/ParticleNtwrk)
110-
* [📆 Schedule a Demo](https://calendly.com/particle-network/30min)

developers/auth-service/sdks/web.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const ethersSigner = ethersProvider.getSigner();
8383
Your first Particle Network dApp! 🎉 You can implement web3 functionalities just like how you would normally with MetaMask.
8484

8585
{% hint style="info" %}
86-
Have a problem? you can refer to this [FAQ](../../../resouces/faq.md#web-sdk-integration-problems).
86+
Have a problem? you can refer to this [FAQ](../../faq.md#web-sdk-integration-problems).
8787
{% endhint %}
8888

8989
### Security Account

developers/connect-service/sdks/web.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const App = () => {
120120
```
121121

122122
{% hint style="info" %}
123-
Have a problem? you can refer to this [FAQ](../../../resouces/faq.md#web-sdk-integration-problems).
123+
Have a problem? you can refer to this [FAQ](../../faq.md#web-sdk-integration-problems).
124124
{% endhint %}
125125

126126
### [Custom Wallet Style](../../wallet-service/sdks/web.md#custom-particle-wallet-style)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

resouces/faq.md developers/faq.md

File renamed without changes.

getting-started/get-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ You must configure your Android/iOS/Web app to access Particle Network's auth an
4646

4747
And don't forget to follow our [Github](https://github.com/Particle-Network), where we will release more demos for you to develop faster.
4848

49-
👉 [Click to view our demo apps out now!](../resources/demo-applications/)
49+
👉 [Click to view our demo apps out now!](../developers/demo-applications/)

0 commit comments

Comments
 (0)