-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdirectory-structure.txt
More file actions
46 lines (46 loc) · 1.37 KB
/
directory-structure.txt
File metadata and controls
46 lines (46 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
goat-farming-guide/
├── README.md
├── breed-overview/
│ ├── README.md
│ └── boer-goat-characteristics.md
├── feeding-strategies/
│ ├── README.md
│ ├── forage-options.md
│ └── milking-guidelines.md
├── health-and-veterinary/
│ ├── README.md
│ ├── vaccinations.md
│ └── common-ailments.md
├── breeding-practices/
│ ├── README.md
│ ├── breeding-schedules.md
│ └── training-procedures.md
├── grazing-management/
│ ├── README.md
│ ├── rotational-grazing.md
│ └── veld-and-fodder.md
├── production-economics/
│ ├── README.md
│ ├── economic-basics.md
│ ├── meat-production.md
│ ├── dairy-production.md
│ └── cost-tracking.md
├── mistakes-and-best-practices/
│ ├── README.md
│ ├── common-mistakes.md
│ └── operational-advice.md
├── integration-with-regalroots/
│ ├── README.md
│ ├── data-schema-examples.md
│ └── operational-integration.md
├── data-schemas/
│ ├── example-goat.json
│ └── example-plot.yaml
└── images/
├── breed/
├── feeding/
├── health/
├── breeding/
├── grazing/
├── economics/
└── misc/