-
Notifications
You must be signed in to change notification settings - Fork 0
Repository Structure
romantsisyk edited this page Feb 4, 2024
·
2 revisions
The "Slavic Mythology Deities" repository is organized to provide easy access to deity data and related resources. Below is a breakdown of the directory structure:
User slavic-api/API
├── README.md
├── bg (directory)
│ ├── 001.json
│ ├── 002.json
│ ├── ...
│ └── 030.json
├── cz (directory)
│ ├── 001.json
│ ├── 002.json
│ ├── ...
│ └── 030.json
├── en (directory)
│ ├── 001.json
│ ├── 002.json
│ ├── ...
│ └── 030.json
├── images (directory)
│ ├── deities (directory)
│ │ ├── 001 (directory)
│ │ │ ├── detailImage.png
│ │ │ └── thumbnail.png
│ │ ├── 002 (directory)
│ │ │ ├── detailImage.png
│ │ │ └── thumbnail.png
│ │ ├── ...
│ │ └── 030 (directory)
│ │ ├── detailImage.png
│ │ └── thumbnail.png
├── pl (directory)
│ ├── 001.json
│ ├── 002.json
│ ├── ...
│ └── 030.json
├── sr (directory)
│ ├── 001.json
│ ├── 002.json
│ ├── ...
│ └── 030.json
├── ua (directory)
│ ├── 001.json
│ ├── 002.json
│ ├── ...
│ └── 030.json
- README.md: The primary documentation file that provides an overview of the project and instructions for use.
- Contains JSON files for Slavic deities with information presented in the Bulgarian language.
- Includes 30 JSON files, each representing a deity.
- Similar to the Bulgarian directory, this contains JSON files for deities with information in the Czech language.
- This directory houses JSON files presenting deity information in English.
- It includes 30 JSON files, each representing a deity.
- Similar to the Bulgarian and Czech directories, this contains JSON files for deities presented in the Polish language.
- Contains JSON files for Slavic deities with information presented in the Serbian language.
- Similar to the other language directories, this contains JSON files for deities with information in the Ukrainian language.
- This directory is dedicated to deity images.
- Inside the
deities
subdirectory, each deity has a dedicated subdirectory named with its unique identifier (e.g., "001" for the first deity). - Within each deity subdirectory, you'll find two image files:
-
detailImage.png
: A detailed image representation of the deity. -
thumbnail.png
: A thumbnail image for visual representation.
-
The repository structure is designed to facilitate easy access to deity data in multiple languages and related visual resources. Depending on your language preference or project requirements, you can explore the deity data in the respective language directories. The images
directory provides visual representations of the deities, allowing for a more immersive experience.
Contributions to this repository are encouraged. If you would like to enhance the deity data, add new deities, or make corrections, please follow the guidelines outlined in the project's README.md file.