Skip to content

Commit 0d5282f

Browse files
committed
md file
1 parent 2384749 commit 0d5282f

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
2+
3+
## Step 1: Navigate to Dev-Docs Panel
4+
5+
Open the Dev-Docs panel in your VS Code extension.
6+
7+
![image for /img/create_a_custom_doc_using_the_vscode_extension/step_1](/img/create_a_custom_doc_using_the_vscode_extension/step_1.png)
8+
9+
## Step 2: Initiate Custom Doc Creation
10+
11+
Click on the "Create Custom Doc" button to start the process.
12+
13+
![image for /img/create_a_custom_doc_using_the_vscode_extension/step_2](/img/create_a_custom_doc_using_the_vscode_extension/step_2.png)
14+
15+
## Step 3: Review Existing Code
16+
17+
Examine the existing code in your project, which may include functions for image processing and sprite generation.
18+
19+
![image for /img/create_a_custom_doc_using_the_vscode_extension/step_3](/img/create_a_custom_doc_using_the_vscode_extension/step_3.png)
20+
21+
## Step 4: Analyze Code Structure
22+
23+
Take a closer look at the structure of your code, including imports and function definitions.
24+
25+
![image for /img/create_a_custom_doc_using_the_vscode_extension/step_4](/img/create_a_custom_doc_using_the_vscode_extension/step_4.png)
26+
27+
## Step 5: Inspect Function Details
28+
29+
Examine the details of specific functions, such as `removeBackgroundColor` and `encodeImage`.
30+
31+
![image for /img/create_a_custom_doc_using_the_vscode_extension/step_5](/img/create_a_custom_doc_using_the_vscode_extension/step_5.png)
32+
33+
## Step 6: Review Additional Functions
34+
35+
Look at other functions in your code, like `getUniqueColors`.
36+
37+
![image for /img/create_a_custom_doc_using_the_vscode_extension/step_6](/img/create_a_custom_doc_using_the_vscode_extension/step_6.png)
38+
39+
## Step 7: Select Documentation File
40+
41+
Choose the "misc-cool-ways-to-use-this-sdk.md" file to document the SDK usage.
42+
43+
![image for /img/create_a_custom_doc_using_the_vscode_extension/step_7](/img/create_a_custom_doc_using_the_vscode_extension/step_7.png)
44+
45+
## Step 8: Document SDK Features
46+
47+
Write documentation outlining the cool ways to use the SDK, including creating custom character sprites, generating unique game environments, and automating spritesheet creation.
48+
49+
![image for /img/create_a_custom_doc_using_the_vscode_extension/step_8](/img/create_a_custom_doc_using_the_vscode_extension/step_8.png)
50+
51+

0 commit comments

Comments
 (0)