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
Copy file name to clipboardExpand all lines: development/backend/auth.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Technical documentation for the DeployStack backend authentication
4
4
---
5
5
6
6
7
-
This document provides technical details about the DeployStack backend authentication system implementation. For user-facing authentication configuration, see [Authentication Methods](/auth). For OAuth provider implementation details, see [OAuth Provider Implementation](/development/backend/oauth-providers) and [OAuth2 Server Implementation](/development/backend/oauth2-server).
7
+
This document provides technical details about the DeployStack backend authentication system implementation. For user-facing authentication configuration, see [Authentication Methods](/general/auth). For OAuth provider implementation details, see [OAuth Provider Implementation](/development/backend/oauth-providers) and [OAuth2 Server Implementation](/development/backend/oauth2-server).
-[MCP Installation](/general/mcp-installation) - Installation and team setup
422
+
-[MCP Catalog](/general/mcp-catalog) - Official registry integration details
423
423
424
424
The three-tier configuration architecture provides a robust foundation for managing complex MCP server configurations in multi-user team environments while maintaining security, flexibility, and ease of use. The system seamlessly handles both manually created custom servers and automatically synced official registry servers.
Copy file name to clipboardExpand all lines: development/frontend/architecture.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -580,7 +580,7 @@ export function createColumns(): ColumnDef[] {
580
580
581
581
### Table Components
582
582
583
-
For table implementations, use the shadcn-vue Table components as documented in the [Table Design System](/development/frontend/ui/-table). Never use raw HTML table elements.
583
+
For table implementations, use the shadcn-vue Table components as documented in the [Table Design System](/development/frontend/ui/design-system-table). Never use raw HTML table elements.
Copy file name to clipboardExpand all lines: development/frontend/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,15 +67,15 @@ The frontend follows a feature-based modular architecture with clear separation
67
67
68
68
For comprehensive component development guidelines, including Vue SFC best practices, component structure patterns, and implementation standards, see the [Frontend Architecture - Component Implementation Standards](/development/frontend/architecture#component-implementation-standards) section.
69
69
70
-
For table-specific implementations, refer to the [Table Design System](/development/frontend/ui/-table) guide.
70
+
For table-specific implementations, refer to the [Table Design System](/development/frontend/ui/design-system-table) guide.
71
71
72
72
## UI Components and Styling
73
73
74
74
The frontend uses **TailwindCSS** for styling with **shadcn-vue** component library for consistent UI elements. For comprehensive styling guidelines, component patterns, and design standards, see the [UI Design System](/development/frontend/ui/) documentation.
75
75
76
76
### ⚠️ **Mandatory Design Patterns**
77
77
78
-
All structured information displays must follow the **[Structured Data Display Pattern](/development/frontend/ui/-structured-data)**. This includes:
78
+
All structured information displays must follow the **[Structured Data Display Pattern](/development/frontend/ui/design-system-structured-data)**. This includes:
79
79
- User profiles and settings
80
80
- Form layouts
81
81
- Configuration displays
@@ -125,7 +125,7 @@ Continue reading the detailed guides:
125
125
126
126
-[Frontend Architecture](/development/frontend/architecture) - Application architecture, patterns, and development principles
-**[Structured Data Display Pattern](/development/frontend/ui/-structured-data)** - **Mandatory pattern** for consistent information display
128
+
-**[Structured Data Display Pattern](/development/frontend/ui/design-system-structured-data)** - **Mandatory pattern** for consistent information display
- Scope: Can register team satellites for specific team only
188
188
- Expiration: 24 hours (configurable)
189
189
190
-
For token generation APIs, see [Satellite Communication - Registration Tokens](/development/backend/satellite-communication#satellite-pairing-process).
190
+
For token generation APIs, see [Satellite Communication - Registration Tokens](/development/backend/satellite/communication#satellite-pairing-process).
0 commit comments