You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/checkout/prompt.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
# Example Apps Documentation Generator
2
2
## Task Overview
3
-
Analyze all example apps in the /examples/checkout/directory and create documentation files for each example app that doesn't already have them. For each example app, you will create:
3
+
Analyze the /examples/checkout/{app name} directory and create documentation files for the example app. For the specified example app, you will create:
4
4
1. A comprehensive tutorial.md file
5
5
2. A metadata.json file
6
6
7
7
## Preparation
8
8
Before starting:
9
9
- Read through all SDK documentation (in the /sdk and /packages folders)
10
10
- Understand the SDK's key features, functionality, and integration patterns
11
-
- Focus on the Checkout SDK the most. That's your area of specialty.
11
+
- Focus on the Passport SDK the most. That's your area of specialty.
12
12
13
13
## Process for Each Example App
14
-
For each subdirectory in /examples/checkout/ that doesn't already have both tutorial.md and metadata.json:
14
+
For the specified example app in /examples/checkout/{app name} that doesn't already have both tutorial.md and metadata.json:
15
15
16
16
### 1. Analysis Phase
17
17
- Read all code files in the example app directory
Copy file name to clipboardExpand all lines: examples/contracts/prompt.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
# Example Apps Documentation Generator
2
2
## Task Overview
3
-
Analyze all example apps in the /examples/contracts/directory and create documentation files for each example app that doesn't already have them. For each example app, you will create:
3
+
Analyze the /examples/contracts/{app name} directory and create documentation files for the example app. For the specified example app, you will create:
4
4
1. A comprehensive tutorial.md file
5
5
2. A metadata.json file
6
6
7
7
## Preparation
8
8
Before starting:
9
9
- Read through all SDK documentation (in the /sdk and /packages folders)
10
10
- Understand the SDK's key features, functionality, and integration patterns
11
-
- Focus on the Contracts SDK the most. That's your area of specialty.
11
+
- Focus on the Passport SDK the most. That's your area of specialty.
12
12
13
13
## Process for Each Example App
14
-
For each subdirectory in /examples/contracts/ that doesn't already have both tutorial.md and metadata.json:
14
+
For the specified example app in /examples/contracts/{app name} that doesn't already have both tutorial.md and metadata.json:
15
15
16
16
### 1. Analysis Phase
17
17
- Read all code files in the example app directory
Copy file name to clipboardExpand all lines: examples/orderbook/prompt.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
# Example Apps Documentation Generator
2
2
## Task Overview
3
-
Analyze all example apps in the /examples/orderbook/directory and create documentation files for each example app that doesn't already have them. For each example app, you will create:
3
+
Analyze the /examples/orderbook/{app name} directory and create documentation files for the example app. For the specified example app, you will create:
4
4
1. A comprehensive tutorial.md file
5
5
2. A metadata.json file
6
6
7
7
## Preparation
8
8
Before starting:
9
9
- Read through all SDK documentation (in the /sdk and /packages folders)
10
10
- Understand the SDK's key features, functionality, and integration patterns
11
-
- Focus on the Orderbook SDK the most. That's your area of specialty.
11
+
- Focus on the Passport SDK the most. That's your area of specialty.
12
12
13
13
## Process for Each Example App
14
-
For each subdirectory in /examples/orderbook/ that doesn't already have both tutorial.md and metadata.json:
14
+
For the specified example app in /examples/orderbook/{app name} that doesn't already have both tutorial.md and metadata.json:
15
15
16
16
### 1. Analysis Phase
17
17
- Read all code files in the example app directory
Copy file name to clipboardExpand all lines: examples/passport/prompt.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Example Apps Documentation Generator
2
2
## Task Overview
3
-
Analyze all example apps in the /examples/passport/directory and create documentation files for each example app that doesn't already have them. For each example app, you will create:
3
+
Analyze the /examples/passport/{app name} directory and create documentation files for the example app. For the specified example app, you will create:
4
4
1. A comprehensive tutorial.md file
5
5
2. A metadata.json file
6
6
@@ -11,7 +11,7 @@ Before starting:
11
11
- Focus on the Passport SDK the most. That's your area of specialty.
12
12
13
13
## Process for Each Example App
14
-
For each subdirectory in /examples/passport/ that doesn't already have both tutorial.md and metadata.json:
14
+
For the specified example app in /examples/passport/{app name} that doesn't already have both tutorial.md and metadata.json:
15
15
16
16
### 1. Analysis Phase
17
17
- Read all code files in the example app directory
0 commit comments