Skip to content

Commit 1956fc8

Browse files
committed
Split tree structure for documents
1 parent 65bc1d3 commit 1956fc8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,19 @@ The operator creates and manages all necessary Kubernetes resources for these co
2727

2828
## Project Structure
2929

30+
### Code
31+
3032
```
31-
src/multigres-operator/
33+
ROOT/src/multigres-operator/
3234
├── api/v1alpha1/ # CRD definitions
3335
├── cmd/multigres-operator/ # Main entry point
34-
├── internal/ # Controller and resource builders
36+
└── internal/ # Controller and resource builders
37+
```
38+
39+
### Documentation and Configuration
40+
41+
```
42+
ROOT
3543
├── config/ # Kubernetes manifests
3644
├── docs/ # Architecture and guides
3745
└── plans/ # Planning documents

0 commit comments

Comments
 (0)