File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4646 yarn dev
4747 ```
4848
49- This will start a local server, typically at [ http://localhost:3001 ] ( http://localhost:3001 ) .
49+ This will start a local server, typically at ` http://localhost:3001 `
5050
5151## Documentation Standards
5252
@@ -70,8 +70,8 @@ Nixopus documentation uses Markdown with some extended features:
7070 ```
7171
72723. **Links**
73- - Internal links: `[Link text](/path/to/page)`
74- - External links: `[Link text](https://example.com)`
73+ - Internal links: `[Link text] (/path/to/page)`
74+ - External links: `[Link text] (https://example.com)`
7575
76764. **Images**
7777 - Store images in `/docs/public/`
@@ -195,8 +195,8 @@ If you encounter [issue], try:
195195
196196## Related Features
197197
198- - [ Related Feature 1] ( /path/to/related-feature )
199- - [ Related Feature 2] ( /path/to/another-feature )
198+ - [ Related Feature 1] (/path/to/related-feature)
199+ - [ Related Feature 2] (/path/to/another-feature)
200200```
201201
202202## Updating Existing Documentation
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ This guide provides detailed instructions for contributing to the Nixopus fronte
3131 yarn dev
3232 ```
3333
34- The development server will start on [ http://localhost:3000 ] ( http://localhost:3000 ) by default.
34+ The development server will start on ` http://localhost:3000 ` by default.
3535
3636## Project Structure
3737
You can’t perform that action at this time.
0 commit comments