Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/operator-framework/olm-book
Documentation for OLM
https://github.com/operator-framework/olm-book
Last synced: 3 months ago
JSON representation
Documentation for OLM
- Host: GitHub
- URL: https://github.com/operator-framework/olm-book
- Owner: operator-framework
- License: apache-2.0
- Archived: true
- Created: 2019-10-01T21:21:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T07:47:11.000Z (over 3 years ago)
- Last Synced: 2024-07-14T12:39:37.322Z (4 months ago)
- Homepage: https://operator-framework.github.io/olm-book
- Size: 91.8 KB
- Stars: 24
- Watchers: 21
- Forks: 36
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - operator-framework/olm-book - Documentation for OLM (others)
README
# Operator Lifecycle Book
## Adding a new page
- Clone this repo
- Make a new markdown doc in `docs`
- Example: `docs/what-does-olm-enable.md`
- Update or create a new link in `index.md` to point to the doc in `docs`
- The link should be `https://operator-framework.github.io/olm-book/docs/` + doc name (no `.md`)
- Example: `[What does OLM enable](https://operator-framework.github.io/olm-book/docs/what-does-olm-enable)`?
- Make a PR with both changes
- See the updated links in https://operator-framework.github.io/olm-book
You can also use the in-browser editor to make PRs!