https://github.com/libops/docs
LibOps Documentation and Issue queue
https://github.com/libops/docs
Last synced: about 1 year ago
JSON representation
LibOps Documentation and Issue queue
- Host: GitHub
- URL: https://github.com/libops/docs
- Owner: libops
- Created: 2023-10-26T07:55:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:15:51.000Z (about 1 year ago)
- Last Synced: 2025-03-16T17:44:10.810Z (about 1 year ago)
- Language: Dockerfile
- Homepage: https://docs.libops.io
- Size: 14.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# libops Documentation
Viewable at https://docs.libops.io
This repository contains the documentation for the libops platform.
This repository also serves as an issue queue for any bugs or feature requests for libops.
## Local docs development
```
docker build -t docs:main .
docker run -p 8080:80 docs:main
```
You should be able to view the docs in your web browser at http://localhost:8080