📚 Cosmic Lounge Knowledge Base
Directory Structure
src/content/knowledge-base/
├── general/ # Public docs for all clients
├── client-specific/ # Client-only access documents
├── technical/ # Admin/developer documentation
└── design/ # Design guidelines and resources
public/knowledge-base/
├── documents/ # PDF files, guides, specifications
├── images/ # Screenshots, diagrams, illustrations
└── files/ # Templates, downloads, code samples
File Naming Convention
- Use descriptive, hyphenated names
- Example:
getting-started-guide.md
, troubleshooting-common-issues.md
---
title: "Document Title"
description: "Brief description"
category: "general" | "client-specific" | "technical" | "design"
client_access: ["client-1", "client-2"] # For client-specific docs
tags: ["tutorial", "best-practices"]
created_date: "2025-06-02"
status: "draft" | "review" | "published"
---
Access Control
- General: All authenticated users
- Client-Specific: Assigned clients only
- Technical: Admin/developer access
- Design: Design project clients
Integration
- Astro content collections for processing
- MDX support for rich content
- Client access validation via existing auth
- Cyberpunk-steampunk-mystical theme integration