You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/development/contribution-docs.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,8 @@ description: A guide to help anyone contribute to OpenIPC's docs.
5
5
6
6
# Contributing to the OpenIPC Documentation
7
7
8
-
Thank you for contributing to the OpenIPC documentation! This guide will walk you through two main ways to contribute: **adding a new page** and **editing an existing page**. There’s also a section for setting up a local development environment if you want to test the site locally.
8
+
Thank you for contributing to the OpenIPC documentation! This guide will walk you through two main ways to contribute: **adding a new page** and **editing an existing page**. There’s also a section for setting up a local development environment if you want to test the site locally.
9
9
10
-
For local development, we use a `.node-version` file to ensure the correct version of Node.js is used. If you want to test your changes locally, you will need to install Node.js, Yarn, and a Node version manager.
11
10
12
11
---
13
12
@@ -88,7 +87,11 @@ This guide will walk you through the new feature introduced in the latest releas
88
87
3. Enable the **New Feature** toggle.
89
88
90
89
For more details, check the [official documentation](https://docs.openipc.org).
90
+
91
+
This is an image [Example Image](/src/assets/images/example-image.png)
91
92
```
93
+
:::caution
94
+
Please place your image in `/src/assets/images`so that you can use it like this `[Example Image](/src/assets/images/example-image.png)`
92
95
93
96
### 7. Add Your Page to the Sidebar Navigation (If Required)
94
97
@@ -142,7 +145,7 @@ git push origin add-new-page
142
145
- Go to the [OpenIPC documentation site](https://docs.openipc.org).
143
146
- Find the page that you want to edit and click the **Edit page** button, as shown below:
0 commit comments