Conversation
Deploying docs with
|
| Latest commit: |
38daee9
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://590c32ea.docs-9wh.pages.dev |
| Branch Preview URL: | https://content-demo-mode.docs-9wh.pages.dev |
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for Inalia's demo mode feature, which allows users to test their presentation integrations without persisting data. The documentation explains how to enable demo mode and clarifies its relationship to the talk state.
Changes:
- Added new documentation file
demo-mode.mdexplaining the demo mode feature
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,8 @@ | |||
| # Demo Mode | |||
|
|
|||
| While building your presentation, you might want to check if all your Inalia integrations are working as expected. Inalia provides a demo mode that allows you interact with your talk without persisting any data. | |||
There was a problem hiding this comment.
Missing word "to" in the sentence. The phrase should read "allows you to interact" instead of "allows you interact".
| While building your presentation, you might want to check if all your Inalia integrations are working as expected. Inalia provides a demo mode that allows you interact with your talk without persisting any data. | |
| While building your presentation, you might want to check if all your Inalia integrations are working as expected. Inalia provides a demo mode that allows you to interact with your talk without persisting any data. |
|
|
||
| While building your presentation, you might want to check if all your Inalia integrations are working as expected. Inalia provides a demo mode that allows you interact with your talk without persisting any data. | ||
|
|
||
| You can enable and disable demo mode from the Inalia Dashboard and from the SliDev navigation bar. |
There was a problem hiding this comment.
Inconsistent spelling of "Slidev". The project consistently uses "Slidev" (not "SliDev") as seen in static-mode.md and other documentation. The capitalization should match the official Slidev branding.
| You can enable and disable demo mode from the Inalia Dashboard and from the SliDev navigation bar. | |
| You can enable and disable demo mode from the Inalia Dashboard and from the Slidev navigation bar. |
No description provided.