From caf0e259686cb0de011e09db7587bbdd7d62a57e Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Tue, 3 Dec 2024 14:03:06 -0800 Subject: [PATCH 1/2] Add llms.txt and variants to sidebar navigation --- mint.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mint.json b/mint.json index 8ab2671a..e55a1137 100644 --- a/mint.json +++ b/mint.json @@ -44,6 +44,24 @@ "name": "Product", "icon": "square-terminal", "url": "https://unstructured.io/product" + }, + { + "name": "Meta-Prompt (Titles)", + "icon": "microchip-ai", + "iconType": "thin", + "url": "https://docs.unstructured.io/llms.txt" + }, + { + "name": "Meta-Prompt (Partials)", + "icon": "microchip-ai", + "iconType": "regular", + "url": "https://github.com/Unstructured-IO/docs/tree/main/meta-prompt" + }, + { + "name": "Meta-Prompt (Full)", + "icon": "microchip-ai", + "iconType": "solid", + "url": "https://docs.unstructured.io/llms-full.txt" } ], "feedback": { From a721139dad3595f30481e1870d7294fa88f54e4d Mon Sep 17 00:00:00 2001 From: Paul-Cornell Date: Tue, 3 Dec 2024 14:09:08 -0800 Subject: [PATCH 2/2] Update mint.json --- mint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint.json b/mint.json index e55a1137..7dd8714e 100644 --- a/mint.json +++ b/mint.json @@ -55,7 +55,7 @@ "name": "Meta-Prompt (Partials)", "icon": "microchip-ai", "iconType": "regular", - "url": "https://github.com/Unstructured-IO/docs/tree/main/meta-prompt" + "url": "https://github.com/Unstructured-IO/docs/blob/main/meta-prompt/llms.txt" }, { "name": "Meta-Prompt (Full)",