Skip to content

Commit

Permalink
Automated README update: directory tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Feb 12, 2024
1 parent 671a1ff commit 3970aee
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_START -->
```
.
├── 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
```
<!-- DIRECTORY_TREE_END -->

## Introduction
Expand Down

0 comments on commit 3970aee

Please sign in to comment.