Skip to content

Commit 8ba171f

Browse files
Update README.md
1 parent e06b7ed commit 8ba171f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,17 @@
55
![Check markdown links](https://github.com/MichaelCurrin/code-cookbook/workflows/Check%20markdown%20links/badge.svg)
66
-->
77

8-
## Cookbook
8+
## Cookbook overview
99

10-
### Menu
11-
12-
- [recipes](/recipes/) - browse categories and languages that interest you.
13-
14-
### Highlights
15-
16-
Here are some highlights of this project:
17-
18-
- [CI/CD](/recipes/ci-cd)
10+
- [Recipe categories](/recipes/) - start here browse topics and languages that interest you.
11+
- [Make](/recipes/make/) - `Makefile` samples
12+
- [CI/CD](/recipes/ci-cd/)
1913
- Many language-specific sample [workflows](https://github.com/MichaelCurrin/code-cookbook/tree/master/recipes/ci-cd/github-actions/workflows) for GH Actions to test and deploy your app
20-
- Plus some Netlify configs
14+
- Plus some _Netlify_ configs.
2115
- SEO
2216
- [robots.txt](/recipes/robots/)
2317
- [sitemap.xml](/recipes/sitemap/)
24-
- [Shell](/recipes/shell/) - usage help for commands and examples or patterns to use them. Such as using `find` or `grep`.
18+
- [Shell](/recipes/shell/) - usage help and examples for commands and patterns to use one or more commands to solve a real problem. Such as how to do find and replace using `find` or `sed` or how to clean up your git repo.
2519
- [Jekyll](/recipes/jekyll/) - code snippets and configs
2620
- [Containers](/recipes/containers) - commands and configs for using Docket and k8s.
2721

0 commit comments

Comments
 (0)