first commit

This commit is contained in:
Hugh Ratsch
2025-02-11 21:25:44 -06:00
commit 9815c314a3
4 changed files with 41 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# IT Learning Notes
Welcome to my IT learning notes! This book contains my personal notes and documentation about various IT topics I'm learning.
## What's Inside
This book will cover various IT topics including:
- Programming
- System Administration
- Network Fundamentals
- Security Basics
- And more...
Feel free to navigate through the topics using the sidebar.
+6
View File
@@ -0,0 +1,6 @@
# Summary
[Introduction](README.md)
# Core Topics
- [Getting Started](getting-started.md)
+9
View File
@@ -0,0 +1,9 @@
# Getting Started
This section will contain your first notes. You can organize your content here as you learn new topics.
## How to Use This Book
- Use the sidebar to navigate between different topics
- Each section will contain detailed notes about specific IT concepts
- Code examples will be formatted for easy reading and copying