1. What if I want to change the content of the page?
You can change the content of the page by editing the json file in the pageData/json folder.
Refer to this document for more details: implementation_structure/06_pages:Pages Structure
If you have the app content docs, then you will have the “index” of the content.
You can using VSCode to search the content, and edit them like below:
For example, you want to update the content of
Reduced fetal growthsection, where in the docs, the index is2.a.In VSCode, you can search the content by
2.ain the docs:
Then you can see all the content which related to this section, and you can edit them according to pregnancy_app/00_pages:Pages, where shows the corresponding rerlations between page and json file.
Then you can see the updated content in the app.