Drop registry-landing; fix public-site list and activate-template label
This commit is contained in:
@@ -39,8 +39,8 @@ silently no-ops an install whose version equals what's already installed. Run
|
||||
|
||||
```
|
||||
~/.keysat/publish.sh # version-gate → make universal → FileBrowser upload → registry register → GitHub mirror → make install (deploy to live host, best-effort)
|
||||
~/.keysat/deploy-sites.sh # DEFAULT: deploy ALL public sites (landing + docs + registry-landing). Re-uploads every site so the live HTML always matches its repo, even unmodified ones — preferred over a single-site deploy so nothing drifts.
|
||||
~/.keysat/deploy-sites.sh docs # or name one/more explicitly: landing | docs | registry-landing
|
||||
~/.keysat/deploy-sites.sh # DEFAULT: deploy ALL public sites (landing + docs). Re-uploads every site so the live HTML always matches its repo, even unmodified ones — preferred over a single-site deploy so nothing drifts.
|
||||
~/.keysat/deploy-sites.sh docs # or name one/more explicitly: landing | docs
|
||||
```
|
||||
|
||||
Prefer the no-arg form (all sites) whenever pushing any site change, so every
|
||||
|
||||
@@ -2,13 +2,12 @@
|
||||
paths:
|
||||
- "keysat-xyz-landing/**"
|
||||
- "keysat-docs/**"
|
||||
- "keysat-registry-landing/**"
|
||||
---
|
||||
|
||||
# Website & docs copy rules
|
||||
|
||||
Applies to the public sites: `keysat.xyz` (keysat-xyz-landing), `docs.keysat.xyz`
|
||||
(keysat-docs, incl. shared `docs.js`), `registry.keysat.xyz` (keysat-registry-landing).
|
||||
Applies to the public sites: `keysat.xyz` (keysat-xyz-landing) and `docs.keysat.xyz`
|
||||
(keysat-docs, incl. shared `docs.js`).
|
||||
|
||||
## No em-dashes in user-facing copy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user