Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zensical.toml
docs/soliplex/
docs/ingester/
docs/agents/
docs/chatbot/
docs/chatbot-widget/
docs/flutter/
docs/ag-ui/

Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
[submodule "projects/bubble-sandbox"]
path = projects/bubble-sandbox
url = https://github.com/soliplex/bubble-sandbox.git
[submodule "projects/chatbot"]
path = projects/chatbot
[submodule "projects/chatbot-widget"]
path = projects/chatbot-widget
url = https://github.com/soliplex/chatbot.git
2 changes: 1 addition & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# These directories are copied from git submodules
ag-ui/
bubble-sandbox/
chatbot/
chatbot-widget/
flutter/
frontend/
ingester-agents/
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ Cross-platform mobile and desktop client application for Soliplex.
- [Developer Setup Guide](frontend/developer-setup.md)
- [State Bus Overview](frontend/state-bus.md)

### [Chatbot Widget](chatbot/readme.md)
### [Chatbot Widget](chatbot-widget/readme.md)

Embeddable Next.js chat widget for integrating Soliplex into web applications.

**Quick Links:**
- [Documentation](chatbot/readme.md)
- [Usage Guide](chatbot/usage.md)
- [Documentation](chatbot-widget/readme.md)
- [Usage Guide](chatbot-widget/usage.md)

## Supporting Tools

Expand Down
1 change: 0 additions & 1 deletion projects/chatbot
Submodule chatbot deleted from 0e088e
1 change: 1 addition & 0 deletions projects/chatbot-widget
Submodule chatbot-widget added at 492abe
2 changes: 1 addition & 1 deletion zensical.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nav = [
{ "Core Platform" = "@auto:soliplex" },
{ "Ingester" = "@auto:ingester" },
{ "User Interfaces" = [
{ "Chatbot Widget" = "@auto:chatbot" },
{ "Chatbot Widget" = "@auto:chatbot-widget" },
{ "Flutter UI" = "@auto:frontend" },
]},
{ "Supporting Tools" = [
Expand Down