From 3970aee647b5c191f24b6ce7867c8c6fa17a079e Mon Sep 17 00:00:00 2001 From: Cdaprod Date: Mon, 12 Feb 2024 18:37:52 +0000 Subject: [PATCH] Automated README update: directory tree --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 5911955..f6f4556 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,32 @@ The following directory tree is programatically generated to provide an overview of the repos structure (by using `.github/workflows/update_readme.yml` and `.github/scripts/update_readme.py` and is ran on `push` to `main`): +``` +. +├── DIRECTORY_TREE.txt +├── README.md +├── app +│   ├── Dockerfile +│   ├── entrypoint.sh +│   ├── logs +│   │   └── python_logs.txt +│   ├── main.py +│   └── requirements.txt +├── docker-compose.yaml +├── minio +│   ├── Dockerfile +│   ├── entrypoint.sh +│   └── logs +│   └── minio_logs.txt +└── weaviate + ├── data.json + ├── logs + │   └── weaviate_logs.txt + └── schema.json + +6 directories, 14 files + +``` ## Introduction