docs: update README and changelog to reflect ingestion folder addition
This commit is contained in:
parent
654ac88da7
commit
3463fb05e8
|
|
@ -45,7 +45,8 @@ graph TD
|
||||||
|
|
||||||
├── README.md # System documentation & Dev guide
|
├── README.md # System documentation & Dev guide
|
||||||
├── changelog # Version tracking and release history
|
├── changelog # Version tracking and release history
|
||||||
├── pyproject.toml # Python project configuration
|
├── pyproject.toml
|
||||||
|
├── ingestion/ # Data ingested in Elasticsearch
|
||||||
├── docs/
|
├── docs/
|
||||||
│ ├── AVAP Language: ... # AVAP DSL Documentation
|
│ ├── AVAP Language: ... # AVAP DSL Documentation
|
||||||
│ │ └── AVAP.md
|
│ │ └── AVAP.md
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ All notable changes to the **Brunix Assistance Engine** will be documented in th
|
||||||
- RENAMED `docs/AVAP Language: Core Commands & Functional Specification` to `docs/avap_language_github_docs`.
|
- RENAMED `docs/AVAP Language: Core Commands & Functional Specification` to `docs/avap_language_github_docs`.
|
||||||
- REMOVED: `Makefile` file.
|
- REMOVED: `Makefile` file.
|
||||||
- REMOVED: `scripts/start-tunnels.sh` script.
|
- REMOVED: `scripts/start-tunnels.sh` script.
|
||||||
- REMOVED `ingestion` folder.
|
|
||||||
- DEPENDENCIES: `requirements.txt` updated with new libraries required by the new modules.
|
- DEPENDENCIES: `requirements.txt` updated with new libraries required by the new modules.
|
||||||
- MOVED `scripts/generate_mbap.py` into `scripts/flows/generate_mbap.py`.
|
- MOVED `scripts/generate_mbap.py` into `scripts/flows/generate_mbap.py`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue