Nav again.

This commit is contained in:
Daniel Miessler 2024-02-04 17:59:45 -08:00
parent 64382533d1
commit 1a9e54c60a

View File

@ -25,24 +25,21 @@
## Navigation ## Navigation
[What and Why](#what-and-why) • - [What and Why](#what-and-why)
[Philosophy](#philosophy) • - [Philosophy](#philosophy)
- [Breaking problems into components](#breaking-problems-into-components)
- [Breaking problems into components](#breaking-problems-into-components) - [Too many prompts](#too-many-prompts)
- [Too many prompts](#too-many-prompts) - [The Fabric approach to prompting](#our-approach-to-prompting)
- [The Fabric approach to prompting](#the-fabric-approach-to-prompting) - [Quickstart](#quickstart)
[Quickstart](#quickstart) • - [1. Just use the Patterns (prompts)](#1-just-use-the-patterns-prompts)
- [Setting up the `fabric` client](#setting-up-the-fabric-client) - [2. Create your own Fabric Mill (Server)](#2-create-your-own-fabric-mill-server)
- [Using the `fabric` client](#using-the-fabric-client) - [Structure](#structure)
- [Just use the Patterns (prompts)](#just-use-the-patterns-prompts) - [Components](#components)
- [Create your own Fabric Mill (Server)](#create-your-own-fabric-mill-server) - [CLI-native](#cli-native)
[Structure](#structure) • - [Directly calling Patterns](#directly-calling-patterns)
- [Components](#components) - [Examples](#examples)
- [CLI-native](#cli-native) - [Meta](#meta)
- [Directly calling Patterns](#directly-calling-patterns) - [Primary contributors](#primary-contributors)
[Examples](#examples) •
[Meta](#meta) •
- [Primary contributors](#primary-contributors)
## What and why ## What and why