You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: standardize Models navigation path to "Manage → Models"
The Models page (/settings/models) is rendered under the sidebar's
"Manage" section as a sibling of Settings, not as a child of it
(frontend/src/components/layout/AppSidebar.tsx). The docs mixed
"Settings → Models" (~150 occurrences) with the correct "Manage → Models"
(3). Standardize every doc, the backend error-message hints and the
speaches compose example on "Manage → Models". CHANGELOG is historical
and left untouched. No routes or behaviour changed.
Follow-up to the P2 note on #1313.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012heLWVTmopC5FkipUgnvsN
@@ -59,14 +59,14 @@ Then configure your AI provider:
59
59
2. Search "Open Notebook"
60
60
3. Set environment variables (at minimum: `OPEN_NOTEBOOK_ENCRYPTION_KEY`)
61
61
4. Click "Deploy"
62
-
5. Open the app → Go to **Settings → Models** to configure your AI provider
62
+
5. Open the app → Go to **Manage → Models** to configure your AI provider
63
63
64
64
**Railway:**
65
65
1. Create new project
66
66
2. Add `lfnovo/open_notebook:v1-latest-single`
67
67
3. Set environment variables (at minimum: `OPEN_NOTEBOOK_ENCRYPTION_KEY`)
68
68
4. Deploy
69
-
5. Open the app → Go to **Settings → Models** to configure your AI provider
69
+
5. Open the app → Go to **Manage → Models** to configure your AI provider
70
70
71
71
**Render:**
72
72
1. Create new Web Service
@@ -104,7 +104,7 @@ Open Notebook ships an EasyPanel template at [`examples/easypanel/`](https://git
104
104
-**One-click (recommended):** once the template is published to the official [EasyPanel template gallery](https://github.com/easypanel-io/templates), create a new service from "Open Notebook", set an app password (or leave it blank to auto-generate one), and deploy.
105
105
-**Manual:** copy `examples/easypanel/` into `templates/open-notebook` in a checkout of [`easypanel-io/templates`](https://github.com/easypanel-io/templates), run the templates playground (`npm run dev`), and create the template from the generated JSON in your EasyPanel instance.
106
106
107
-
After deployment, open the EasyPanel domain and configure your AI provider in **Settings → Models**. See [`examples/easypanel/README.md`](https://github.com/lfnovo/open-notebook/blob/main/examples/easypanel/README.md) for details.
107
+
After deployment, open the EasyPanel domain and configure your AI provider in **Manage → Models**. See [`examples/easypanel/README.md`](https://github.com/lfnovo/open-notebook/blob/main/examples/easypanel/README.md) for details.
108
108
109
109
---
110
110
@@ -120,7 +120,7 @@ After deployment, open the EasyPanel domain and configure your AI provider in **
0 commit comments