24 lines
487 B
YAML
24 lines
487 B
YAML
# Basic site settings
|
|
title: Mini LLM Flow
|
|
description: Minimalist LLM Framework in 100 Lines, Enabling LLMs to Program Themselves
|
|
|
|
# Theme settings
|
|
theme: just-the-docs
|
|
|
|
# Navigation
|
|
nav_sort: case_sensitive
|
|
search_enabled: true
|
|
|
|
# Aux links (shown in upper right)
|
|
aux_links:
|
|
"View on GitHub":
|
|
- "//github.com/zachary62/miniLLMFlow"
|
|
|
|
# Color scheme
|
|
color_scheme: light
|
|
|
|
mermaid:
|
|
version: "9.1.3" # Pick the version you want
|
|
# Default configuration
|
|
config: |
|
|
directionLR |