Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardocopat/abap-docs
Enhanced ABAP documentation
https://github.com/eduardocopat/abap-docs
abap
Last synced: 26 days ago
JSON representation
Enhanced ABAP documentation
- Host: GitHub
- URL: https://github.com/eduardocopat/abap-docs
- Owner: eduardocopat
- License: mit
- Created: 2020-08-22T23:30:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T06:30:07.000Z (about 4 years ago)
- Last Synced: 2024-09-27T13:21:11.142Z (about 1 month ago)
- Topics: abap
- Language: TypeScript
- Homepage: https://eduardocopat.github.io/abap-docs/
- Size: 124 MB
- Stars: 31
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- abap-florilegium - abap-docs
README
# ABAP docs
Enhanced ABAP documentation.
https://eduardocopat.github.io/abap-docs/
## Goals
- Navigable and sharable (i.e. you can open new tabs, instead of the same-page navigation in standard docs).
- Searchable.
- Comparable across versions.
- Beautiful (e.g. syntax highlight, material theme).## How it works
1. SAP documentation is downloaded using [httrack](http://www.httrack.com/).
2. The documentation is parsed into markdown.
3. The documentation is built with [MkDocs](www.mkdocs.org).
4. The documentation is deployed to GitHub pages.## Installing
### Requirements
- Node 12.13.1+
- Python 3.8.1+
- Vagrant 2.2.6+### Install
- `vagrant up` and then run `./vagrant/sapdocs/download.sh` to download the documentation. This will take hours.
- `pip install -r requirements.txt`
- `npm install`### Run
- Run `./build.sh`## License
ABAP and SAP NetWeaver are Copyright by SAP AG. All rights reserved.
For this repository master branch code, see [License](LICENSE.md).