From 9dd1147edc649a8932d2ce848615843af8d4c9b9 Mon Sep 17 00:00:00 2001
From: Pedram Navid <1045990+PedramNavid@users.noreply.github.com>
Date: Tue, 13 Aug 2024 10:31:31 -0700
Subject: [PATCH] move pre-req to a collapsible section
---
docs/docs-next/src/templates/concept.md | 10 +++++++---
docs/docs-next/src/templates/guide-no-steps.md | 14 +++++++++-----
docs/docs-next/src/templates/guide-with-steps.md | 15 ++++++++++-----
3 files changed, 26 insertions(+), 13 deletions(-)
diff --git a/docs/docs-next/src/templates/concept.md b/docs/docs-next/src/templates/concept.md
index 79f5b515a53a5..1b46cb90c694b 100644
--- a/docs/docs-next/src/templates/concept.md
+++ b/docs/docs-next/src/templates/concept.md
@@ -33,16 +33,20 @@ Using [TOPIC] helps you:
---
-## Prerequisites
-
-Before continuing, you should be familiar with:
+
+ Prerequisites
+
+To follow the steps in this guide, you'll need:
+- A basic understanding of Dagster concepts such as assets and resources
+
+
---
## How it works
diff --git a/docs/docs-next/src/templates/guide-no-steps.md b/docs/docs-next/src/templates/guide-no-steps.md
index aeaf84c948fca..6160dd6448407 100644
--- a/docs/docs-next/src/templates/guide-no-steps.md
+++ b/docs/docs-next/src/templates/guide-no-steps.md
@@ -11,15 +11,19 @@ By the end of this guide, you will [a sentence or list about what will be achiev
---
-## Prerequisites
+
-
+
+ Prerequisites
To follow the steps in this guide, you'll need:
-- A prerequisite, ex: "Familiarity with Asset definitions"
-- Another prerequisite, ex: "To install library"
-- One more
+- A basic understanding of Dagster concepts such as assets and resources
+
+
+
---
diff --git a/docs/docs-next/src/templates/guide-with-steps.md b/docs/docs-next/src/templates/guide-with-steps.md
index ced99f32d16ff..54ce8dcc7a738 100644
--- a/docs/docs-next/src/templates/guide-with-steps.md
+++ b/docs/docs-next/src/templates/guide-with-steps.md
@@ -11,15 +11,20 @@ By the end of this guide, you will [a sentence or list about what will be achiev
---
-## Prerequisites
+
-
+
+ Prerequisites
To follow the steps in this guide, you'll need:
-- A prerequisite, ex: "Familiarity with Asset definitions"
-- Another prerequisite, ex: "To install library"
-- One more
+- A basic understanding of Dagster concepts such as assets and resources
+
+
+
+
---