File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # Sync Cloud-Native-PostgreSQL Docs
2+
3+ Currently we need to manually sync over [ cloud-native-postgresql] [ cnp ] ("CNP")
4+ docs whenever there's a new release. The long term goal is to automate this via
5+ GitHub action dispatch and automated event handling.
6+
7+ 1 . The CNP team informs us that there's a new version.
8+ 1 . Check out the appropriate version from the [ CNP] [ ] repo.
9+ 1 . Replace ` docs:temp_kubernetes/original/ ` with
10+ ` cloud-native-postgresql:docs/ ` .
11+ 1 . Transpile original source documentation into MDX format:
12+
13+ ``` sh
14+ python scripts/source/source_cloud_native_operator.py
15+ ```
16+
17+ 1 . Replace ` advocacy_docs/kubernetes/cloud-native-postgresql/ ` with
18+ ` temp_kubernetes/build/ ` .
19+
20+ [ cnp ] : https://github.com/EnterpriseDB/cloud-native-postgresql
You can’t perform that action at this time.
0 commit comments