We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 169a82c + bab15c2 commit ceeb0ebCopy full SHA for ceeb0eb
README.ts
@@ -171,7 +171,7 @@ const docsUrlIs200 = docsUrlHead.status === 200
171
172
// Hack: await the promise instead of calling `then` because `then` has incorrect type in `zx`
173
const insertCrateDocsIntoReadme = async (readmePath: string) => {
174
- await $`cargo insert-docs crate-into-readme --allow-dirty --link-to-latest --readme-path ${readmePath}`
+ await $`cargo insert-docs crate-into-readme --allow-dirty --link-to-latest --shrink-headings 0 --readme-path ${readmePath}`
175
}
176
177
const theGitHubRepo = await (async () => {
yolobox/.gitignore
@@ -0,0 +1,2 @@
1
+image.id
2
+container.id
0 commit comments