Fix: Login Manuals Not Loading in Mobile App
Description
The login manual pages were originally written in .md (Markdown) format.
However, the mobile application is unable to properly render or fetch Markdown files, which caused the manual pages to fail when the app was running.
To resolve this issue, an HTML version of the admin manual was created so that the mobile application can load and display the manual correctly.
Changes Made
- Converted the admin README.md manual content into an HTML file.
- Ensured the HTML file preserves the same structure and content as the original Markdown file.
- The mobile app manual now fetches content from the HTML file instead of the
.mdfile.
Scope of Changes
- Only the admin manual file was used to generate the HTML version.
- No other files, routes, components, or application logic were modified.
Outcome
The login manual pages can now be successfully loaded and displayed in the mobile application without affecting any other functionality.
Edited by Greeshma Kanukunta