Skip to content

Commit f47c0d2

Browse files
md file
1 parent eca0f0a commit f47c0d2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This file provides instructions on how to configure interactive tutorials in the Dev-Docs documentation system. It explains two key configuration options:
7+
8+
1. "tutorial": A boolean flag to indicate that a particular section is a tutorial.
9+
10+
2. "tutorialOrder": An object that defines the structure and sequence of tutorial files. It allows organizing tutorials by language or topic, and specifies the order in which files should be presented within each tutorial.
11+
12+
The file uses a JSON example to illustrate how to set up these options, showing how to structure tutorials for different programming languages (JavaScript and Python in this case) and specify the order of files within each tutorial.
13+
14+
This configuration allows for creating structured, step-by-step tutorials that can guide users through a learning process in a predetermined order.
15+
16+

0 commit comments

Comments
 (0)