Updated TOC.

This commit is contained in:
Daniel Miessler 2024-02-04 16:07:03 -08:00
parent 02af0da87e
commit b4f4c9e527

View File

@ -23,23 +23,22 @@
</div>
- [fabric](#fabric)
- [What and why](#what-and-why)
- [Philosophy](#philosophy)
- [Breaking problems into components](#breaking-problems-into-components)
- [Too many prompts](#too-many-prompts)
- [Our approach to prompting](#our-approach-to-prompting)
- [Quickstart](#quickstart)
- [1. Just use the Patterns](#1-just-use-the-patterns)
- [2. Create your own Fabric Mill (Server)](#2-create-your-own-fabric-mill-server)
- [3. The standalone client](#3-the-standalone-client)
- [Structure](#structure)
- [Components](#components)
- [CLI-native](#cli-native)
- [Directly calling Patterns](#directly-calling-patterns)
- [Examples](#examples)
- [Meta](#meta)
- [Primary contributors](#primary-contributors)
- [What and why](#what-and-why)
- [Philosophy](#philosophy)
- [Breaking problems into components](#breaking-problems-into-components)
- [Too many prompts](#too-many-prompts)
- [Our approach to prompting](#our-approach-to-prompting)
- [Quickstart](#quickstart)
- [1. Just use the Patterns](#1-just-use-the-patterns)
- [2. Create your own Fabric Mill (Server)](#2-create-your-own-fabric-mill-server)
- [3. The standalone client](#3-the-standalone-client)
- [Structure](#structure)
- [Components](#components)
- [CLI-native](#cli-native)
- [Directly calling Patterns](#directly-calling-patterns)
- [Examples](#examples)
- [Meta](#meta)
- [Primary contributors](#primary-contributors)
## What and why