📚 General Guides

Knowledge Base Documentation

Overview and structure of the Cosmic Lounge Knowledge Base system

👤
Author
Cosmic Lounge Team
📅
Updated
6/1/2025
⏱️
Read Time
15 min
Topics
#documentation #overview #structure

📖 Reading Mode

📖 Table of Contents

📚 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

Document Metadata Format

---
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