Skip to content

Commit ceeb0eb

Browse files
Merge remote-tracking branch 'repoconf-rust-public-lib-template/main'
2 parents 169a82c + bab15c2 commit ceeb0eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const docsUrlIs200 = docsUrlHead.status === 200
171171

172172
// Hack: await the promise instead of calling `then` because `then` has incorrect type in `zx`
173173
const insertCrateDocsIntoReadme = async (readmePath: string) => {
174-
await $`cargo insert-docs crate-into-readme --allow-dirty --link-to-latest --readme-path ${readmePath}`
174+
await $`cargo insert-docs crate-into-readme --allow-dirty --link-to-latest --shrink-headings 0 --readme-path ${readmePath}`
175175
}
176176

177177
const theGitHubRepo = await (async () => {

yolobox/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
image.id
2+
container.id

0 commit comments

Comments
 (0)