diff --git a/README.md b/README.md index 8a13f21..246b1e3 100644 --- a/README.md +++ b/README.md @@ -108,16 +108,17 @@ Mintlify provides built-in components for enhanced documentation: **Code Groups:** ```mdx -```bash macOS/Linux +`\`\`bash macOS/Linux npm install -``` +`\`\` -```powershell Windows +`\`\`powershell Windows npm install -``` +`\`\` ``` + **Cards:** ```mdx diff --git a/development/backend/api/index.mdx b/development/backend/api/index.mdx index e34fe8a..193046f 100644 --- a/development/backend/api/index.mdx +++ b/development/backend/api/index.mdx @@ -4,7 +4,6 @@ description: Complete guide to generating OpenAPI specifications, Swagger docume sidebarTitle: Overview --- -# API Documentation Generation This document explains how to generate and use the OpenAPI specification for the DeployStack Backend API. diff --git a/development/backend/api/pagination.mdx b/development/backend/api/pagination.mdx index 669d05e..a8b58bf 100644 --- a/development/backend/api/pagination.mdx +++ b/development/backend/api/pagination.mdx @@ -3,7 +3,6 @@ title: API Pagination Guide description: Complete guide to implementing pagination in DeployStack Backend APIs, including best practices, patterns, and examples. --- -# API Pagination Guide This document provides comprehensive guidance on implementing pagination in DeployStack Backend APIs. Pagination is essential for handling large datasets efficiently and providing a good user experience. diff --git a/development/backend/api/security.mdx b/development/backend/api/security.mdx index 94bb98b..da6e398 100644 --- a/development/backend/api/security.mdx +++ b/development/backend/api/security.mdx @@ -3,7 +3,6 @@ title: API Security description: Essential security patterns for DeployStack Backend API development, including proper authorization hook usage and security-first development principles. --- -# API Security This document outlines critical security patterns and best practices for developing secure APIs in the DeployStack Backend. Following these guidelines ensures consistent security behavior and prevents common vulnerabilities. diff --git a/development/backend/auth.mdx b/development/backend/auth.mdx index 37152d7..d1ffe17 100644 --- a/development/backend/auth.mdx +++ b/development/backend/auth.mdx @@ -3,7 +3,6 @@ title: Backend Authentication System description: Technical documentation for the DeployStack backend authentication implementation, including session management, password hashing, and authentication flows. --- -# Backend Authentication System 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). diff --git a/development/backend/cloud-credentials.mdx b/development/backend/cloud-credentials.mdx index 5f81f92..92985ca 100644 --- a/development/backend/cloud-credentials.mdx +++ b/development/backend/cloud-credentials.mdx @@ -3,7 +3,6 @@ title: Cloud Credentials Management description: Comprehensive guide to implementing and managing cloud provider credentials in DeployStack backend with encryption, validation, and role-based access control. --- -# Cloud Credentials Management DeployStack provides a secure cloud credentials management system that allows teams to store and manage cloud provider credentials for deployments. This system features encryption, role-based access control, and provider validation. diff --git a/development/backend/cron.mdx b/development/backend/cron.mdx index d8de628..86c63d7 100644 --- a/development/backend/cron.mdx +++ b/development/backend/cron.mdx @@ -4,7 +4,6 @@ description: Schedule recurring background tasks using cron expressions with the sidebarTitle: Cron --- -# Cron Job Scheduling DeployStack includes a cron job scheduling system that integrates seamlessly with the [Background Job Queue](/development/backend/job-queue). This allows you to schedule recurring tasks using standard cron expressions, with all the benefits of the job queue system including persistence, retries, and monitoring. diff --git a/development/backend/database/index.mdx b/development/backend/database/index.mdx index 8aad2a1..eb6dce0 100644 --- a/development/backend/database/index.mdx +++ b/development/backend/database/index.mdx @@ -4,7 +4,6 @@ description: Multi-database support with SQLite and Turso using environment-base sidebarTitle: Overview --- -# Database Management ## Overview diff --git a/development/backend/database/sqlite.mdx b/development/backend/database/sqlite.mdx index 47a9c7d..db75a03 100644 --- a/development/backend/database/sqlite.mdx +++ b/development/backend/database/sqlite.mdx @@ -4,7 +4,6 @@ description: Technical implementation details and best practices for SQLite inte sidebarTitle: SQLite Database --- -# SQLite Database Development Guide ## Overview diff --git a/development/backend/database/turso.mdx b/development/backend/database/turso.mdx index 196d169..753189b 100644 --- a/development/backend/database/turso.mdx +++ b/development/backend/database/turso.mdx @@ -4,7 +4,6 @@ description: Complete guide to using Turso distributed SQLite database with Depl sidebarTitle: Turso Database --- -# Turso Database Development ## Overview diff --git a/development/backend/environment-variables.mdx b/development/backend/environment-variables.mdx index aa2f710..e519391 100644 --- a/development/backend/environment-variables.mdx +++ b/development/backend/environment-variables.mdx @@ -3,7 +3,6 @@ title: Environment Variables description: Complete guide to configuring and using environment variables in the DeployStack backend application for both development and production environments. --- -# Backend Environment Variables The DeployStack backend uses Node.js environment variables that work seamlessly across development and production environments. This system supports both local `.env` files for development and Docker environment variable injection for production deployments. diff --git a/development/backend/events.mdx b/development/backend/events.mdx index a81f10a..bb3ae9c 100644 --- a/development/backend/events.mdx +++ b/development/backend/events.mdx @@ -3,7 +3,6 @@ title: Global Event Bus description: Type-safe event system for decoupled communication between core systems and plugins in DeployStack. --- -# Global Event Bus The Global Event Bus enables decoupled communication between core systems and plugins through a type-safe event system. Core systems emit events when important actions occur, and plugins can react without direct coupling to business logic. diff --git a/development/backend/global-settings.mdx b/development/backend/global-settings.mdx index e171820..2951ad7 100644 --- a/development/backend/global-settings.mdx +++ b/development/backend/global-settings.mdx @@ -3,7 +3,6 @@ title: Global Settings Management description: Comprehensive key-value store system with group organization, encryption support, and auto-initialization for DeployStack Backend configuration management. --- -# Global Settings Management This document describes the global key-value store system with group-based organization for managing application-wide configuration and credentials in DeployStack. diff --git a/development/backend/index.mdx b/development/backend/index.mdx index bc52b46..0d1bd50 100644 --- a/development/backend/index.mdx +++ b/development/backend/index.mdx @@ -6,7 +6,6 @@ sidebarTitle: Overview -# DeployStack Backend Development The DeployStack backend is a modern, high-performance Node.js application built with **Fastify**, **TypeScript**, and **Drizzle ORM**. It serves as the central control plane managing MCP server catalogs, team configurations, satellite orchestration, and user authentication with enterprise-grade features. diff --git a/development/backend/job-queue.mdx b/development/backend/job-queue.mdx index 59dd5d7..1b2a3d2 100644 --- a/development/backend/job-queue.mdx +++ b/development/backend/job-queue.mdx @@ -3,7 +3,6 @@ title: Background Job Queue description: Database-backed job processing system with persistent storage, automatic retries, and rate limiting for long-running background tasks in DeployStack. --- -# Background Job Queue System The DeployStack backend includes a custom background job queue system for processing long-running tasks that cannot be completed within a typical HTTP request/response cycle. The system uses database-backed persistence with automatic retries and rate limiting. @@ -528,4 +527,4 @@ Generate complex reports from large datasets without blocking API requests. The background job queue system provides a simple, reliable way to process long-running tasks in DeployStack. Built on familiar SQLite/Turso infrastructure, it requires no additional services while providing persistence, retry logic, and rate limiting. Workers follow a straightforward pattern making them easy to implement and test. -For routine operations, the system handles thousands of jobs efficiently. For specialized needs requiring higher throughput or distributed processing, the architecture supports clear migration paths to more advanced solutions. \ No newline at end of file +For routine operations, the system handles thousands of jobs efficiently. For specialized needs requiring higher throughput or distributed processing, the architecture supports clear migration paths to more advanced solutions. diff --git a/development/backend/logging.mdx b/development/backend/logging.mdx index 4a81224..45bb7b5 100644 --- a/development/backend/logging.mdx +++ b/development/backend/logging.mdx @@ -6,7 +6,6 @@ sidebarTitle: Logging -# Backend Log Level Configuration The DeployStack backend uses **Pino** logger with **Fastify** for high-performance, structured logging. This guide covers everything you need to know about configuring and using log levels effectively. diff --git a/development/backend/mail.mdx b/development/backend/mail.mdx index f197874..737bb35 100644 --- a/development/backend/mail.mdx +++ b/development/backend/mail.mdx @@ -5,7 +5,6 @@ description: Complete email system with Nodemailer, Pug templates, SMTP configur -# Email Integration Documentation This document describes the email system integration in DeployStack, including the email service, template system, and recommended usage patterns. diff --git a/development/backend/mcp-configuration-architecture.mdx b/development/backend/mcp-configuration-architecture.mdx index 79706d5..8033538 100644 --- a/development/backend/mcp-configuration-architecture.mdx +++ b/development/backend/mcp-configuration-architecture.mdx @@ -3,7 +3,6 @@ title: MCP Configuration Architecture description: Developer guide to DeployStack's three-tier MCP server configuration system for arguments and environment variables. --- -# MCP Configuration Architecture DeployStack implements a sophisticated three-tier configuration architecture for managing MCP server command line arguments and environment variables. This system supports multi-user teams while maintaining clean separation between fixed template parameters, shared team settings, and individual user configurations. diff --git a/development/backend/metrics.mdx b/development/backend/metrics.mdx index 0ff6a4e..8349a38 100644 --- a/development/backend/metrics.mdx +++ b/development/backend/metrics.mdx @@ -4,7 +4,6 @@ description: Developer guide for adding new time-series metrics to DeployStack u sidebarTitle: Metrics System --- -# Time-Series Metrics System DeployStack includes a generic time-series metrics system for collecting and querying bucketed activity data. This guide shows you how to add new metric types (like server installations, tool executions, satellite health, etc.) following the established pattern. diff --git a/development/backend/oauth-providers.mdx b/development/backend/oauth-providers.mdx index f63fa5d..1cf7ac3 100644 --- a/development/backend/oauth-providers.mdx +++ b/development/backend/oauth-providers.mdx @@ -4,7 +4,6 @@ description: Developer guide for implementing third-party OAuth2 providers (GitH sidebarTitle: OAuth2 Providers --- -# OAuth2 Provider Implementation This document describes how to implement third-party OAuth2 providers for user authentication in DeployStack. The system currently supports GitHub OAuth2 as a reference implementation, but the architecture is designed to easily accommodate additional providers like Google, Microsoft, GitLab, and others. diff --git a/development/backend/oauth2-server.mdx b/development/backend/oauth2-server.mdx index c0c8177..14b177a 100644 --- a/development/backend/oauth2-server.mdx +++ b/development/backend/oauth2-server.mdx @@ -4,7 +4,6 @@ description: Developer guide for the OAuth2 authorization server that enables pr sidebarTitle: OAuth2 Server --- -# OAuth2 Server Implementation This document describes the OAuth2 authorization server implementation in the DeployStack backend, which enables CLI tools and applications to access APIs using Bearer tokens. For general authentication, see [Backend Authentication System](/development/backend/auth). For OAuth provider integration (social login), see [Providers OAuth Implementation](/development/backend/oauth-providers). @@ -555,4 +554,4 @@ The OAuth2 server supports MCP clients through dynamic registration: - [Satellite OAuth Authentication](/development/satellite/oauth-authentication) - MCP client authentication - [Security Policy](/development/backend/security) - Security details - [API Documentation](/development/backend/api/) - API reference -- [OAuth Provider Implementation](/development/backend/oauth-providers) - Third-party OAuth login setup \ No newline at end of file +- [OAuth Provider Implementation](/development/backend/oauth-providers) - Third-party OAuth login setup diff --git a/development/backend/plugins.mdx b/development/backend/plugins.mdx index 5f5e928..9ca5db5 100644 --- a/development/backend/plugins.mdx +++ b/development/backend/plugins.mdx @@ -3,7 +3,6 @@ title: DeployStack Plugin System description: Comprehensive guide to creating extensible plugins with database tables, isolated API routes, and security features for DeployStack Backend development. --- -# DeployStack Plugin System This document explains how to create and integrate plugins into DeployStack. The plugin system enables extending DeployStack with additional functionality, cloud providers, database tables, APIs, and UI components. diff --git a/development/backend/roles.mdx b/development/backend/roles.mdx index a07408c..53e0ef0 100644 --- a/development/backend/roles.mdx +++ b/development/backend/roles.mdx @@ -3,7 +3,6 @@ title: Role Management System description: Developer guide for managing roles and permissions in DeployStack Backend. --- -# Role Management System This guide explains how to manage roles and permissions in the DeployStack backend for developers. diff --git a/development/backend/satellite/communication.mdx b/development/backend/satellite/communication.mdx index 4c3de16..ad28cb6 100644 --- a/development/backend/satellite/communication.mdx +++ b/development/backend/satellite/communication.mdx @@ -4,7 +4,6 @@ description: Backend API endpoints for satellite registration, command orchestra sidebarTitle: Communication --- -# Satellite Communication The DeployStack backend implements satellite management APIs that handle registration, command orchestration, and configuration distribution. The system supports both global satellites (serving all teams) and team satellites (serving specific teams) through a polling-based communication architecture. diff --git a/development/backend/satellite/events.mdx b/development/backend/satellite/events.mdx index 646e8ef..ec35223 100644 --- a/development/backend/satellite/events.mdx +++ b/development/backend/satellite/events.mdx @@ -4,7 +4,6 @@ description: Real-time event processing from satellites to backend with conventi sidebarTitle: Events --- -# Satellite Events System The Satellite Events System provides real-time communication from satellites to the backend for operational visibility, audit trails, and user feedback. Events are processed through a convention-based dispatcher that routes them to handlers updating existing business tables. diff --git a/development/backend/security.mdx b/development/backend/security.mdx index b104337..9a9c2b8 100644 --- a/development/backend/security.mdx +++ b/development/backend/security.mdx @@ -3,7 +3,6 @@ title: Security Policy description: Comprehensive security guidelines covering password hashing, session management, encryption, and vulnerability reporting for DeployStack Backend. --- -# Security Policy This document outlines security procedures and policies for the backend service. diff --git a/development/backend/test.mdx b/development/backend/test.mdx index fc27c27..53f9ad9 100644 --- a/development/backend/test.mdx +++ b/development/backend/test.mdx @@ -4,7 +4,6 @@ description: Complete E2E testing setup with Jest, Supertest, and automated data sidebarTitle: Backend E2E Testing --- -# Backend End-to-End Testing This document outlines the setup and execution of end-to-end (E2E) tests for the DeployStack backend. diff --git a/development/backend/user-preferences-system.mdx b/development/backend/user-preferences-system.mdx index b63ebae..7e23158 100644 --- a/development/backend/user-preferences-system.mdx +++ b/development/backend/user-preferences-system.mdx @@ -3,7 +3,6 @@ title: User Preferences System description: Developer guide for managing user preferences in DeployStack Backend - adding new preferences, using the service layer, and understanding the architecture. --- -# User Preferences System The User Preferences System provides a flexible, config-driven approach to managing user-specific settings and behavioral data in DeployStack. This system handles everything from onboarding states to UI preferences without requiring database migrations for new preferences. diff --git a/development/frontend/architecture.mdx b/development/frontend/architecture.mdx index 4735239..5f716d3 100644 --- a/development/frontend/architecture.mdx +++ b/development/frontend/architecture.mdx @@ -4,7 +4,6 @@ description: Comprehensive guide to DeployStack frontend application architectur sidebarTitle: Architecture --- -# Frontend Architecture This document defines the architectural principles, patterns, and conventions that govern the DeployStack frontend application. All developers must understand and follow these guidelines to maintain consistency and quality across the codebase. @@ -615,4 +614,4 @@ As the application grows, consider: This architecture provides a scalable, maintainable foundation for the DeployStack frontend. Following these patterns ensures consistency, reduces bugs, and improves developer productivity. When in doubt, prioritize clarity and simplicity over clever solutions. -Remember: **Architecture is a team effort**. Propose improvements, discuss trade-offs, and evolve these patterns as the application grows. \ No newline at end of file +Remember: **Architecture is a team effort**. Propose improvements, discuss trade-offs, and evolve these patterns as the application grows. diff --git a/development/frontend/environment-variables.mdx b/development/frontend/environment-variables.mdx index 441ad58..e70b48c 100644 --- a/development/frontend/environment-variables.mdx +++ b/development/frontend/environment-variables.mdx @@ -3,7 +3,6 @@ title: Environment Variables description: Complete guide to configuring and using environment variables in the DeployStack frontend application for both development and production environments. --- -# Frontend Environment Variables The DeployStack frontend uses a sophisticated environment variable system that seamlessly works across development and production environments. This system supports both Vite's build-time variables and Docker runtime variables for maximum flexibility. diff --git a/development/frontend/event-bus.mdx b/development/frontend/event-bus.mdx index 5aa22c7..546cb57 100644 --- a/development/frontend/event-bus.mdx +++ b/development/frontend/event-bus.mdx @@ -3,7 +3,6 @@ title: Global Event Bus description: Complete guide to using the global event bus system for cross-component communication in the DeployStack frontend. --- -# Global Event Bus The DeployStack frontend implements a global event bus system using the [mitt](https://github.com/developit/mitt) library to enable efficient cross-component communication. This system provides immediate updates across components without requiring direct parent-child relationships or complex state management. diff --git a/development/frontend/global-settings.mdx b/development/frontend/global-settings.mdx index 3b2c962..b0b7e09 100644 --- a/development/frontend/global-settings.mdx +++ b/development/frontend/global-settings.mdx @@ -4,7 +4,6 @@ description: Complete guide to the flexible global settings component system for sidebarTitle: Global Settings --- -# Global Settings Frontend Integration The DeployStack frontend provides a flexible component system for global settings that allows developers to create custom interfaces for specific setting groups. This system enables rich functionality like connection testing, custom validation, and specialized UI components while maintaining consistency with the overall design system. diff --git a/development/frontend/index.mdx b/development/frontend/index.mdx index e08571f..b1b78a7 100644 --- a/development/frontend/index.mdx +++ b/development/frontend/index.mdx @@ -4,7 +4,6 @@ description: Complete guide to developing and contributing to the DeployStack fr sidebarTitle: Overview --- -# DeployStack Frontend Development The DeployStack frontend is a modern web application built with Vue 3, TypeScript, and Vite, specifically designed for managing MCP (Model Context Protocol) server configurations. This guide covers everything you need to know to develop and contribute to the frontend. diff --git a/development/frontend/internationalization.mdx b/development/frontend/internationalization.mdx index 3c69200..5373135 100644 --- a/development/frontend/internationalization.mdx +++ b/development/frontend/internationalization.mdx @@ -3,7 +3,6 @@ title: Internationalization (i18n) description: Quick reference for working with i18n in DeployStack frontend --- -# Internationalization (i18n) DeployStack uses Vue I18n with a modular file structure. Translations are organized by feature for easy maintenance. diff --git a/development/frontend/plugins.mdx b/development/frontend/plugins.mdx index ba8d407..0a14b54 100644 --- a/development/frontend/plugins.mdx +++ b/development/frontend/plugins.mdx @@ -3,7 +3,6 @@ title: Plugin System description: Complete guide to the DeployStack frontend plugin architecture for extending functionality with custom components, routes, and state management. --- -# Frontend Plugin System DeployStack's frontend features a powerful plugin architecture that enables extending the application with additional functionality, UI components, routes, and state management. This modular approach allows for clean separation of concerns and extensible development. @@ -782,4 +781,4 @@ class PerformanceMonitoredPlugin implements Plugin { } ``` -This plugin system documentation provides everything needed to create maintainable and well-tested plugins for the DeployStack frontend. The modular architecture ensures that functionality can be extended cleanly while maintaining the core application's stability and performance. \ No newline at end of file +This plugin system documentation provides everything needed to create maintainable and well-tested plugins for the DeployStack frontend. The modular architecture ensures that functionality can be extended cleanly while maintaining the core application's stability and performance. diff --git a/development/frontend/router-optimization.mdx b/development/frontend/router-optimization.mdx index 5898a0a..8b57d2e 100644 --- a/development/frontend/router-optimization.mdx +++ b/development/frontend/router-optimization.mdx @@ -4,7 +4,6 @@ description: Complete guide to the router performance optimizations and smart au sidebarTitle: Router Optimization --- -# Router Optimization & Authentication Caching This guide documents the comprehensive optimization implemented to eliminate unnecessary API calls and improve navigation performance in the DeployStack frontend, particularly focusing on authentication flows and route-specific optimizations. diff --git a/development/frontend/storage.mdx b/development/frontend/storage.mdx index 1267a38..a4d61f2 100644 --- a/development/frontend/storage.mdx +++ b/development/frontend/storage.mdx @@ -4,7 +4,6 @@ description: Complete guide to using the enhanced event bus storage system for p sidebarTitle: Storage System --- -# Frontend Storage System The storage system is built into the [global event bus](/development/frontend/event-bus) and provides persistent data management across route changes and browser sessions. This system uses localStorage with a type-safe API and automatically emits events when data changes. diff --git a/development/frontend/ui/custom-ui-components.mdx b/development/frontend/ui/custom-ui-components.mdx index 7f9a6b6..f4be2b6 100644 --- a/development/frontend/ui/custom-ui-components.mdx +++ b/development/frontend/ui/custom-ui-components.mdx @@ -3,7 +3,6 @@ title: Custom UI Components description: Complete guide for creating, managing, and extending custom UI components in the DeployStack frontend, including best practices for integrating with shadcn/vue. --- -# Custom UI Components This guide covers creating and managing custom UI components in DeployStack, including extending shadcn/vue components, building new components from scratch, and maintaining consistency across your design system. diff --git a/development/frontend/ui/design-button-loading.mdx b/development/frontend/ui/design-button-loading.mdx index 13d2059..111de18 100644 --- a/development/frontend/ui/design-button-loading.mdx +++ b/development/frontend/ui/design-button-loading.mdx @@ -3,7 +3,6 @@ title: Button with Loading States description: Guide for using the enhanced Button component with built-in loading states. --- -# Button with Loading States The Button component includes built-in loading state functionality for async operations. diff --git a/development/frontend/ui/design-charts.mdx b/development/frontend/ui/design-charts.mdx index b187efc..1e19834 100644 --- a/development/frontend/ui/design-charts.mdx +++ b/development/frontend/ui/design-charts.mdx @@ -3,7 +3,6 @@ title: Charts with Vue ECharts description: Guide to using Apache ECharts for data visualization in DeployStack frontend --- -# Charts with Vue ECharts DeployStack uses [vue-echarts](https://github.com/ecomfe/vue-echarts) for data visualization, providing powerful and performant charts with Apache ECharts integration for Vue 3. diff --git a/development/frontend/ui/design-global-sonner.mdx b/development/frontend/ui/design-global-sonner.mdx index bd413de..5bef328 100644 --- a/development/frontend/ui/design-global-sonner.mdx +++ b/development/frontend/ui/design-global-sonner.mdx @@ -3,7 +3,6 @@ title: Global Sonner Toast System description: Developer guide for using the global Sonner toast notification system in the DeployStack frontend. --- -# Global Sonner Toast System DeployStack uses [Sonner](https://sonner.emilkowal.ski/) for toast notifications, providing elegant and accessible notifications across the entire application. The system is globally configured and requires no additional setup in individual components. diff --git a/development/frontend/ui/design-syntax-highlighter.mdx b/development/frontend/ui/design-syntax-highlighter.mdx index df5c7e6..303dd71 100644 --- a/development/frontend/ui/design-syntax-highlighter.mdx +++ b/development/frontend/ui/design-syntax-highlighter.mdx @@ -3,7 +3,6 @@ title: Syntax Highlighting description: Guide for using the CodeHighlight component to display syntax-highlighted code blocks. --- -# Syntax Highlighting The `CodeHighlight` component provides syntax highlighting for code blocks using Prism.js. It's a reusable component that handles the highlighting automatically without requiring manual Prism.js imports. diff --git a/development/frontend/ui/design-system-pagination.mdx b/development/frontend/ui/design-system-pagination.mdx index 3257b9c..44bbf9b 100644 --- a/development/frontend/ui/design-system-pagination.mdx +++ b/development/frontend/ui/design-system-pagination.mdx @@ -4,7 +4,6 @@ description: Developer guide for implementing pagination in DeployStack frontend sidebarTitle: Pagination Guide --- -# Frontend Pagination Implementation Guide This guide shows developers how to add pagination to any data table in the DeployStack frontend. diff --git a/development/frontend/ui/design-system-structured-data.mdx b/development/frontend/ui/design-system-structured-data.mdx index d8c7b9e..b552609 100644 --- a/development/frontend/ui/design-system-structured-data.mdx +++ b/development/frontend/ui/design-system-structured-data.mdx @@ -3,7 +3,6 @@ title: Structured Data Display Pattern description: Mandatory design pattern for displaying structured information consistently throughout the DeployStack frontend using description lists. --- -# Structured Data Display Pattern This document establishes the **mandatory pattern** for displaying structured information throughout the DeployStack frontend. All structured data displays - whether read-only information or form layouts - must follow this consistent description list pattern. diff --git a/development/frontend/ui/design-system-table.mdx b/development/frontend/ui/design-system-table.mdx index afbc8b9..981fb8f 100644 --- a/development/frontend/ui/design-system-table.mdx +++ b/development/frontend/ui/design-system-table.mdx @@ -3,7 +3,6 @@ title: Table Design System description: Developer guide for implementing data tables in DeployStack frontend using shadcn-vue Table components. --- -# Table Design System This guide shows developers how to implement consistent, accessible data tables in the DeployStack frontend. diff --git a/development/frontend/ui/index.mdx b/development/frontend/ui/index.mdx index 5f2113e..fa2aa28 100644 --- a/development/frontend/ui/index.mdx +++ b/development/frontend/ui/index.mdx @@ -4,7 +4,6 @@ description: Comprehensive guide to UI components, styling patterns, and design sidebarTitle: Overview --- -# UI Design System This document establishes the official UI design patterns and component standards for the DeployStack frontend. All new components and pages must follow these guidelines to ensure consistency and maintainability. diff --git a/development/index.mdx b/development/index.mdx index db99d57..386303a 100644 --- a/development/index.mdx +++ b/development/index.mdx @@ -5,7 +5,6 @@ description: Complete development documentation for DeployStack - the first MCP- -# DeployStack Development Welcome to the DeployStack development documentation! DeployStack eliminates MCP adoption friction by transforming complex installations into simple URL configurations through managed satellite infrastructure. diff --git a/development/satellite/architecture.mdx b/development/satellite/architecture.mdx index 3363f5a..f181cf9 100644 --- a/development/satellite/architecture.mdx +++ b/development/satellite/architecture.mdx @@ -3,7 +3,6 @@ title: Satellite Architecture Design description: Complete architectural overview of DeployStack Satellite - from current MCP transport implementation to full enterprise MCP management platform. --- -# DeployStack Satellite Architecture DeployStack Satellite is an edge worker service that manages MCP servers with dual deployment support: HTTP proxy for external endpoints and stdio subprocess for local MCP servers. This document covers both the current MCP transport implementation and the planned full architecture. diff --git a/development/satellite/backend-communication.mdx b/development/satellite/backend-communication.mdx index 4f697c8..2735103 100644 --- a/development/satellite/backend-communication.mdx +++ b/development/satellite/backend-communication.mdx @@ -6,7 +6,6 @@ sidebarTitle: Overview -# Satellite Backend Communication DeployStack Satellite implements outbound-only HTTP polling communication with the Backend, following the GitHub Actions runner pattern for enterprise firewall compatibility. This document describes the communication implementation from the satellite perspective. diff --git a/development/satellite/background-jobs.mdx b/development/satellite/background-jobs.mdx index 33eed8e..0e0faf1 100644 --- a/development/satellite/background-jobs.mdx +++ b/development/satellite/background-jobs.mdx @@ -5,7 +5,6 @@ description: Cron-like job system for managing recurring background tasks in Dep -# Background Jobs System DeployStack Satellite implements a centralized job management system for recurring background tasks. The system provides a consistent pattern for cron-like operations with automatic error handling, execution metrics, and lifecycle management. diff --git a/development/satellite/commands.mdx b/development/satellite/commands.mdx index d4ea517..ff428df 100644 --- a/development/satellite/commands.mdx +++ b/development/satellite/commands.mdx @@ -3,7 +3,6 @@ title: Satellite Commands Reference description: Complete reference of satellite command types, priorities, and their purposes in the DeployStack satellite system. --- -# Satellite Commands Reference The satellite command system enables real-time communication between the backend and distributed satellites. Commands are stored in the `satelliteCommands` database table and processed by satellites through polling mechanisms. diff --git a/development/satellite/event-system.mdx b/development/satellite/event-system.mdx index a74bf76..c3d3152 100644 --- a/development/satellite/event-system.mdx +++ b/development/satellite/event-system.mdx @@ -5,7 +5,6 @@ description: Real-time event emission from satellite to backend for operational -# Satellite Event System The Satellite Event System provides real-time communication from satellites to the backend for operational visibility. Unlike the 30-second heartbeat cycle, events are emitted immediately when significant actions occur and batched for efficient transmission. diff --git a/development/satellite/idle-process-management.mdx b/development/satellite/idle-process-management.mdx index 59645ed..6048b57 100644 --- a/development/satellite/idle-process-management.mdx +++ b/development/satellite/idle-process-management.mdx @@ -3,7 +3,6 @@ title: Idle Process Management description: Automatic termination and respawning of idle stdio subprocess MCP servers to optimize memory usage and resource utilization in DeployStack Satellite. --- -# Idle Process Management DeployStack Satellite implements intelligent idle process management for stdio subprocess MCP servers. This system automatically terminates processes that remain inactive for extended periods and respawns them on-demand, optimizing memory usage while maintaining instant availability for users. diff --git a/development/satellite/index.mdx b/development/satellite/index.mdx index 56605aa..f99b41e 100644 --- a/development/satellite/index.mdx +++ b/development/satellite/index.mdx @@ -6,7 +6,6 @@ sidebarTitle: Overview -# DeployStack Satellite Development DeployStack Satellites are **edge workers** (similar to GitHub Actions runners) that manage MCP servers with enterprise-grade team isolation and security. This service represents DeployStack's strategic pivot from local CLI gateway to cloud-native MCP-as-a-Service platform. diff --git a/development/satellite/logging.mdx b/development/satellite/logging.mdx index d895fca..49b2879 100644 --- a/development/satellite/logging.mdx +++ b/development/satellite/logging.mdx @@ -5,7 +5,6 @@ description: Complete guide to configuring and using log levels in the DeploySta -# Satellite Log Level Configuration The DeployStack Satellite uses **Pino** logger with **Fastify** for high-performance, structured logging. This guide covers everything you need to know about configuring and using log levels effectively in the satellite service. diff --git a/development/satellite/mcp-transport.mdx b/development/satellite/mcp-transport.mdx index 777f6f6..2866050 100644 --- a/development/satellite/mcp-transport.mdx +++ b/development/satellite/mcp-transport.mdx @@ -3,7 +3,6 @@ title: MCP Transport Protocols description: Official MCP SDK transport implementation for external client integration --- -# MCP Transport Protocols Satellite uses the official `@modelcontextprotocol/sdk` to provide MCP client communication. This ensures full protocol compliance and seamless compatibility with all MCP clients including VS Code, Claude, and MCP Inspector. diff --git a/development/satellite/oauth-authentication.mdx b/development/satellite/oauth-authentication.mdx index 7b0068a..ac1d0a6 100644 --- a/development/satellite/oauth-authentication.mdx +++ b/development/satellite/oauth-authentication.mdx @@ -5,7 +5,6 @@ description: Technical implementation of multi-team OAuth 2.1 Resource Server fu -# OAuth Authentication Implementation DeployStack Satellite implements OAuth 2.1 Resource Server functionality to authenticate MCP clients with team-aware access control. This document covers the technical implementation, integration patterns, and development setup for the OAuth authentication layer. diff --git a/development/satellite/polling.mdx b/development/satellite/polling.mdx index a735182..40e26f2 100644 --- a/development/satellite/polling.mdx +++ b/development/satellite/polling.mdx @@ -5,7 +5,6 @@ description: Technical implementation of satellite-to-backend polling system for -# Backend Polling Implementation The DeployStack Satellite implements a sophisticated HTTP polling system for outbound-only communication with the backend. This firewall-friendly approach enables command orchestration, configuration synchronization, and status reporting without requiring inbound connections to the satellite. diff --git a/development/satellite/process-management.mdx b/development/satellite/process-management.mdx index 757d632..2cd077a 100644 --- a/development/satellite/process-management.mdx +++ b/development/satellite/process-management.mdx @@ -5,7 +5,6 @@ description: Technical implementation of stdio subprocess management for local M -# stdio Process Management DeployStack Satellite implements stdio subprocess management for local MCP servers through the ProcessManager component. This system handles spawning, monitoring, and lifecycle management of MCP server processes with dual-mode operation for development and production environments. diff --git a/development/satellite/registration.mdx b/development/satellite/registration.mdx index 887d0f3..7331a11 100644 --- a/development/satellite/registration.mdx +++ b/development/satellite/registration.mdx @@ -5,7 +5,6 @@ description: Complete guide to DeployStack Satellite registration process - envi -# Satellite Registration DeployStack Satellite implements automatic registration with the Backend during startup. This document covers the complete registration process, environment variable requirements, validation rules, and upsert logic for satellite restarts. diff --git a/development/satellite/team-isolation.mdx b/development/satellite/team-isolation.mdx index 0ddd9c5..22a3627 100644 --- a/development/satellite/team-isolation.mdx +++ b/development/satellite/team-isolation.mdx @@ -5,7 +5,6 @@ description: Technical implementation of OAuth-based team separation in DeploySt -# Team Isolation Implementation DeployStack Satellite implements OAuth 2.1 Resource Server-based team isolation to provide secure multi-tenant access to MCP servers. This system ensures complete separation of team resources while maintaining a unified MCP client interface. diff --git a/development/satellite/tool-discovery.mdx b/development/satellite/tool-discovery.mdx index e109090..7472275 100644 --- a/development/satellite/tool-discovery.mdx +++ b/development/satellite/tool-discovery.mdx @@ -3,7 +3,6 @@ title: Tool Discovery Implementation description: Technical implementation of MCP server tool discovery in DeployStack Satellite - unified architecture supporting both HTTP/SSE remote servers and stdio subprocess servers. --- -# Tool Discovery Implementation DeployStack Satellite implements automatic tool discovery from MCP servers across both HTTP/SSE remote endpoints and stdio subprocess servers. This unified system provides dynamic tool availability without manual configuration, enabling MCP clients to discover and execute tools through the satellite's interface. diff --git a/general/architecture.mdx b/general/architecture.mdx index 51b85bd..1f20ef6 100644 --- a/general/architecture.mdx +++ b/general/architecture.mdx @@ -5,7 +5,6 @@ description: Complete architectural overview of DeployStack's Control Plane / Da -# DeployStack Architecture DeployStack transforms MCP from individual developer tools into enterprise-ready infrastructure through a sophisticated **Control Plane / Satellite architecture**. Our platform eliminates installation friction, provides secure credential management, and offers complete organizational visibility for teams of any size. diff --git a/general/auth.mdx b/general/auth.mdx index 39b5adc..4cee812 100644 --- a/general/auth.mdx +++ b/general/auth.mdx @@ -3,7 +3,6 @@ title: Authentication Methods description: Available authentication methods in DeployStack, including email registration and GitHub OAuth, with configuration instructions for administrators. --- -# Authentication Methods DeployStack supports multiple authentication methods to provide flexibility for different user preferences and organizational requirements. This document outlines the available authentication options and how to configure them. diff --git a/general/github-application.mdx b/general/github-application.mdx index 032af77..b672181 100644 --- a/general/github-application.mdx +++ b/general/github-application.mdx @@ -3,7 +3,6 @@ title: GitHub Application Integration description: Understanding how DeployStack's GitHub integration works for MCP server creation and repository information extraction. --- -# GitHub Application Integration DeployStack provides seamless GitHub integration that automatically extracts repository information when creating MCP servers. This integration works in two modes to accommodate both local development and production environments. diff --git a/general/github-oauth-setup.mdx b/general/github-oauth-setup.mdx index 6c23334..a4bec37 100644 --- a/general/github-oauth-setup.mdx +++ b/general/github-oauth-setup.mdx @@ -3,7 +3,6 @@ title: GitHub OAuth Setup description: Configure GitHub OAuth for user authentication and single sign-on in DeployStack. --- -# GitHub OAuth Setup DeployStack provides GitHub OAuth authentication that enables users to sign in with their GitHub accounts. This OAuth integration provides a seamless login experience while maintaining security and team boundaries. diff --git a/general/global-settings.mdx b/general/global-settings.mdx index 072dd0e..5df1450 100644 --- a/general/global-settings.mdx +++ b/general/global-settings.mdx @@ -3,7 +3,6 @@ title: Global Settings description: Manage your DeployStack application settings including email configuration, authentication, and system preferences in one central location. --- -# Global Settings Global Settings is your central control panel for configuring DeployStack. Here you can set up email delivery, manage authentication options, and control various system features. diff --git a/general/local-setup.mdx b/general/local-setup.mdx index 177f51a..7c53130 100644 --- a/general/local-setup.mdx +++ b/general/local-setup.mdx @@ -3,7 +3,6 @@ title: Local Development Setup description: Set up DeployStack for local development with npm scripts and hot reloading. --- -# Local Development Setup This guide is for contributors and developers who want to run DeployStack locally for development purposes. If you want to deploy DeployStack for production use, see our [Self-Hosted Documentation](/self-hosted). @@ -408,4 +407,4 @@ Once you have DeployStack running locally: --- -**Ready to contribute?** Check our [Contributing Guidelines](https://github.com/deploystackio/deploystack/blob/main/CONTRIBUTING.md) to get started! \ No newline at end of file +**Ready to contribute?** Check our [Contributing Guidelines](https://github.com/deploystackio/deploystack/blob/main/CONTRIBUTING.md) to get started! diff --git a/general/mcp-admin-schema-workflow.mdx b/general/mcp-admin-schema-workflow.mdx index ead3b35..a5e3168 100644 --- a/general/mcp-admin-schema-workflow.mdx +++ b/general/mcp-admin-schema-workflow.mdx @@ -4,7 +4,6 @@ description: Learn how global administrators transform raw MCP configurations in sidebarTitle: MCP Schema Creation Workflow --- -# MCP Schema Creation Workflow for Global Administrators Global administrators manage MCP server schemas through two distinct paths: automatic synchronization from the official MCP Registry and manual creation for custom integrations. This workflow creates the foundation for DeployStack's three-tier configuration system. diff --git a/general/mcp-catalog.mdx b/general/mcp-catalog.mdx index 1e7b6ee..281746a 100644 --- a/general/mcp-catalog.mdx +++ b/general/mcp-catalog.mdx @@ -3,7 +3,6 @@ title: MCP Server Catalog description: Discover, manage, and deploy Model Context Protocol (MCP) servers through DeployStack's comprehensive catalog system. --- -# MCP Server Catalog The MCP (Model Context Protocol) Server Catalog is DeployStack's comprehensive system for discovering, managing, and deploying MCP servers. It provides a centralized repository where you can find pre-configured MCP servers, contribute your own, and manage deployments across your teams. diff --git a/general/mcp-categories.mdx b/general/mcp-categories.mdx index 36b25a7..835c9f6 100644 --- a/general/mcp-categories.mdx +++ b/general/mcp-categories.mdx @@ -3,7 +3,6 @@ title: MCP Categories description: Understanding MCP server categories in DeployStack - simple organizational labels for finding the right MCP servers. --- -# MCP Categories MCP categories are simple organizational labels that help you find the right MCP servers in the catalog. Think of them like folders or tags that group similar servers together. diff --git a/general/mcp-configuration.mdx b/general/mcp-configuration.mdx index 8778c0b..89a5e76 100644 --- a/general/mcp-configuration.mdx +++ b/general/mcp-configuration.mdx @@ -3,7 +3,6 @@ title: MCP Configuration System description: Understand DeployStack's three-tier configuration architecture that manages MCP server arguments, environment variables, and credentials with granular lock/unlock controls. --- -# MCP Configuration System DeployStack uses a three-tier configuration architecture to manage MCP server arguments, environment variables, and credentials. This system enables secure credential management, team collaboration, and individual customization through sophisticated lock/unlock controls. diff --git a/general/mcp-installation.mdx b/general/mcp-installation.mdx index cb35493..395f2f1 100644 --- a/general/mcp-installation.mdx +++ b/general/mcp-installation.mdx @@ -3,7 +3,6 @@ title: MCP Server Installation description: Learn how to install and manage MCP servers within your team workspace and understand the relationship between catalog, installations, and user configurations. --- -# MCP Server Installation MCP server installations are how your team actually uses MCP servers from the catalog. Think of the MCP catalog as a "store" where you browse available servers, and installations as the "purchased items" that your team can actually use with your own configurations. diff --git a/general/mcp-team-installation.mdx b/general/mcp-team-installation.mdx index 4d9e49b..cc57be7 100644 --- a/general/mcp-team-installation.mdx +++ b/general/mcp-team-installation.mdx @@ -4,7 +4,6 @@ description: Learn how team administrators configure MCP server installations, m sidebarTitle: MCP Team Installation --- -# MCP Team Installation and Configuration Team administrators install MCP servers from the catalog and configure shared team settings that all team members inherit. You control what users can customize through lock/unlock settings. diff --git a/general/mcp-user-configuration.mdx b/general/mcp-user-configuration.mdx index 0c07a57..63e32ea 100644 --- a/general/mcp-user-configuration.mdx +++ b/general/mcp-user-configuration.mdx @@ -4,7 +4,6 @@ description: Learn how individual users configure personal MCP settings, customi sidebarTitle: MCP User Configuration --- -# MCP User Configuration and Personal Settings Individual users customize personal MCP settings within boundaries set by their team administrators. You configure only the settings made available to you, focusing on personal productivity while automatically inheriting secure team credentials and standards. diff --git a/general/onboard-new-team-members.mdx b/general/onboard-new-team-members.mdx index 7e4cd33..cb93290 100644 --- a/general/onboard-new-team-members.mdx +++ b/general/onboard-new-team-members.mdx @@ -3,7 +3,6 @@ title: Onboard New Team Members description: Step-by-step guide to onboard new team members to your DeployStack team and MCP server environment. --- -# Onboard New Team Members This guide walks you through adding new developers to your existing DeployStack team. Before starting, ensure you already have: @@ -160,4 +159,4 @@ Once new team members are successfully onboarded: - **Schedule Training**: Consider hands-on training for complex MCP workflows - **Gather Feedback**: Collect feedback on the onboarding process for improvements -New team members should now have secure, credential-free access to all team MCP servers through the DeployStack Satellite, enabling them to be productive immediately without any installations or complex credential management. \ No newline at end of file +New team members should now have secure, credential-free access to all team MCP servers through the DeployStack Satellite, enabling them to be productive immediately without any installations or complex credential management. diff --git a/general/quick-start.mdx b/general/quick-start.mdx index 13bb646..7ece5bd 100644 --- a/general/quick-start.mdx +++ b/general/quick-start.mdx @@ -3,7 +3,6 @@ title: Quick Start description: Start using MCP tools in under 1 minute with DeployStack - no installation, no configuration files, just connect and go. --- -# Quick Start Get your first MCP tools running in under 1 minute. We've eliminated the installation friction that holds back MCP adoption - just create an account, click a button, and connect. Your account comes with a pre-installed MCP server ready to test immediately. diff --git a/general/roles.mdx b/general/roles.mdx index 6e053e0..ab4f3f2 100644 --- a/general/roles.mdx +++ b/general/roles.mdx @@ -3,7 +3,6 @@ title: User Roles and Permissions description: Understand user roles, permissions, and team management in DeployStack. Learn how to manage access control and collaborate effectively. --- -# User Roles and Permissions DeployStack uses a role-based system to control what different users can do in your installation. This guide explains how roles work and how to manage user access. diff --git a/general/security.mdx b/general/security.mdx index 37bdbfc..598571f 100644 --- a/general/security.mdx +++ b/general/security.mdx @@ -3,7 +3,6 @@ title: Security and Privacy description: Learn how DeployStack protects your data, manages user accounts securely, and maintains privacy in your MCP server deployments. --- -# Security and Privacy DeployStack takes security seriously. This guide explains how we protect your information and what you can do to keep your account and deployments secure. diff --git a/general/teams.mdx b/general/teams.mdx index 53f0bf5..dbb2524 100644 --- a/general/teams.mdx +++ b/general/teams.mdx @@ -4,7 +4,6 @@ description: Organize your MCP server management with teams - your workspace for sidebarTitle: Teams --- -# Teams Teams are the organizational foundation of DeployStack, serving as dedicated workspaces where you manage all your MCP server configurations and settings. Think of teams as isolated containers that keep your team resources organized and secure. diff --git a/general/troubleshooting.mdx b/general/troubleshooting.mdx deleted file mode 100644 index 31ec629..0000000 --- a/general/troubleshooting.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Troubleshooting DeployStack -description: Common issues and solutions for DeployStack MCP Serverdeployments ---- - -# Troubleshooting DeployStack - -Under this section, we will cover common issues and solutions for DeployStack MCP Server deployments. If you encounter any problems, please refer to the following troubleshooting steps. \ No newline at end of file diff --git a/index.mdx b/index.mdx index 5527de0..f3e1d35 100644 --- a/index.mdx +++ b/index.mdx @@ -1,10 +1,9 @@ --- -title: DeployStack - Enterprise Control Plane for MCP Dcs +title: DeployStack - Enterprise Control Plane for MCP description: Official DeployStack documentation - The Enterprise Control Plane for MCP servers. Secure, centralized management of your organization's AI tool landscape with the DeployStack Satellite. sidebarTitle: Overview --- -# DeployStack - Enterprise Control Plane for MCP DeployStack is the **Enterprise Control Plane for the Model Context Protocol (MCP) ecosystem**. We provide a secure, centralized platform to manage your company's entire AI tool landscape, eliminating credential sprawl and enabling developers to move faster and more securely through edge DeployStack Satellite. @@ -106,4 +105,4 @@ DeployStack consists of several integrated components that work together to prov > Get help and connect with the DeployStack community - \ No newline at end of file + diff --git a/self-hosted/database-setup.mdx b/self-hosted/database-setup.mdx index 5758585..1bd74b4 100644 --- a/self-hosted/database-setup.mdx +++ b/self-hosted/database-setup.mdx @@ -5,7 +5,6 @@ Sidebar: Database Setup Icon: Database --- -# Database Setup for Self-Hosting ## Overview diff --git a/self-hosted/docker-compose.mdx b/self-hosted/docker-compose.mdx index 86b338b..179cab9 100644 --- a/self-hosted/docker-compose.mdx +++ b/self-hosted/docker-compose.mdx @@ -3,7 +3,6 @@ title: Docker Compose Setup description: Deploy DeployStack using Docker Compose for a quick and reliable self-hosted installation. --- -# Docker Compose Setup Deploy DeployStack using Docker Compose for a quick and reliable self-hosted installation. This method is recommended for most users as it provides a reliable setup with minimal configuration. diff --git a/self-hosted/index.mdx b/self-hosted/index.mdx index 2728018..d7f5ea0 100644 --- a/self-hosted/index.mdx +++ b/self-hosted/index.mdx @@ -3,7 +3,6 @@ title: Self-Hosted DeployStack description: Deploy and manage DeployStack on your own infrastructure with complete control and customization. --- -# Self-Hosted DeployStack Run DeployStack on your own infrastructure for maximum control, security, and customization. Perfect for organizations that need to keep their MCP server deployments within their own environment. @@ -96,4 +95,4 @@ Need help with your self-hosted deployment? --- -**Ready to deploy?** Start with our [Docker Compose guide](/self-hosted/docker-compose) for the fastest setup experience. \ No newline at end of file +**Ready to deploy?** Start with our [Docker Compose guide](/self-hosted/docker-compose) for the fastest setup experience. diff --git a/self-hosted/production-satellite.mdx b/self-hosted/production-satellite.mdx index 8290d6e..914400c 100644 --- a/self-hosted/production-satellite.mdx +++ b/self-hosted/production-satellite.mdx @@ -3,7 +3,6 @@ title: Production Satellite Setup description: Deploy a production-ready DeployStack Satellite with nsjail process isolation for multi-team environments on Debian 13. --- -# Production Satellite Setup This guide covers deploying a production-ready DeployStack Satellite with **nsjail process isolation** for secure multi-team environments. For development or single-team deployments, see the [Quick Start](/self-hosted/quick-start) guide. diff --git a/self-hosted/quick-start.mdx b/self-hosted/quick-start.mdx index d9ff113..a18e518 100644 --- a/self-hosted/quick-start.mdx +++ b/self-hosted/quick-start.mdx @@ -3,7 +3,6 @@ title: Quick Start description: Get DeployStack running in minutes with Docker Compose or individual Docker containers. --- -# Quick Start Get DeployStack up and running in minutes. This guide covers deploying the core platform (frontend + backend) and the required satellite service for MCP server management. diff --git a/self-hosted/setup.mdx b/self-hosted/setup.mdx index d61222a..5a75cf6 100644 --- a/self-hosted/setup.mdx +++ b/self-hosted/setup.mdx @@ -3,7 +3,6 @@ title: Platform Setup description: Configure your self-hosted DeployStack instance with global settings, email functionality, and platform features. --- -# Platform Setup Configure your self-hosted DeployStack instance with essential settings to customize functionality, enable features, and optimize the platform for your organization. @@ -406,4 +405,4 @@ tar xzf deploystack-backup-20250108.tar.gz --- -**Next Steps**: After completing platform setup, configure [user roles and permissions](/roles) and set up your first [team workspaces](/teams). \ No newline at end of file +**Next Steps**: After completing platform setup, configure [user roles and permissions](/roles) and set up your first [team workspaces](/teams). diff --git a/self-hosted/upgrade-guide.mdx b/self-hosted/upgrade-guide.mdx index d7ae054..ac1ee70 100644 --- a/self-hosted/upgrade-guide.mdx +++ b/self-hosted/upgrade-guide.mdx @@ -3,7 +3,6 @@ title: Upgrade Guide description: Keep your self-hosted DeployStack instance up-to-date with the latest features and security patches. --- -# Upgrade Guide Keep your self-hosted DeployStack instance secure and up-to-date with the latest features, bug fixes, and security patches. @@ -372,4 +371,4 @@ If you encounter issues during upgrades: --- -**Stay Updated**: Subscribe to our [releases](https://github.com/deploystackio/deploystack/releases) to get notified of new versions and security updates. \ No newline at end of file +**Stay Updated**: Subscribe to our [releases](https://github.com/deploystackio/deploystack/releases) to get notified of new versions and security updates.