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: packages/document/docs/en/community/contributing-guide.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,9 +185,7 @@ You can find all the documentation in the `packages/document` folder:
185
185
```bash
186
186
root
187
187
└─ packages
188
-
└─ document
189
-
├─ main-doc # Documentation for Modern.js Framework
190
-
└─ module-doc # Documentation for Modern.js Module
188
+
└─ document # Documentation for Modern.js Framework
191
189
```
192
190
193
191
This website is built with Rspress, the document content can be written using markdown or mdx syntax. You can refer to the [Rspress Website](https://rspress.rs/) for detailed usage.
0 commit comments