Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 02040c1

Browse files
authored
Merge pull request #7 from UlisesGascon/feat/initial-setup
update the documentation
2 parents 29370cc + 3783f62 commit 02040c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,14 @@ This command generates static content into the `build` directory and can be serv
4747
4. Replace the content of `docs/standards.html` with the new content
4848
5. Run the script `npm run extract-standards` to extract the items from the HTML and update the `standards.json` file
4949

50+
### Update the website
51+
52+
Once you have updated the items, you can update the website by running the following commands:
53+
54+
```bash
55+
npm run populate-details
56+
npm run populate-implementations
57+
```
58+
59+
This will autopolulate the details and implementations sections of the website, respectively. Note that this will modify the folders `docs/details` and `docs/implementations` so make sure to commit the changes.
60+

0 commit comments

Comments
 (0)