File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Thank you for helping improve Cosmify Docs! Here’s how you can contribute:
20
20
yarn dev
21
21
```
22
22
Preview changes at ` http://localhost:3000 ` .
23
- 6 . ** Commit & Push** (Follow [ Semantic Commit Messages ] ( https://www.conventionalcommits.org/en/v1.0.0/ ) ) :
23
+ 6 . ** Commit & Push** :
24
24
``` bash
25
25
git add .
26
26
git commit -m " feat: update documentation structure"
Original file line number Diff line number Diff line change @@ -8,25 +8,28 @@ description: "Thank you for helping improve Cosmify Docs! Here’s how you can c
8
8
1 . ** Fork the Repository** : Click ` Fork ` at the top-right of [ this repo] ( https://github.com/cosmify-dev/docs ) .
9
9
10
10
2 . ** Clone Your Fork** :
11
+
11
12
``` bash
12
13
git clone https://github.com/your-username/docs.git
13
14
cd docs
14
15
```
15
16
16
17
3 . ** Install Dependencies** :
18
+
17
19
``` bash
18
20
yarn install
19
21
```
20
22
21
23
4 . ** Make Changes** : Edit the necessary files inside the ` content ` folder.
22
24
23
25
5 . ** Run Locally** :
26
+
24
27
``` bash
25
28
yarn dev
26
29
```
27
30
Preview changes at ` http://localhost:3000 ` .
28
31
29
- 6 . ** Commit & Push** (Follow [ Semantic Commit Messages ] ( https://www.conventionalcommits.org/en/v1.0.0/ ) ) :
32
+ 6 . ** Commit & Push** :
30
33
``` bash
31
34
git add .
32
35
git commit -m " feat: update documentation structure"
You can’t perform that action at this time.
0 commit comments