From d4d2f9ffda988380b0af4109131db40312db68b6 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Sun, 12 Jan 2025 03:12:18 +0000 Subject: [PATCH] doc format --- docs/guide.md | 5 +++-- docs/index.md | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guide.md b/docs/guide.md index 711f3e9..0491aae 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -1,13 +1,14 @@ --- layout: default -title: "Essay" +title: "Design Guidance" parent: "Apps" nav_order: 1 --- # LLM System Design Guidance -**Use LLMs to help with system design and implementation wherever possible.** +{: .important } +> Use LLMs to help with system design and implementation wherever possible. 1. **Understand Requirements** - Clarify the app’s needs and workflow. diff --git a/docs/index.md b/docs/index.md index 7a715b5..91ae9cb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,6 +45,7 @@ We model the LLM workflow as a **Nested Directed Graph**: - Chunking > We do not provide built-in implementations. +> > Example implementations are provided as reference. {: .warning }