docs: refresh multilingual doc links

This commit is contained in:
chenos
2026-06-11 08:27:41 +08:00
parent 0a3683105e
commit fd4b9a7f77
173 changed files with 226 additions and 226 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[
{
"text": "开始",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"text": "AI",
+1 -1
View File
@@ -23,7 +23,7 @@ AI 搭建是 NocoBase 提供的 AI 辅助搭建能力——你可以用自然语
### 手动安装
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -25,7 +25,7 @@ AI 开发插件的能力基于 [nocobase-plugin-development](https://github.com/
### 手动安装
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -27,7 +27,7 @@ sidebar: false
如果用户环境里已经安装了 NocoBase CLI(运行 `nb --version` 检查),直接进入下一步。如果没有,运行以下命令安装:
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
```
运行 `nb --version` 确认安装成功。
+1 -1
View File
@@ -78,7 +78,7 @@ Claude Code 通过以下方式与 NocoBase 协同工作:
### 手动安装
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -76,7 +76,7 @@ Codex 通过以下方式与 NocoBase 协同工作:
### 手动安装
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -96,7 +96,7 @@ Hermes Agent 需要自行部署和维护。如果你希望零配置开箱即用
### 手动安装
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -84,7 +84,7 @@ OpenClaw 通过以下方式与 NocoBase 协同工作:
### 手动安装
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -78,7 +78,7 @@ OpenCode 通过以下方式与 NocoBase 协同工作:
### 手动安装
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+2 -2
View File
@@ -42,7 +42,7 @@ import { Tab, Tabs } from '@rspress/core/theme';
#### 第一步:安装 CLI
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // 确认安装成功
```
@@ -100,7 +100,7 @@ nb init --ui
#### 第一步:安装 CLI
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // 确认安装成功
```
+1 -1
View File
@@ -91,7 +91,7 @@ WorkBuddy 目前处于快速迭代中,部分功能可能有变化。建议关
### 手动安装
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -2,7 +2,7 @@
{
"type": "custom-link",
"label": "NocoBase 如何工作",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"type": "custom-link",
+4 -4
View File
@@ -11,7 +11,7 @@ hero:
actions:
- theme: brand
text: 快速上手
link: /get-started/how-nocobase-works
link: /quickstart/how-nocobase-works
- theme: alt
text: GitHub
link: https://github.com/nocobase/nocobase
@@ -22,10 +22,10 @@ features:
items:
- title: NocoBase 使用入门
details: 了解 NocoBase 的核心概念和基本操作。
link: /get-started/how-nocobase-works
- title: 安装应用
link: /quickstart/how-nocobase-works
- title: 使用 CLI 安装应用
details: 快速安装和管理应用。
link: /get-started/installation/docker
link: /quickstart/installation/cli
- title: 教程
details: 从零开始,跟着教程一步步搭建真实项目。
link: /tutorials/v2/
+1 -1
View File
@@ -9,7 +9,7 @@ NocoBase 2.1.0 之后,官方提供了基于 CLI 的安装和管理方式。你
先全局安装 CLI
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version
```
@@ -2,7 +2,7 @@
在这个系列里,我们会从零开始,用 NocoBase 搭建一个**极简的工单系统(HelpDesk)**。整个系统只需要 **2 张[数据表](/data-sources/data-modeling/collection)**,不写一行代码,即可实现工单提交、分类管理、变更追踪、权限控制和数据[仪表盘](/data-visualization)。
本章先通过 [Docker](/get-started/installation/docker) 一键部署 NocoBase,完成首次登录,了解[配置模式与使用模式](/get-started/how-nocobase-works)的区别,并预览工单系统的全貌。
本章先通过 [Docker](/get-started/installation/docker) 一键部署 NocoBase,完成首次登录,了解[配置模式与使用模式](/quickstart/how-nocobase-works)的区别,并预览工单系统的全貌。
## 1.1 NocoBase 是什么
@@ -97,7 +97,7 @@ NocoBase 的界面有两种模式:
| **使用模式** | 普通用户日常使用的界面 | 所有人 |
| **配置模式** | 搭建和调整界面的设计模式 | 管理员 |
切换方式:点击右上角的 **「[界面配置](/get-started/how-nocobase-works)UI Editor)」** 按钮(一个荧光笔图标)。
切换方式:点击右上角的 **「[界面配置](/quickstart/how-nocobase-works)UI Editor)」** 按钮(一个荧光笔图标)。
![01-getting-started-2026-03-11-08-17-26](https://static-docs.nocobase.com/01-getting-started-2026-03-11-08-17-26.png)
@@ -173,4 +173,4 @@ NocoBase 的界面由三个区域组成:
- [Docker 安装详解](/get-started/installation/docker) — 完整安装选项与环境变量说明
- [系统要求](/get-started/system-requirements) — 硬件和软件环境要求
- [NocoBase 是如何工作的](/get-started/how-nocobase-works) — 数据源、区块、操作等核心概念
- [NocoBase 是如何工作的](/quickstart/how-nocobase-works) — 数据源、区块、操作等核心概念
@@ -23,7 +23,7 @@
首先,我们需要在系统里创建"工单管理"的入口。
1. 点击右上角 **UI 编辑器** 开关,进入界面[配置模式](/get-started/how-nocobase-works)(整个页面会出现橙色的可编辑边框)。
1. 点击右上角 **UI 编辑器** 开关,进入界面[配置模式](/quickstart/how-nocobase-works)(整个页面会出现橙色的可编辑边框)。
2. 鼠标移到顶部导航栏的 **「添加菜单项(Add menu item)」** 按钮,选择 **「添加分组(Add group)」**,命名为 **「工单管理」**。
![03-building-pages-2026-03-12-09-38-36](https://static-docs.nocobase.com/03-building-pages-2026-03-12-09-38-36.png)
+1 -1
View File
@@ -8,7 +8,7 @@
首先,我们在顶部导航栏添加一个新菜单项。
进入[配置模式](/get-started/how-nocobase-works),在顶部菜单栏点击 **「添加菜单项」**`+` 图标),选择 **「新版页面(v2)」**,命名为「数据看板」。
进入[配置模式](/quickstart/how-nocobase-works),在顶部菜单栏点击 **「添加菜单项」**`+` 图标),选择 **「新版页面(v2)」**,命名为「数据看板」。
![07-dashboard-2026-03-15-21-39-35](https://static-docs.nocobase.com/07-dashboard-2026-03-15-21-39-35.png)
+1 -1
View File
@@ -78,7 +78,7 @@ NocoBase 2.0 基于以下技术构建:
## 相关文档
### 入门指南
- [NocoBase 是如何工作的](/get-started/how-nocobase-works) — 核心概念介绍
- [NocoBase 是如何工作的](/quickstart/how-nocobase-works) — 核心概念介绍
- [快速开始](/get-started/quickstart) — 安装与初始配置
- [系统要求](/get-started/system-requirements) — 环境配置要求
+1 -1
View File
@@ -1,7 +1,7 @@
[
{
"text": "Start",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"text": "AI",
+1 -1
View File
@@ -23,7 +23,7 @@ Bitte installiere NocoBase CLI für mich und führe die Initialisierung durch: h
### Manuelle Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -25,7 +25,7 @@ Hilf mir bei der Installation der NocoBase CLI und der Initialisierung: https://
### Manuelle Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -27,7 +27,7 @@ Falls die Voraussetzungen nicht erfüllt sind, weisen Sie den Nutzer darauf hin,
Falls die NocoBase CLI bereits in der Umgebung des Nutzers installiert ist (mit `nb --version` prüfen), gehen Sie direkt zum nächsten Schritt. Andernfalls führen Sie folgenden Befehl aus, um sie zu installieren:
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
```
Führen Sie `nb --version` aus, um die erfolgreiche Installation zu bestätigen.
+1 -1
View File
@@ -78,7 +78,7 @@ Hilf mir, die NocoBase CLI zu installieren und die Initialisierung abzuschließe
### Manuelle Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -76,7 +76,7 @@ Hilf mir, die NocoBase CLI zu installieren und die Initialisierung abzuschließe
### Manuelle Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -96,7 +96,7 @@ Hilf mir, die NocoBase CLI zu installieren und die Initialisierung abzuschließe
### Manuelle Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -84,7 +84,7 @@ Hilf mir, die NocoBase CLI zu installieren und die Initialisierung abzuschließe
### Manuelle Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -78,7 +78,7 @@ Hilf mir, die NocoBase CLI zu installieren und die Initialisierung abzuschließe
### Manuelle Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+2 -2
View File
@@ -42,7 +42,7 @@ Falls Sie noch keine NocoBase-Anwendung haben, können Sie über die CLI eine ne
#### Schritt 1: CLI installieren
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // Erfolgreiche Installation bestätigen
```
@@ -100,7 +100,7 @@ Falls Sie bereits eine laufende NocoBase-Instanz haben, können Sie diese direkt
#### Schritt 1: CLI installieren
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // Erfolgreiche Installation bestätigen
```
+1 -1
View File
@@ -91,7 +91,7 @@ Hilf mir, die NocoBase CLI zu installieren und die Initialisierung abzuschließe
### Manuelle Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -2,7 +2,7 @@
{
"type": "custom-link",
"label": "Wie NocoBase funktioniert",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"type": "custom-link",
+3 -3
View File
@@ -11,7 +11,7 @@ hero:
actions:
- theme: brand
text: Schnellstart
link: /get-started/how-nocobase-works
link: /quickstart/how-nocobase-works
- theme: alt
text: GitHub
link: https://github.com/nocobase/nocobase
@@ -22,10 +22,10 @@ features:
items:
- title: NocoBase Erste Schritte
details: Verstehen Sie die Kernkonzepte und grundlegenden Operationen von NocoBase.
link: /get-started/how-nocobase-works
link: /quickstart/how-nocobase-works
- title: App installieren
details: Anwendungen schnell installieren und verwalten.
link: /get-started/installation/docker
link: /quickstart/installation/cli
- title: Tutorials
details: Starten Sie bei Null und folgen Sie den Tutorials, um Schritt für Schritt ein echtes Projekt zu erstellen.
link: /tutorials/v2/
+2 -2
View File
@@ -11,7 +11,7 @@
{
"type": "custom-link",
"label": "So funktioniert NocoBase",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"type": "custom-link",
@@ -124,6 +124,6 @@
"type": "custom-link",
"label": "Start (alte Version)",
"proxy": false,
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
}
]
+1 -1
View File
@@ -9,7 +9,7 @@ Wird nur bei der Erstinstallation der CLI ausgeführt.
Installieren Sie zunächst die CLI global:
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version
```
@@ -2,7 +2,7 @@
In dieser Reihe bauen wir gemeinsam von Grund auf ein **minimales Ticket-System (HelpDesk)** mit NocoBase. Das gesamte System benötigt nur **2 [Datentabellen](/data-sources/data-modeling/collection)** und keine Zeile Code - es bietet Ticket-Erfassung, Kategorienverwaltung, Änderungsverfolgung, Berechtigungssteuerung und ein [Dashboard](/data-visualization).
In diesem Kapitel deployen wir NocoBase per [Docker](/get-started/installation/docker) mit einem Befehl, melden uns erstmals an, lernen den Unterschied zwischen [Konfigurations- und Nutzungsmodus](/get-started/how-nocobase-works) und erhalten eine Vorschau auf das Ticket-System.
In diesem Kapitel deployen wir NocoBase per [Docker](/get-started/installation/docker) mit einem Befehl, melden uns erstmals an, lernen den Unterschied zwischen [Konfigurations- und Nutzungsmodus](/quickstart/how-nocobase-works) und erhalten eine Vorschau auf das Ticket-System.
## 1.1 Was ist NocoBase?
@@ -97,7 +97,7 @@ Die NocoBase-Oberfläche kennt zwei Modi:
| **Nutzungsmodus** | Tägliche Oberfläche der Anwender | Alle |
| **Konfigurationsmodus** | Designmodus zum Aufbau und Anpassen | Administratoren |
Umschalten: Klicken Sie oben rechts auf **„[UI Editor](/get-started/how-nocobase-works)"** (Markersymbol).
Umschalten: Klicken Sie oben rechts auf **„[UI Editor](/quickstart/how-nocobase-works)"** (Markersymbol).
![01-getting-started-2026-03-11-08-17-26](https://static-docs.nocobase.com/01-getting-started-2026-03-11-08-17-26.png)
@@ -173,4 +173,4 @@ Bis zum nächsten Kapitel!
- [Detaillierte Docker-Installation](/get-started/installation/docker) - alle Installationsoptionen und Umgebungsvariablen
- [Systemanforderungen](/get-started/system-requirements) - Hardware und Software
- [Wie NocoBase funktioniert](/get-started/how-nocobase-works) - Datenquellen, Blöcke, Aktionen
- [Wie NocoBase funktioniert](/quickstart/how-nocobase-works) - Datenquellen, Blöcke, Aktionen
@@ -23,7 +23,7 @@ Merken Sie sich: **Block = Baustein**. Damit bauen wir die Ticket-Verwaltung.
Zunächst legen wir einen Einstieg „Ticket-Verwaltung" an.
1. Klicken Sie oben rechts auf **UI Editor**, um in den [Konfigurationsmodus](/get-started/how-nocobase-works) zu wechseln (orangefarbene Rahmen erscheinen).
1. Klicken Sie oben rechts auf **UI Editor**, um in den [Konfigurationsmodus](/quickstart/how-nocobase-works) zu wechseln (orangefarbene Rahmen erscheinen).
2. In der oberen Navigation **„Menüeintrag hinzufügen"** klicken, **„Gruppe hinzufügen"** wählen und **„Ticket-Verwaltung"** als Namen eingeben.
![03-building-pages-2026-03-12-09-38-36](https://static-docs.nocobase.com/03-building-pages-2026-03-12-09-38-36.png)
+1 -1
View File
@@ -8,7 +8,7 @@ Wie viele Tickets gibt es? Wie viele wurden bearbeitet? Welche Problemklasse tri
Zunächst ergänzen wir in der oberen Navigation einen neuen Menü-Eintrag.
Wechseln Sie in den [Konfigurationsmodus](/get-started/how-nocobase-works), klicken Sie in der oberen Menüleiste auf **„Menü-Eintrag hinzufügen"** (`+`-Symbol), wählen Sie **„Neue Seite (v2)"** und nennen Sie sie „Daten-Dashboard".
Wechseln Sie in den [Konfigurationsmodus](/quickstart/how-nocobase-works), klicken Sie in der oberen Menüleiste auf **„Menü-Eintrag hinzufügen"** (`+`-Symbol), wählen Sie **„Neue Seite (v2)"** und nennen Sie sie „Daten-Dashboard".
![07-dashboard-2026-03-15-21-39-35](https://static-docs.nocobase.com/07-dashboard-2026-03-15-21-39-35.png)
+1 -1
View File
@@ -78,7 +78,7 @@ Falls Sie No-Code/Low-Code-Plattformen evaluieren:
## Zugehörige Dokumente
### Einstieg
- [Wie NocoBase funktioniert](/get-started/how-nocobase-works) - Kernkonzepte
- [Wie NocoBase funktioniert](/quickstart/how-nocobase-works) - Kernkonzepte
- [Schnellstart](/get-started/quickstart) - Installation und Erstkonfiguration
- [Systemanforderungen](/get-started/system-requirements) - Hard- und Software-Anforderungen
+1 -1
View File
@@ -1,7 +1,7 @@
[
{
"text": "Get Started",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"text": "AI",
+1 -1
View File
@@ -23,7 +23,7 @@ Help me install NocoBase CLI and complete initialization: https://docs.nocobase.
### Manual Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -25,7 +25,7 @@ Help me install NocoBase CLI and complete initialization: https://docs.nocobase.
### Manual Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -27,7 +27,7 @@ If the prerequisites are not met, tell the user they need to install the missing
If the user already has NocoBase CLI installed (run `nb --version` to check), proceed to the next step. If not, run the following command to install:
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
```
Run `nb --version` to confirm successful installation.
+1 -1
View File
@@ -78,7 +78,7 @@ Help me install NocoBase CLI and complete initialization: https://docs.nocobase.
### Manual Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -76,7 +76,7 @@ Help me install NocoBase CLI and complete initialization: https://docs.nocobase.
### Manual Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -96,7 +96,7 @@ Help me install NocoBase CLI and complete initialization: https://docs.nocobase.
### Manual Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -84,7 +84,7 @@ Help me install NocoBase CLI and complete initialization: https://docs.nocobase.
### Manual Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -78,7 +78,7 @@ Help me install NocoBase CLI and complete initialization: https://docs.nocobase.
### Manual Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+2 -2
View File
@@ -42,7 +42,7 @@ If you don't have a NocoBase application yet, you can use CLI to install and ini
#### Step 1: Install CLI
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // Confirm successful installation
```
@@ -100,7 +100,7 @@ If you already have a running NocoBase instance, you can connect AI Agent to it
#### Step 1: Install CLI
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // Confirm successful installation
```
+1 -1
View File
@@ -91,7 +91,7 @@ Help me install NocoBase CLI and complete initialization: https://docs.nocobase.
### Manual Installation
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -2,7 +2,7 @@
{
"type": "custom-link",
"label": "How NocoBase Works",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"type": "custom-link",
+3 -3
View File
@@ -11,7 +11,7 @@ hero:
actions:
- theme: brand
text: Get Started
link: /get-started/how-nocobase-works
link: /quickstart/how-nocobase-works
- theme: alt
text: GitHub
link: https://github.com/nocobase/nocobase
@@ -22,10 +22,10 @@ features:
items:
- title: NocoBase Getting Started
details: Understand NocoBase's core concepts and basic operations.
link: /get-started/how-nocobase-works
link: /quickstart/how-nocobase-works
- title: Install App
details: Quickly install and manage applications.
link: /get-started/installation/docker
link: /quickstart/installation/cli
- title: Tutorials
details: Step-by-step tutorials to build real projects with NocoBase from scratch.
link: /tutorials/v2/
+2 -2
View File
@@ -11,7 +11,7 @@
{
"type": "custom-link",
"label": "How NocoBase works",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"type": "custom-link",
@@ -124,6 +124,6 @@
"type": "custom-link",
"label": "Start (old version)",
"proxy": false,
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
}
]
+1 -1
View File
@@ -9,7 +9,7 @@ Only executed when installing the CLI for the first time.
First install the CLI globally:
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version
```
@@ -2,7 +2,7 @@
In this series, we'll build a **minimal IT HelpDesk system** from scratch using NocoBase. The entire system needs only **2 [data tables](/data-sources/data-modeling/collection)** and zero lines of code — yet it will support ticket submission, category management, change tracking, access control, and even a [dashboard](/data-visualization).
This chapter walks you through deploying NocoBase with [Docker](/get-started/installation/docker), completing your first login, and understanding the difference between [UI Editor mode and Usage mode](/get-started/how-nocobase-works).
This chapter walks you through deploying NocoBase with [Docker](/get-started/installation/docker), completing your first login, and understanding the difference between [UI Editor mode and Usage mode](/quickstart/how-nocobase-works).
## 1.1 What Is NocoBase
@@ -173,4 +173,4 @@ See you in Chapter 2!
- [Docker Installation Guide](/get-started/installation/docker) — Full installation options and environment variables
- [System Requirements](/get-started/system-requirements) — Hardware and software requirements
- [How NocoBase Works](/get-started/how-nocobase-works) — Core concepts: data sources, blocks, actions
- [How NocoBase Works](/quickstart/how-nocobase-works) — Core concepts: data sources, blocks, actions
@@ -23,7 +23,7 @@ Remember this analogy: **Blocks = building bricks**. We're about to use them to
First, we need to create an entry point for "Tickets" in the system.
1. Click the **[UI Editor](/get-started/how-nocobase-works)** toggle in the top-right corner to enter design mode (the entire page will show orange editable borders).
1. Click the **[UI Editor](/quickstart/how-nocobase-works)** toggle in the top-right corner to enter design mode (the entire page will show orange editable borders).
2. Click the **"Add menu item"** button (`+` icon) in the top navigation bar, select **"Add group"**, and name it **"Tickets"**.
3. The "Tickets" menu appears immediately in the top navigation bar. **Click on it** — a sidebar menu will expand on the left.
4. In the sidebar, click the orange **"Add menu item"** button, select **"Modern page (v2)"**, and add two sub-pages one by one:
@@ -12,7 +12,7 @@ In the last chapter, we quickly created a working "Add new" form. Now let's refi
### Adding the "Add new" Action Button
1. Make sure you're in [UI Editor](/get-started/how-nocobase-works) mode (top-right toggle is on).
1. Make sure you're in [UI Editor](/quickstart/how-nocobase-works) mode (top-right toggle is on).
2. Go to the "All Tickets" page, and click **"[Actions](/interface-builder/actions)"** above the Table block.
3. Check the **"Add new"** action button.
4. An "Add new" button will appear above the table. Clicking it opens a [popup](../../interface-builder/actions/types/pop-up.md).
@@ -108,7 +108,7 @@ Before testing permissions, let's add a handy feature to the ticket list: **assi
The implementation is simple — add a custom popup button to the table row actions:
1. Enter [UI Editor](/get-started/how-nocobase-works) mode. In the ticket list table's actions column, click **"+"** to add a **"Popup"** action button.
1. Enter [UI Editor](/quickstart/how-nocobase-works) mode. In the ticket list table's actions column, click **"+"** to add a **"Popup"** action button.
![05-roles-and-permissions-2026-03-14-13-57-31](https://static-docs.nocobase.com/05-roles-and-permissions-2026-03-14-13-57-31.png)
+1 -1
View File
@@ -8,7 +8,7 @@ How many tickets are there? How many have been resolved? Which category has the
First, let's add a new menu item to the top navigation bar.
Enter [configuration mode](/get-started/how-nocobase-works), click **"Add menu item"** (`+` icon) on the top menu bar, select **"Modern page (v2)"**, and name it "Dashboard."
Enter [configuration mode](/quickstart/how-nocobase-works), click **"Add menu item"** (`+` icon) on the top menu bar, select **"Modern page (v2)"**, and name it "Dashboard."
![07-dashboard-2026-03-15-21-39-35](https://static-docs.nocobase.com/07-dashboard-2026-03-15-21-39-35.png)
+1 -1
View File
@@ -78,7 +78,7 @@ If you're evaluating no-code/low-code platforms:
## Related Docs
### Getting Started
- [How NocoBase Works](/get-started/how-nocobase-works) — Core concepts overview
- [How NocoBase Works](/quickstart/how-nocobase-works) — Core concepts overview
- [Quick Start](/get-started/quickstart) — Installation and initial setup
- [System Requirements](/get-started/system-requirements) — Hardware and software requirements
+1 -1
View File
@@ -1,7 +1,7 @@
[
{
"text": "Démarrer",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"text": "AI",
+1 -1
View File
@@ -23,7 +23,7 @@ Aide-moi à installer NocoBase CLI et à terminer l'initialisation : https://doc
### Installation manuelle
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -25,7 +25,7 @@ Copiez le prompt ci-dessous dans votre assistant IA (Claude Code, Codex, Cursor,
### Installation manuelle
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -27,7 +27,7 @@ Si les prérequis ne sont pas satisfaits, indiquez à l'utilisateur les dépenda
Si l'utilisateur a déjà installé NocoBase CLI dans son environnement (vérifiez avec `nb --version`), passez directement à l'étape suivante. Sinon, exécutez la commande suivante pour l'installer :
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
```
Exécutez `nb --version` pour confirmer le succès de l'installation.
+1 -1
View File
@@ -78,7 +78,7 @@ Aide-moi à installer NocoBase CLI et à terminer l'initialisation : https://doc
### Installation manuelle
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -76,7 +76,7 @@ Aide-moi à installer NocoBase CLI et à terminer l'initialisation : https://doc
### Installation manuelle
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -96,7 +96,7 @@ Aide-moi à installer NocoBase CLI et à terminer l'initialisation : https://doc
### Installation manuelle
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -84,7 +84,7 @@ Aide-moi à installer NocoBase CLI et à terminer l'initialisation : https://doc
### Installation manuelle
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -78,7 +78,7 @@ Aide-moi à installer NocoBase CLI et à terminer l'initialisation : https://doc
### Installation manuelle
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+2 -2
View File
@@ -42,7 +42,7 @@ Si vous n'avez pas encore d'application NocoBase, vous pouvez en installer et in
#### Étape 1 : installer la CLI
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // vérifie le succès de l'installation
```
@@ -100,7 +100,7 @@ Si vous disposez déjà d'une instance NocoBase en cours d'exécution, vous pouv
#### Étape 1 : installer la CLI
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // vérifie le succès de l'installation
```
+1 -1
View File
@@ -91,7 +91,7 @@ Aide-moi à installer NocoBase CLI et à terminer l'initialisation : https://doc
### Installation manuelle
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -2,7 +2,7 @@
{
"type": "custom-link",
"label": "Comment fonctionne NocoBase",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"type": "custom-link",
+3 -3
View File
@@ -11,7 +11,7 @@ hero:
actions:
- theme: brand
text: Prise en main
link: /get-started/how-nocobase-works
link: /quickstart/how-nocobase-works
- theme: alt
text: GitHub
link: https://github.com/nocobase/nocobase
@@ -22,10 +22,10 @@ features:
items:
- title: Premiers pas avec NocoBase
details: Comprenez les concepts fondamentaux et les opérations de base de NocoBase.
link: /get-started/how-nocobase-works
link: /quickstart/how-nocobase-works
- title: Installer une application
details: Installez et gérez rapidement des applications.
link: /get-started/installation/docker
link: /quickstart/installation/cli
- title: Tutoriels
details: Partez de zéro et suivez les tutoriels pour construire pas à pas un projet réel.
link: /tutorials/v2/
+2 -2
View File
@@ -11,7 +11,7 @@
{
"type": "custom-link",
"label": "Comment fonctionne NocoBase",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"type": "custom-link",
@@ -124,6 +124,6 @@
"type": "custom-link",
"label": "Démarrer (ancienne version)",
"proxy": false,
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
}
]
+1 -1
View File
@@ -9,7 +9,7 @@ Exécuté uniquement lors de l'installation de la CLI pour la première fois.
Installez d'abord la CLI globalement :
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version
```
@@ -2,7 +2,7 @@
Dans cette série, nous partirons de zéro pour construire un **système de tickets minimaliste (HelpDesk)** avec NocoBase. L'ensemble du système ne nécessite que **2 [tables de données](/data-sources/data-modeling/collection)**, sans écrire la moindre ligne de code, et permet la soumission de tickets, la gestion des catégories, le suivi des modifications, le contrôle des permissions et un [tableau de bord](/data-visualization) de données.
Ce chapitre commence par un déploiement de NocoBase via [Docker](/get-started/installation/docker) en une commande, la première connexion, la compréhension de la différence entre [mode configuration et mode utilisation](/get-started/how-nocobase-works), et un aperçu général du système de tickets.
Ce chapitre commence par un déploiement de NocoBase via [Docker](/get-started/installation/docker) en une commande, la première connexion, la compréhension de la différence entre [mode configuration et mode utilisation](/quickstart/how-nocobase-works), et un aperçu général du système de tickets.
## 1.1 Qu'est-ce que NocoBase
@@ -97,7 +97,7 @@ L'interface de NocoBase a deux modes :
| **Mode utilisation** | L'interface utilisée par les utilisateurs au quotidien | Tout le monde |
| **Mode configuration** | Le mode design pour construire et ajuster l'interface | Les administrateurs |
Pour basculer : cliquez sur le bouton **« [UI Editor](/get-started/how-nocobase-works) »** en haut à droite (icône en forme de surligneur).
Pour basculer : cliquez sur le bouton **« [UI Editor](/quickstart/how-nocobase-works) »** en haut à droite (icône en forme de surligneur).
![01-getting-started-2026-03-11-08-17-26](https://static-docs.nocobase.com/01-getting-started-2026-03-11-08-17-26.png)
@@ -173,4 +173,4 @@ Dans ce chapitre, vous avez :
- [Installation Docker en détail](/get-started/installation/docker) — options d'installation complètes et variables d'environnement
- [Configuration requise](/get-started/system-requirements) — prérequis matériels et logiciels
- [Comment fonctionne NocoBase](/get-started/how-nocobase-works) — concepts clés : data sources, blocks, actions
- [Comment fonctionne NocoBase](/quickstart/how-nocobase-works) — concepts clés : data sources, blocks, actions
@@ -23,7 +23,7 @@ Retenez la métaphore : **block = brique**. Nous allons assembler ces briques po
D'abord, créons l'entrée « Gestion des tickets » dans le système.
1. Cliquez sur l'interrupteur **UI Editor** en haut à droite pour entrer en [mode configuration](/get-started/how-nocobase-works) (la page se borde de cadres orange éditables).
1. Cliquez sur l'interrupteur **UI Editor** en haut à droite pour entrer en [mode configuration](/quickstart/how-nocobase-works) (la page se borde de cadres orange éditables).
2. Survolez le bouton **« Add menu item »** dans la barre de navigation, choisissez **« Add group »** et nommez-le **« Gestion des tickets »**.
![03-building-pages-2026-03-12-09-38-36](https://static-docs.nocobase.com/03-building-pages-2026-03-12-09-38-36.png)
+1 -1
View File
@@ -8,7 +8,7 @@ Combien y a-t-il de tickets ? Combien sont traités ? Quelles catégories domine
Commençons par ajouter un nouvel item de menu dans la barre de navigation.
Passez en [mode configuration](/get-started/how-nocobase-works), dans la barre supérieure cliquez sur **« Add menu item »** (icône `+`), choisissez **« Modern page (v2) »** et nommez-la « Tableau de bord ».
Passez en [mode configuration](/quickstart/how-nocobase-works), dans la barre supérieure cliquez sur **« Add menu item »** (icône `+`), choisissez **« Modern page (v2) »** et nommez-la « Tableau de bord ».
![07-dashboard-2026-03-15-21-39-35](https://static-docs.nocobase.com/07-dashboard-2026-03-15-21-39-35.png)
+1 -1
View File
@@ -78,7 +78,7 @@ Si vous évaluez les plateformes no-code / low-code, voici quelques points de co
## Documentation associée
### Guide de démarrage
- [Comment fonctionne NocoBase](/get-started/how-nocobase-works) — présentation des concepts clés
- [Comment fonctionne NocoBase](/quickstart/how-nocobase-works) — présentation des concepts clés
- [Démarrage rapide](/get-started/quickstart) — installation et configuration initiale
- [Configuration requise](/get-started/system-requirements) — prérequis matériels et logiciels
+1 -1
View File
@@ -1,7 +1,7 @@
[
{
"text": "Mulai",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"text": "AI",
+1 -1
View File
@@ -23,7 +23,7 @@ Bantu saya memasang NocoBase CLI dan menyelesaikan inisialisasi: https://docs.no
### Instalasi Manual
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -25,7 +25,7 @@ Bantu saya memasang NocoBase CLI dan menyelesaikan inisialisasi: https://docs.no
### Instalasi Manual
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -27,7 +27,7 @@ Jika lingkungan prasyarat tidak terpenuhi, beri tahu pengguna bahwa mereka perlu
Jika lingkungan pengguna sudah memasang NocoBase CLI (jalankan `nb --version` untuk memeriksa), langsung lanjutkan ke langkah berikutnya. Jika belum, jalankan perintah berikut untuk memasang:
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
```
Jalankan `nb --version` untuk mengonfirmasi instalasi berhasil.
+1 -1
View File
@@ -78,7 +78,7 @@ Bantu saya memasang NocoBase CLI dan menyelesaikan inisialisasi: https://docs.no
### Instalasi Manual
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -76,7 +76,7 @@ Bantu saya memasang NocoBase CLI dan menyelesaikan inisialisasi: https://docs.no
### Instalasi Manual
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -96,7 +96,7 @@ Bantu saya memasang NocoBase CLI dan menyelesaikan inisialisasi: https://docs.no
### Instalasi Manual
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -84,7 +84,7 @@ Bantu saya memasang NocoBase CLI dan menyelesaikan inisialisasi: https://docs.no
### Instalasi Manual
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -78,7 +78,7 @@ Bantu saya memasang NocoBase CLI dan menyelesaikan inisialisasi: https://docs.no
### Instalasi Manual
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+2 -2
View File
@@ -42,7 +42,7 @@ Jika Anda belum memiliki aplikasi NocoBase, Anda dapat memasang dan menginisiali
#### Langkah 1: Pasang CLI
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // Konfirmasi instalasi berhasil
```
@@ -100,7 +100,7 @@ Jika Anda sudah memiliki instance NocoBase yang berjalan, Anda dapat langsung me
#### Langkah 1: Pasang CLI
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version // Konfirmasi instalasi berhasil
```
+1 -1
View File
@@ -91,7 +91,7 @@ Bantu saya memasang NocoBase CLI dan menyelesaikan inisialisasi: https://docs.no
### Instalasi Manual
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -2,7 +2,7 @@
{
"type": "custom-link",
"label": "Cara Kerja NocoBase",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"type": "custom-link",
+3 -3
View File
@@ -11,7 +11,7 @@ hero:
actions:
- theme: brand
text: Mulai Cepat
link: /get-started/how-nocobase-works
link: /quickstart/how-nocobase-works
- theme: alt
text: GitHub
link: https://github.com/nocobase/nocobase
@@ -22,10 +22,10 @@ features:
items:
- title: Memulai NocoBase
details: Pahami konsep inti dan operasi dasar NocoBase.
link: /get-started/how-nocobase-works
link: /quickstart/how-nocobase-works
- title: Instal aplikasi
details: Instal dan kelola aplikasi dengan cepat.
link: /get-started/installation/docker
link: /quickstart/installation/cli
- title: Tutorial
details: Mulai dari nol, ikuti tutorial untuk membangun proyek nyata langkah demi langkah.
link: /tutorials/v2/
+2 -2
View File
@@ -11,7 +11,7 @@
{
"type": "custom-link",
"label": "Bagaimana NocoBase bekerja",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"type": "custom-link",
@@ -124,6 +124,6 @@
"type": "custom-link",
"label": "Mulai (versi lama)",
"proxy": false,
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
}
]
+1 -1
View File
@@ -9,7 +9,7 @@ Hanya dijalankan saat pertama kali menginstal CLI.
Pertama instal CLI secara global:
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb --version
```
@@ -2,7 +2,7 @@
Dalam seri ini, kita akan memulai dari nol dan membangun **Sistem Tiket (HelpDesk) yang sangat sederhana** menggunakan NocoBase. Seluruh sistem hanya membutuhkan **2 [tabel data](/data-sources/data-modeling/collection)**, tanpa menulis satu baris kode pun, untuk merealisasikan pengiriman tiket, manajemen kategori, pelacakan perubahan, kontrol izin, dan [dashboard](/data-visualization) data.
Bab ini pertama-tama akan men-deploy NocoBase dengan satu klik melalui [Docker](/get-started/installation/docker), menyelesaikan login pertama, memahami perbedaan antara [mode konfigurasi dan mode penggunaan](/get-started/how-nocobase-works), dan melihat gambaran umum sistem tiket.
Bab ini pertama-tama akan men-deploy NocoBase dengan satu klik melalui [Docker](/get-started/installation/docker), menyelesaikan login pertama, memahami perbedaan antara [mode konfigurasi dan mode penggunaan](/quickstart/how-nocobase-works), dan melihat gambaran umum sistem tiket.
## 1.1 Apa itu NocoBase
@@ -97,7 +97,7 @@ Antarmuka NocoBase memiliki dua mode:
| **Mode Penggunaan** | Antarmuka sehari-hari yang digunakan pengguna biasa | Semua orang |
| **Mode Konfigurasi** | Mode desain untuk membangun dan menyesuaikan antarmuka | Administrator |
Cara beralih: klik tombol **"[Konfigurasi UI](/get-started/how-nocobase-works) (UI Editor)"** di pojok kanan atas (ikon highlighter).
Cara beralih: klik tombol **"[Konfigurasi UI](/quickstart/how-nocobase-works) (UI Editor)"** di pojok kanan atas (ikon highlighter).
![01-getting-started-2026-03-11-08-17-26](https://static-docs.nocobase.com/01-getting-started-2026-03-11-08-17-26.png)
@@ -173,4 +173,4 @@ Sampai jumpa di bab berikutnya!
- [Detail Instalasi Docker](/get-started/installation/docker) — Penjelasan opsi instalasi lengkap dan variabel lingkungan
- [Persyaratan Sistem](/get-started/system-requirements) — Persyaratan lingkungan hardware dan software
- [Cara Kerja NocoBase](/get-started/how-nocobase-works) — Konsep inti seperti Data Source, Block, Action, dan lainnya
- [Cara Kerja NocoBase](/quickstart/how-nocobase-works) — Konsep inti seperti Data Source, Block, Action, dan lainnya
@@ -23,7 +23,7 @@ Ingat analogi ini: **Block = balok**, kita selanjutnya akan menggunakan balok un
Pertama, kita perlu membuat entry point "Manajemen Tiket" di sistem.
1. Klik switch **UI Editor** di pojok kanan atas, masuk ke [mode konfigurasi](/get-started/how-nocobase-works) antarmuka (seluruh halaman akan menampilkan border oranye yang dapat diedit).
1. Klik switch **UI Editor** di pojok kanan atas, masuk ke [mode konfigurasi](/quickstart/how-nocobase-works) antarmuka (seluruh halaman akan menampilkan border oranye yang dapat diedit).
2. Arahkan mouse ke tombol **"Tambah menu (Add menu item)"** di bilah navigasi atas, pilih **"Tambah grup (Add group)"**, beri nama **"Manajemen Tiket"**.
![03-building-pages-2026-03-12-09-38-36](https://static-docs.nocobase.com/03-building-pages-2026-03-12-09-38-36.png)
+1 -1
View File
@@ -8,7 +8,7 @@ Berapa banyak tiket? Berapa yang sudah diproses? Jenis masalah apa yang paling b
Pertama-tama, mari kita tambahkan satu menu baru di bilah navigasi atas.
Masuk ke [mode konfigurasi](/get-started/how-nocobase-works), pada bilah menu atas klik **"Tambah menu"** (ikon `+`), pilih **"Halaman versi baru (v2)"**, beri nama "Dashboard Data".
Masuk ke [mode konfigurasi](/quickstart/how-nocobase-works), pada bilah menu atas klik **"Tambah menu"** (ikon `+`), pilih **"Halaman versi baru (v2)"**, beri nama "Dashboard Data".
![07-dashboard-2026-03-15-21-39-35](https://static-docs.nocobase.com/07-dashboard-2026-03-15-21-39-35.png)
+1 -1
View File
@@ -78,7 +78,7 @@ Jika Anda sedang mengevaluasi platform no-code/low-code, berikut adalah beberapa
## Dokumentasi Terkait
### Panduan Pemula
- [Cara Kerja NocoBase](/get-started/how-nocobase-works) — Pengenalan konsep inti
- [Cara Kerja NocoBase](/quickstart/how-nocobase-works) — Pengenalan konsep inti
- [Mulai Cepat](/get-started/quickstart) — Instalasi dan konfigurasi awal
- [Persyaratan Sistem](/get-started/system-requirements) — Persyaratan konfigurasi lingkungan
+1 -1
View File
@@ -1,7 +1,7 @@
[
{
"text": "スタート",
"link": "/get-started/how-nocobase-works"
"link": "/quickstart/how-nocobase-works"
},
{
"text": "AI",
+1 -1
View File
@@ -23,7 +23,7 @@ NocoBase CLI をインストールして初期化してください:https://do
### 手動インストール
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -25,7 +25,7 @@ NocoBase CLI をインストールして初期化してください:https://do
### 手動インストール
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
nb init --ui
```
+1 -1
View File
@@ -27,7 +27,7 @@ sidebar: false
ユーザーの環境に NocoBase CLI がすでにインストールされている場合(`nb --version` で確認)、次のステップに進みます。未インストールの場合は、以下のコマンドを実行します:
```bash
npm install -g @nocobase/cli@beta
npm install -g @nocobase/cli
```
`nb --version` を実行してインストールが成功したことを確認します。

Some files were not shown because too many files have changed in this diff Show More