@@ -17,42 +17,46 @@ This guide walks you through everything you need to write and publish a blog pos
1717:::
1818---
1919
20- ## Step 1: Raise a New issue
21-
22- Head to the the GitHub issue on this [ repository] ( https://github.com/recodehive/recode-website/issues )
23- <BrowserWindow url="https://github.com/recodehive/recode-website/issues " bodyStyle={{padding: 0}}>
20+ ## Step 1: Raise a New issue on GitHub
21+
22+ Head to the the GitHub issue on this [ repository] ( https://github.com/recodehive/recode-website/issues ) , raise an new issue under documentation update.
23+ :::info
24+ * Few things to remember, don't raise random generic topics.
25+ * Write from real experience, try to include real dashboard pictures, no copy paste articles.
26+ * You can generate AI pictures, but need to be edited any tools like Canva.
27+ * Your article must teach something offical documentation doesnot. Means no Intro to X or What is X.
28+ * Start working on Issue When its assigned to you by @sanjay-kv or any Maintainer. ref step 4.
29+ <Tabs >
30+ <TabItem value =" Step 1 " label =" Step 1 " >
31+ <BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
2432 [](https://github.com/recodehive/recode-website/issues)
2533 </BrowserWindow>
34+ </TabItem >
2635
36+ <TabItem value =" Step 2 " label =" Step 2 " >
37+ <BrowserWindow url="https://github.com/recodehive/recode-website/documentation" bodyStyle={{padding: 0}}>
38+ [](https://github.com/recodehive/recode-website/documentations)
39+ </BrowserWindow>
2740
28- ## Step 1: Fork and Clone the Repository
29-
30- 1 . Go to [ https://github.com/recodehive/recode-website ] ( https://github.com/recodehive/recode-website ) and click ** Fork** (top-right corner).
31-
32- 2 . Clone your fork to your local machine:
33-
34- ``` bash
35- git clone https://github.com/your-username/recode-website.git
36- cd recode-website
37- ```
38-
39- 3 . Add the upstream remote so you can stay in sync:
40-
41- ``` bash
42- git remote add upstream https://github.com/recodehive/recode-website.git
43- ```
44-
45- ---
46-
47- ## Step 2: Install Dependencies and Run Locally
41+ </TabItem >
42+
43+ <TabItem value =" Step 3 " label =" Step 3 " >
44+ <BrowserWindow url="https://github.com/recodehive/recode-website/issues/1586" bodyStyle={{padding: 0}}>
45+ [](https://github.com/recodehive/recode-website/issues/1577)
46+ </BrowserWindow>
47+ </TabItem>
4848
49- ``` bash
50- npm install
51- npm start
52- ```
49+ <TabItem value =" Step 4 " label =" Step 4 " >
50+ <BrowserWindow url="https://github.com/recodehive/recode-website/issues/1577" bodyStyle={{padding: 0}}>
51+ [](https://github.com/recodehive/recode-website/issues/1577)
52+ </BrowserWindow>
53+ </TabItem>
54+
55+ </Tabs >
5356
54- This starts a local development server. Open [ http://localhost:3000 ] ( http://localhost:3000 ) in your browser to preview the site live. Changes you make to files will hot-reload automatically.
57+ :::
5558
59+ #### Just follow the steps on forking the repositories and installing the dependencies on your local repository, if you dont know refer the steps 2 to 6 on [ welcome page] ( https://www.recodehive.com/docs/ ) .
5660---
5761
5862## Step 3: Create a New Branch
0 commit comments