Conversation
Deploying docs with
|
| Latest commit: |
0a63a2d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://70793f3b.docs-9wh.pages.dev |
| Branch Preview URL: | https://docs-inalia-lite.docs-9wh.pages.dev |
There was a problem hiding this comment.
Pull request overview
Adds an initial documentation page for “Inalia Lite” to the docs site, describing what it is and providing a link to its source repository.
Changes:
- Added
lite.mdwith a high-level description of Inalia Lite and a link to its GitHub repo. - Introduced section headings for future content (Getting Started, Slidev Addon, Standalone, comparison).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,51 @@ | |||
| # Lite | |||
|
|
|||
| Inalia Lite, https://lite.inalia.app, is a lightweight, standalone, free-to-use, and self-hostable version of Inalia. It has no direct link with the main Inalia, meaning that any data created in Inalia Lite will not be shared with the main Inalia, and vice versa. | |||
There was a problem hiding this comment.
The page uses a bare URL (https://lite.inalia.app) in running text. For consistency with other docs pages, consider formatting it as a Markdown link (and optionally linking the main Inalia app as well) so it’s clickable and consistent in rendered output.
| Inalia Lite, https://lite.inalia.app, is a lightweight, standalone, free-to-use, and self-hostable version of Inalia. It has no direct link with the main Inalia, meaning that any data created in Inalia Lite will not be shared with the main Inalia, and vice versa. | |
| Inalia Lite, [lite.inalia.app](https://lite.inalia.app), is a lightweight, standalone, free-to-use, and self-hostable version of Inalia. It has no direct link with the main Inalia, meaning that any data created in Inalia Lite will not be shared with the main Inalia, and vice versa. |
|
|
||
| Inalia Lite, https://lite.inalia.app, is a lightweight, standalone, free-to-use, and self-hostable version of Inalia. It has no direct link with the main Inalia, meaning that any data created in Inalia Lite will not be shared with the main Inalia, and vice versa. | ||
|
|
||
| The code source of Inalia Lite is available on GitHub at [Inalia-App/lite.inalia.app](https://github.com/Inalia-App/lite.inalia.app). |
There was a problem hiding this comment.
“The code source” is ungrammatical; this should be “The source code” (or “The source code for Inalia Lite”).
| The code source of Inalia Lite is available on GitHub at [Inalia-App/lite.inalia.app](https://github.com/Inalia-App/lite.inalia.app). | |
| The source code for Inalia Lite is available on GitHub at [Inalia-App/lite.inalia.app](https://github.com/Inalia-App/lite.inalia.app). |
| ## Getting Started | ||
|
|
||
| <!-- | ||
|
|
||
| create talks |
There was a problem hiding this comment.
These sections currently render as empty headings because all of the intended content is inside HTML comments. Either convert the commented bullets into real Markdown content or remove the placeholder headings until the documentation is ready, to avoid shipping a mostly blank page.
| # Lite | ||
|
|
||
| Inalia Lite, https://lite.inalia.app, is a lightweight, standalone, free-to-use, and self-hostable version of Inalia. It has no direct link with the main Inalia, meaning that any data created in Inalia Lite will not be shared with the main Inalia, and vice versa. | ||
|
|
||
| The code source of Inalia Lite is available on GitHub at [Inalia-App/lite.inalia.app](https://github.com/Inalia-App/lite.inalia.app). | ||
|
|
There was a problem hiding this comment.
This page isn’t linked from the docs navigation or any other Markdown page in this repo, so it will be hard to discover in the published site. Consider adding a link from index.md and/or .vitepress/config.mts nav if the intent is to expose these docs to users.
No description provided.