Commit 1abab5c
committed
docs: drop '.gitignore missing' caution from demo pages (mzdc-cbz)
Companion to me-tau, which adds a .gitignore to vativ/mezo-hack.
Once that lands, the 'caution: the repo ships no .gitignore, create
one before any git add' block I added back in mzdc-4mv is actively
wrong — the reader IS protected by the repo's own .gitignore.
Replaced the caution Aside in each demo page's Step 2 (.env
configuration) with a single reassurance sentence:
The repo's .gitignore already excludes .env, so the secrets you
pasted above won't accidentally land in a commit.
Similarly compressed the Security section bullet on each page that
previously told the reader to run 'echo ".env" > .gitignore' — it
now reads:
.env stays out of git. The repo's .gitignore excludes .env by
default. If you copy the file elsewhere or into another repo,
re-confirm it's ignored before any git add.
The 'copy elsewhere' reminder survives because it's real (git
hygiene outside the demo repo). The stale 'repo has no .gitignore'
framing is gone.
Files touched:
- agentic-joke-buyer.mdx (Step 2 Aside + Security bullet)
- trove-advisor.mdx (Step 2 Aside + Security bullet)
- trove-mandate.mdx (Step 2 Aside only; Security section didn't
carry a matching bullet)
Branch: docs/drop-gitignore-caution, based on docs/x402-env-var-dx-
demos tip per the bead brief. Fork-only, chained on top of the
env-var DX pass.
Verification: grep for 'Create a .gitignore', 'no .gitignore',
'repo does not ship a .gitignore', and 'echo ".env" > .gitignore'
across the three demo pages — all zero hits post-edit. The 5
remaining .gitignore mentions are the new reassurance phrasing.
NOTE on timing: this doc change assumes me-tau has merged the
.gitignore into vativ/mezo-hack on all the relevant branches (main,
feat/agentic-2-trove-advisor, feat/agentic-3-trove-mandate). If
those haven't all merged yet, readers of an unmerged branch will
still see 'no .gitignore' and our new prose will be premature. Flag
in the completion nudge.1 parent 6238f34 commit 1abab5c
3 files changed
Lines changed: 20 additions & 48 deletions
File tree
- src/content/docs/docs/developers/getting-started/musd-payments-x402
Lines changed: 5 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 113 | + | |
| 114 | + | |
126 | 115 | | |
127 | 116 | | |
128 | 117 | | |
| |||
267 | 256 | | |
268 | 257 | | |
269 | 258 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
274 | 262 | | |
275 | 263 | | |
276 | 264 | | |
| |||
Lines changed: 9 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 138 | + | |
| 139 | + | |
147 | 140 | | |
148 | 141 | | |
149 | 142 | | |
| |||
314 | 307 | | |
315 | 308 | | |
316 | 309 | | |
317 | | - | |
318 | | - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
319 | 313 | | |
320 | 314 | | |
321 | 315 | | |
| |||
Lines changed: 6 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 176 | + | |
| 177 | + | |
188 | 178 | | |
189 | 179 | | |
190 | 180 | | |
| |||
0 commit comments