Skip to content

Commit 1143738

Browse files
authored
Merge pull request #82 from OpenIPC/BlackFox-org-patch-7
Update contribution-guidelines.md
2 parents 675cb07 + cecbb6e commit 1143738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/development/contribution-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To make ThemeImage work, add `import ThemeImage from '/src/components/ThemeImage
106106

107107
However, for directories that do **not** use `autogenerate`, like `getting-started`, `development`, and `resources`, you'll need to manually add your page to the sidebar. Follow these steps:
108108

109-
- Open the `src/content/docs/config.ts` file.
109+
- Open the `astro.config.mjs` file.
110110
- Add your new page to the appropriate section in the sidebar navigation. For example, if you added a new feature guide under "Development", you would update the config like this:
111111

112112
```typescript

0 commit comments

Comments
 (0)