https://github.com/pwright/operator-docs
https://github.com/pwright/operator-docs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pwright/operator-docs
- Owner: pwright
- License: mit
- Created: 2022-04-22T09:28:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T14:03:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T09:08:10.735Z (over 1 year ago)
- Language: Python
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Creating operator reference documentation
.Prerequisites
* link:https://www.cyberciti.biz/open-source/command-line-hacks/using-htmlq-to-extract-content-from-html-files-on-linux-unix/[How to use htmlq to extract content from HTML files on Linux - nixCraft]
* Python 3
* jq
* wget
.Procedure
. Create CRD docs at https://doc.crds.dev/
. Edit `get.sh` and add each page URL from CRD docs.
. Run `./process.sh`