Documentation Tags¶
This page lists all tags used throughout the documentation to help you find related content quickly.
How to Use Tags¶
Tags are displayed at the top of each documentation page. Click on any tag to see all pages with that tag. You can also use the search function to find pages by tag name.
Tag Categories¶
Getting Started & Setup¶
- getting-started - Initial setup and installation guides
- installation - Installation procedures
- setup - Configuration and setup instructions
- prerequisites - Required software and dependencies
- development - Local development setup
- local-setup - Running Atlas locally
Architecture & Design¶
- architecture - System architecture documentation
- design - Design patterns and decisions
- system-design - High-level system design
- multi-tenant - Multi-tenancy implementation
- cloud-native - Cloud-native architecture patterns
- monorepo - Monorepo structure and management
Frontend Development¶
- frontend - Frontend-related content
- nextjs - Next.js framework documentation
- react - React library documentation
- tailwindcss - Styling with TailwindCSS
- zustand - State management with Zustand
- ui - User interface components
- app-router - Next.js App Router
Backend Development¶
- backend - Backend-related content
- nestjs - NestJS framework documentation
- api - API documentation
- rest - REST API endpoints
- graphql - GraphQL schema and queries
- modules - Backend module documentation
- typescript - TypeScript usage
Database¶
- database - Database documentation
- postgresql - PostgreSQL database
- prisma - Prisma ORM usage
- schema - Database schema design
- migrations - Database migration guides
- orm - Object-Relational Mapping
Authentication & Security¶
- authentication - Authentication methods
- authorization - Authorization and permissions
- security - Security best practices
- oauth - OAuth integration
- jwt - JSON Web Tokens
Deployment & Operations¶
- deployment - Deployment guides
- production - Production environment
- hosting - Hosting platforms
- vercel - Vercel deployment
- render - Render deployment
- neon - Neon database
- upstash - Upstash Redis
- ci-cd - Continuous Integration/Deployment
- monitoring - System monitoring
ERP Modules¶
- modules - ERP module documentation
- erp - Enterprise Resource Planning
- hr - Human Resources module
- finance - Finance & Accounting module
- projects - Project management module
- ess - Employee Self-Service
- features - Feature documentation
Reference & Tools¶
- reference - Reference documentation
- glossary - Terminology definitions
- terminology - Terms and concepts
- definitions - Word definitions
- troubleshooting - Problem-solving guides
- configuration - Configuration options
- environment-variables - Environment variable setup
General¶
- home - Homepage content
- overview - Overview pages
- guide - Step-by-step guides
- tutorial - Tutorial content
- testing - Testing guides
- contributing - Contribution guidelines
Using Tags in Search¶
When searching the documentation, you can include tag names to narrow down results. For example: - Search "authentication getting-started" to find authentication setup guides - Search "deployment vercel" to find Vercel deployment documentation - Search "database migrations" to find migration guides
Tip: Most pages have multiple tags to help you discover related content across different sections of the documentation.