update doc
This commit is contained in:
parent
085b92eff2
commit
78900c9c3e
|
|
@ -1,5 +1,6 @@
|
||||||
# Basic site settings
|
# Basic site settings
|
||||||
title: Pocket Flow
|
title: Pocket Flow
|
||||||
|
tagline: A 100-line LLM framework
|
||||||
description: Minimalist LLM Framework in 100 Lines, Enabling LLMs to Program Themselves
|
description: Minimalist LLM Framework in 100 Lines, Enabling LLMs to Program Themselves
|
||||||
|
|
||||||
# Theme settings
|
# Theme settings
|
||||||
|
|
@ -16,12 +17,20 @@ aux_links:
|
||||||
# Color scheme
|
# Color scheme
|
||||||
color_scheme: light
|
color_scheme: light
|
||||||
|
|
||||||
|
# Author settings
|
||||||
|
author:
|
||||||
|
name: Zachary Huang
|
||||||
|
url: https://www.columbia.edu/~zh2408/
|
||||||
|
twitter: ZacharyHuang12
|
||||||
|
|
||||||
|
# Mermaid settings
|
||||||
mermaid:
|
mermaid:
|
||||||
version: "9.1.3" # Pick the version you want
|
version: "9.1.3" # Pick the version you want
|
||||||
# Default configuration
|
# Default configuration
|
||||||
config: |
|
config: |
|
||||||
directionLR
|
directionLR
|
||||||
|
|
||||||
|
# Callouts settings
|
||||||
callouts:
|
callouts:
|
||||||
warning:
|
warning:
|
||||||
title: Warning
|
title: Warning
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue