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-guidelines.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ description: A guide to help anyone contribute to OpenIPC's docs.
8
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
10
11
-
---
12
-
13
11
## Adding a New Page
14
12
15
13
### 1. Clone the Repository
@@ -52,6 +50,7 @@ Use the following table to determine where to add your new page based on its con
52
50
:::danger
53
51
Please make sure the name of the file is in snake-case (no uppercase letters and uses '-'). This will become later the url of the page.
54
52
Do not forget to add the '.md' extension, so the site knows how to handle the file.
53
+
:::
55
54
56
55
### 5. Add Frontmatter to Your Page
57
56
At the top of the new markdown file, include the required frontmatter. This helps Starlight process the page correctly.
@@ -92,6 +91,7 @@ This is an image [Example Image](/src/assets/images/example-image.png)
92
91
```
93
92
:::caution
94
93
Please place your image in `/src/assets/images`so that you can use it like this `[Example Image](/src/assets/images/example-image.png)`
94
+
:::
95
95
96
96
### 7. Add Your Page to the Sidebar Navigation (If Required)
0 commit comments