Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ This repository organizes our farm records into four sections:

Use this repository to find any farm document. Click a folder to explore.

## New to This Repository?

👉 **Start with the [Getting Started Guide](./docs/getting-started.md)** for setup and basic workflows.

**Key Documentation:**
- 📖 [Getting Started](./docs/getting-started.md) - First steps and common workflows
- 🏷️ [Labels Guide](./docs/labels-guide.md) - Using labels to organize work
- 🤖 [Automation Overview](./docs/automation-overview.md) - Understanding automated workflows
- ⚙️ [Workflow Reference](./docs/workflow-reference.md) - Technical workflow documentation

---

## Quick Links
Expand Down
49 changes: 49 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Documentation Guide

This directory contains comprehensive documentation for the Sunny Acres Farm repository.

## Quick Start

New to this repository? Start here:

1. **[Getting Started Guide](./getting-started.md)** - Setup and first steps
2. **[Automation Overview](./automation-overview.md)** - Understanding automated workflows
3. **[Labels Guide](./labels-guide.md)** - Using labels effectively

## Documentation Structure

### For Users

| Guide | Purpose |
|-------|---------|
| [Getting Started](./getting-started.md) | Onboarding and basic workflows |
| [Labels Guide](./labels-guide.md) | Understanding and using repository labels |
| [Automation Overview](./automation-overview.md) | How automated workflows help manage the farm |

### For Contributors

| Guide | Purpose |
|-------|---------|
| [Workflow Reference](./workflow-reference.md) | Detailed workflow documentation |

## Farm Operations Documentation

Primary farm records are organized in dedicated directories:

- **[Crops](../crops/)** - Planting schedules, rotation plans, soil tests
- **[Livestock](../livestock/)** - Health records, feeding schedules, vet logs
- **[Equipment](../equipment/)** - Maintenance logs, safety inspections, inventory
- **[Compliance](../compliance/)** - Grant tracking, certifications

## Repository Governance

- **[Contributing Guide](../CONTRIBUTING.md)** - How to contribute updates
- **[Code of Conduct](../CODE_OF_CONDUCT.md)** - Community standards
- **[Support](../SUPPORT.md)** - Getting help
- **[Security](../SECURITY.md)** - Security and privacy practices

## Need Help?

- Create an Issue with the appropriate label
- Start a Discussion for questions
- See [SUPPORT.md](../SUPPORT.md) for detailed guidance
Loading