Rename projection repo for Section 0
This commit is contained in:
20
README.md
20
README.md
@@ -1,4 +1,4 @@
|
||||
# Mock RTA Knowledge Base
|
||||
# Section 0 RTA Handbook
|
||||
|
||||
This hosted Git repo is intentionally plain Markdown. It has no required RTA
|
||||
sidecars. Collaborators clone, edit, commit, and push it as the canonical
|
||||
@@ -22,38 +22,38 @@ Current projected docs:
|
||||
From any machine that can reach the lab mesh:
|
||||
|
||||
```sh
|
||||
curl -fsSL http://100.64.0.1:30087/virgil-admin/rta-mock-docs/raw/branch/main/scripts/setup-rta-mock-docs.sh | sh
|
||||
curl -fsSL http://100.64.0.1:30087/section0/rta-handbook/raw/branch/main/scripts/setup-section0-docs.sh | sh
|
||||
```
|
||||
|
||||
The script clones this repo into:
|
||||
|
||||
```text
|
||||
~/Developer/Section0/rta-mock-docs
|
||||
~/Developer/Section0/rta-handbook
|
||||
```
|
||||
|
||||
It also installs a small helper command at:
|
||||
|
||||
```text
|
||||
~/.local/bin/rta-mock-docs
|
||||
~/.local/bin/section0-docs
|
||||
```
|
||||
|
||||
Override the destination if you prefer:
|
||||
|
||||
```sh
|
||||
TARGET_DIR=~/work/rta-mock-docs \
|
||||
curl -fsSL http://100.64.0.1:30087/virgil-admin/rta-mock-docs/raw/branch/main/scripts/setup-rta-mock-docs.sh | sh
|
||||
TARGET_DIR=~/work/rta-handbook \
|
||||
curl -fsSL http://100.64.0.1:30087/section0/rta-handbook/raw/branch/main/scripts/setup-section0-docs.sh | sh
|
||||
```
|
||||
|
||||
## Daily Flow
|
||||
|
||||
```sh
|
||||
rta-mock-docs pull
|
||||
section0-docs pull
|
||||
|
||||
# Edit Markdown files in your normal editor.
|
||||
|
||||
rta-mock-docs status
|
||||
MESSAGE="Describe the doc change" rta-mock-docs commit
|
||||
rta-mock-docs push
|
||||
section0-docs status
|
||||
MESSAGE="Describe the doc change" section0-docs commit
|
||||
section0-docs push
|
||||
```
|
||||
|
||||
After a push, ask the projection operator to pull and project. For now that is
|
||||
|
||||
Reference in New Issue
Block a user