> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rasmusj.dk/llms.txt
> Use this file to discover all available pages before exploring further.

# About This Documentation Site

> Information about docs.rasmusj.dk and how it's built

<Card title="📚 Documentation Hub" icon="book-bookmark">
  This documentation site (docs.rasmusj.dk) serves as a technical knowledge base and professional portfolio, separate from the main website at rasmusj.dk.
</Card>

## Site Overview

<Tabs>
  <Tab title="Purpose">
    **docs.rasmusj.dk** - Technical documentation, guides, and professional resources

    **rasmusj.dk** - Main personal website and portfolio

    This separation allows for focused technical content while keeping the main site clean and visitor-friendly.
  </Tab>

  <Tab title="Technology Stack">
    * **Framework**: Mintlify documentation platform
    * **Content**: MDX files with YAML frontmatter
    * **Hosting**: Integrated with main domain infrastructure
    * **Version Control**: Git-based workflow
  </Tab>

  <Tab title="Content Strategy">
    * Professional DevOps and platform engineering guides
    * Curated technical resources and bookmarks
    * Project documentation and showcases
    * Tools, configurations, and best practices
  </Tab>
</Tabs>

## Technical Implementation

<AccordionGroup>
  <Accordion title="Mintlify Features Used" icon="star">
    * Advanced navigation with dropdown menus
    * Interactive components (Cards, Tabs, Accordions)
    * Code syntax highlighting with customizable options
    * Responsive design and mobile optimization
  </Accordion>

  <Accordion title="Content Organization" icon="folder">
    * Logical folder structure matching navigation
    * Consistent frontmatter and metadata
    * Cross-referenced internal linking
    * SEO-optimized descriptions and titles
  </Accordion>

  <Accordion title="Development Notes" icon="wrench">
    **Documentation Site Specifics:**

    * Built with Mintlify framework for optimal documentation experience
    * Uses MDX for interactive content with React components
    * Organized with logical navigation hierarchy
    * Optimized for technical content presentation

    *Note: Code customization features like line number controls are specific to the main rasmusj.dk website implementation.*
  </Accordion>
</AccordionGroup>

## Site Relationship

<CardGroup cols={2}>
  <Card title="Main Website" href="https://rasmusj.dk" icon="globe">
    **rasmusj.dk** - Personal portfolio and general information
  </Card>

  <Card title="Documentation Hub" icon="book">
    **docs.rasmusj.dk** - This technical documentation site
  </Card>
</CardGroup>

<Note>
  This documentation site is continuously updated with new technical content, guides, and resources as they are developed and tested.
</Note>
