Gathers the ToC from all pages of a given SAP product and version, allowing you to easily navigate through the complete table of contents by expanding and collapsing its items. Hit Expand all
and quickly search for any page using Ctrl+F
.
For a live version of this app, go to https://felipekunzler.github.io/saphelp-table-of-contents/
Data is fetched using public REST APIs from https://help.sap.com/http.svc. Example: https://help.sap.com/http.svc/pagecontent?deliverable_id=21802329
Run npm install
followed by ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.