Skip to content

Commit a1261b5

Browse files
authored
Merge pull request #911 from issyl0/docs_fix_formatting
Basic Project docs: Add blank lines before code blocks to fix formatting
2 parents 9e4a759 + bcbc96d commit a1261b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book/src/cronjob-tutorial/basic-project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ First up, basic infrastructure for building your project:
1515
</details>
1616

1717
<details><summary>`Makefile`: Make targets for building and deploying your controller</summary>
18+
1819
```makefile
1920
{{#include ./testdata/project/Makefile}}
2021
```
2122
</details>
2223

2324
<details><summary>`PROJECT`: Kubebuilder metadata for scaffolding new components</summary>
25+
2426
```yaml
2527
{{#include ./testdata/project/PROJECT}}
2628
```

0 commit comments

Comments
 (0)