Skip to content

Commit cecbb6e

Browse files
authored
Update contribution-guidelines.md
Fixed a typo in c g
1 parent 675cb07 commit cecbb6e

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)