Skip to content

abap-util/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abap-util documentation

The official documentation for abap-util — utility functions for ABAP Cloud and Standard ABAP.

Built with VitePress.

Local development

npm install
npm run docs:dev      # http://localhost:5173

Build

npm run docs:build    # output in docs/.vitepress/dist
npm run docs:preview  # serve the production build

Structure

docs/
├── .vitepress/
│   └── config.mjs    ← navigation, sidebar, theme
├── index.md          ← landing page
├── guide/            ← user-facing concepts
└── api/              ← API reference grouped by topic

Contributing

Open a pull request against the main branch. For substantial changes, please open an issue first to discuss what you would like to change.

The library itself lives at abap-util/abap-util.

License

MIT

About

Documentation of abap-util

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors