From 78900c9c3e7bf240f14b72423e980d52e5ecae8b Mon Sep 17 00:00:00 2001 From: zachary62 Date: Tue, 4 Mar 2025 00:01:06 -0500 Subject: [PATCH] update doc --- docs/_config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index ee908de..69588ce 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,6 @@ # Basic site settings title: Pocket Flow +tagline: A 100-line LLM framework description: Minimalist LLM Framework in 100 Lines, Enabling LLMs to Program Themselves # Theme settings @@ -16,12 +17,20 @@ aux_links: # Color scheme color_scheme: light +# Author settings +author: + name: Zachary Huang + url: https://www.columbia.edu/~zh2408/ + twitter: ZacharyHuang12 + +# Mermaid settings mermaid: version: "9.1.3" # Pick the version you want # Default configuration config: | directionLR +# Callouts settings callouts: warning: title: Warning