Skip to content

Commit 0b29741

Browse files
committed
added the image tabs
1 parent 6303b76 commit 0b29741

4 files changed

Lines changed: 20 additions & 28 deletions

File tree

docs/assets/blog-01-new-issue.png

-1.46 KB
Loading

docs/assets/blog-02-new-issue.png

104 KB
Loading

docs/assets/blog-03-new-issue.png

167 KB
Loading

docs/getting_started.md

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,42 +17,34 @@ 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
20+
## Step 1: Raise a New issue on GitHub
2121

2222
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}}>
23+
:::info
24+
<Tabs>
25+
<TabItem value="Step 1" label="Step 1">
26+
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
2427
[![Github](assets\blog-01-new-issue.png)](https://github.com/recodehive/recode-website/issues)
2528
</BrowserWindow>
29+
</TabItem>
2630

31+
<TabItem value="Step 2" label="Step 2">
32+
<BrowserWindow url="https://github.com/recodehive/recode-website/documentation" bodyStyle={{padding: 0}}>
33+
[![Github](assets\blog-02-new-issue.png)](https://github.com/recodehive/recode-website/documentations)
34+
</BrowserWindow>
2735

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
48-
49-
```bash
50-
npm install
51-
npm start
52-
```
36+
</TabItem>
37+
38+
<TabItem value="Step 3" label="Step 3">
39+
<BrowserWindow url="https://github.com/recodehive/recode-website/documentation" bodyStyle={{padding: 0}}>
40+
[![Github](assets\blog-03-new-issue.png)](https://github.com/recodehive/recode-website/documentations)
41+
</BrowserWindow>
42+
</TabItem>
43+
</Tabs>
5344

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.
45+
:::
5546

47+
#### 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/).
5648
---
5749

5850
## Step 3: Create a New Branch

0 commit comments

Comments
 (0)