Skip to content

Commit 581d70a

Browse files
committed
fix: fixing docs build
1 parent 544d8a3 commit 581d70a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ You are welcome to contribute with your pull requests. These steps explain the c
1414
1. Sign the Developer Certificate of Origin (DCO).
1515

1616
## Testing
17-
- Make sure the website builds as expected by running `npm run build` in the root directory of the repository.
18-
- Make sure your changes render as expected in the browser, you can test the website locally by running `npm start` in the root directory of the repository.
17+
> **Info:**
18+
>
19+
> Run the following npm commands from the root of the repository.
20+
- Install all dependencies: `npm install`
21+
- Ensure the website builds: `npm run build`
22+
- Start the website locally: `npm start`
23+
- Make sure your changes render as expected in the browser as expected.
1924

2025
## Issues
2126
We use GitHub issues to track bugs. Please ensure your description is

blog/2024-12-20-introducing-openmfp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ We're excited to unveil OpenMFP (Open Micro Frontend Platform), a powerful frame
1717
* Extensible Control Plane
1818
* Customizable Permission Models
1919

20-
OpenMFP enables seamless service integration, improves user experience, and ensures teams can develop, release, and maintain their capabilities independently. Ready to simplify your micro frontend architecture? ✨ check our [documentation](./docs/).
20+
OpenMFP enables seamless service integration, improves user experience, and ensures teams can develop, release, and maintain their capabilities independently. Ready to simplify your micro frontend architecture? ✨ check our [documentation](/docs/).
2121

blog/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
openmfp:
22
label: OpenMFP
3-
permalink: ./onepmfp
3+
permalink: openmfp
44
description: OpenMFP link
55

0 commit comments

Comments
 (0)