-
Notifications
You must be signed in to change notification settings - Fork 0
docs: inalia lite #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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. | ||||||
|
|
||||||
| 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 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). |
Copilot
AI
Feb 11, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Copilot
AI
Feb 11, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.