Skip to content

Commit 922445e

Browse files
committed
docs: Updated README
1 parent 9a6390e commit 922445e

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# Daily DevOps & .NET
22

3-
This repository contains the code, scripts and articles that we write on our [blog](https://daily-devops.net/).
3+
This is where we share code, scripts, and articles from [daily-devops.net](https://daily-devops.net/). Mostly stuff we've figured out while working with .NET and DevOps in production.
44

5-
## Issues
5+
We focus on practical solutions: CI/CD pipelines, infrastructure automation, cloud platforms, containerization, and .NET development patterns. Real problems, real solutions.
66

7-
If you find any issues in our articles or code examples, please create an issue in this repository.
7+
## What's Here
8+
9+
- **Articles** - Guides and writeups on DevOps, cloud (Azure, AWS), infrastructure as code, and .NET
10+
- **Code Examples** - Scripts and samples in C#, PowerShell, Docker, Kubernetes, and related tools
11+
- **Templates** - Configuration files and templates you can use as a starting point
12+
- **Useful Scripts** - Small utilities and automation tools for common tasks
13+
14+
## How to Use This
15+
16+
1. Find what you're looking for by browsing the structure or checking the blog
17+
2. Read the article for context if there is one
18+
3. Adapt the code or scripts to fit your setup
19+
20+
## Issues or Questions?
21+
22+
Found a problem or want to discuss something? Use [Discussions](https://github.com/dailydevops/dailydevops.github.io/discussions) to reach out.
23+
24+
## License
25+
26+
See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)