Konfigurasi Inti
Komponen
Halaman API
- Overview
- OpenAPI
- AsyncAPI
- MDX
- Troubleshooting
Autentikasi dan Personalisasi
- Authentication
- Partial authentication
- Personalization
- Authentication vs personalization
- Pengaturan Autentikasi
- Pengaturan Personalisasi
- Sending data
Panduan
- Migration
- Mcp
- Translations
- Monorepo
- React components
- Custom scripts
- Seo
- Hidden pages
- Broken links
- Subdirektori Kustom
- Akses Dashboard
Integrasi
- Analitik
- SDK
- Dukungan
- Privasi
Kontrol Versi dan CI/CD
Komponen
Mermaid diagrams
Copy
```mermaid
flowchart LR
subgraph subgraph1
direction TB
top1[top] --> bottom1[bottom]
end
subgraph subgraph2
direction TB
top2[top] --> bottom2[bottom]
end
%% ^ These subgraphs are identical, except for the links to them:
%% Link *to* subgraph1: subgraph1 direction is maintained
outside --> subgraph1
%% Link *within* subgraph2:
%% subgraph2 inherits the direction of the top-level graph (LR)
outside ---> top2
```
Copy
```mermaid
flowchart LR
subgraph subgraph1
direction TB
top1[top] --> bottom1[bottom]
end
subgraph subgraph2
direction TB
top2[top] --> bottom2[bottom]
end
%% ^ These subgraphs are identical, except for the links to them:
%% Link *to* subgraph1: subgraph1 direction is maintained
outside --> subgraph1
%% Link *within* subgraph2:
%% subgraph2 inherits the direction of the top-level graph (LR)
outside ---> top2
```
Mermaid memungkinkan Anda membuat diagram visual menggunakan teks dan kode.
Untuk daftar lengkap diagram yang didukung oleh Mermaid, lihatwebsite mereka.
Sintaks untuk diagram Mermaid
Untuk membuat flowchart, Anda dapat menulis flowchart Mermaid di dalam blok kode Mermaid.
Copy
```mermaid
// Your mermaid code block here
```
Apakah halaman ini membantu?
Copy
```mermaid
flowchart LR
subgraph subgraph1
direction TB
top1[top] --> bottom1[bottom]
end
subgraph subgraph2
direction TB
top2[top] --> bottom2[bottom]
end
%% ^ These subgraphs are identical, except for the links to them:
%% Link *to* subgraph1: subgraph1 direction is maintained
outside --> subgraph1
%% Link *within* subgraph2:
%% subgraph2 inherits the direction of the top-level graph (LR)
outside ---> top2
```
Asisten
Responses are generated using AI and may contain mistakes.