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:
2020 yarn dev
2121 ```
2222 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** :
2424 ``` bash
2525 git add .
2626 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
881 . ** Fork the Repository** : Click ` Fork ` at the top-right of [ this repo] ( https://github.com/cosmify-dev/docs ) .
99
10102 . ** Clone Your Fork** :
11+
1112 ``` bash
1213 git clone https://github.com/your-username/docs.git
1314 cd docs
1415 ```
1516
16173 . ** Install Dependencies** :
18+
1719 ``` bash
1820 yarn install
1921 ```
2022
21234 . ** Make Changes** : Edit the necessary files inside the ` content ` folder.
2224
23255 . ** Run Locally** :
26+
2427 ``` bash
2528 yarn dev
2629 ```
2730 Preview changes at ` http://localhost:3000 ` .
2831
29- 6 . ** Commit & Push** (Follow [ Semantic Commit Messages ] ( https://www.conventionalcommits.org/en/v1.0.0/ ) ) :
32+ 6 . ** Commit & Push** :
3033 ``` bash
3134 git add .
3235 git commit -m " feat: update documentation structure"
You can’t perform that action at this time.
0 commit comments