Primeros pasos
Configuración principal
Componentes
Páginas de API
- Overview
- OpenAPI
- AsyncAPI
- MDX
- Troubleshooting
Autenticación y Personalización
- Authentication
- Partial authentication
- Personalization
- Authentication vs personalization
- Configuración de autenticación
- Configuración de personalización
- Sending data
Guías
- Migration
- Mcp
- Translations
- Monorepo
- React components
- Custom scripts
- Seo
- Hidden pages
- Broken links
- Subdirectorio personalizado
- Acceso al panel
Integraciones
- Analíticas
- SDKs
- Soporte
- Privacidad
Control de versiones y CI/CD
Componentes
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 te permite crear diagramas visuales usando texto y código.
Para una lista completa de diagramas soportados por Mermaid, consulta su sitio web.
Sintaxis para diagramas Mermaid
Para crear un diagrama de flujo, puedes escribir el diagrama de flujo Mermaid dentro de un bloque de código Mermaid.
Copy
```mermaid
// Your mermaid code block here
```
¿Esta página le ayudó?
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
```
Asistente
Responses are generated using AI and may contain mistakes.