项目作者: felipekunzler

项目描述 :
Complete Table of Contents for any SAP product: https://felipekunzler.github.io/saphelp-table-of-contents
高级语言: TypeScript
项目地址: git://github.com/felipekunzler/saphelp-table-of-contents.git
创建时间: 2019-07-19T19:49:53Z
项目社区:https://github.com/felipekunzler/saphelp-table-of-contents

开源协议:

下载


SAP Help Complete Table of Contents

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

Development server

With Node 18, 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.

To publish changes, run ng build --output-path docs --base-href /saphelp-table-of-contents/ then cp docs/index.html docs/404.html and push.