https://github.com/ir-engine/legacy-ee-docs
Ethereal Engine Documentation
https://github.com/ir-engine/legacy-ee-docs
ecs ethereal ethereal-engine etherealengine
Last synced: about 1 month ago
JSON representation
Ethereal Engine Documentation
- Host: GitHub
- URL: https://github.com/ir-engine/legacy-ee-docs
- Owner: EtherealEngine
- License: other
- Created: 2022-07-13T04:54:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T22:07:07.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:13:25.918Z (about 1 year ago)
- Topics: ecs, ethereal, ethereal-engine, etherealengine
- Language: TypeScript
- Homepage: https://etherealengine.github.io/etherealengine-docs/
- Size: 18.7 MB
- Stars: 6
- Watchers: 9
- Forks: 12
- Open Issues: 73
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ DEPRECATED PROJECT ⚠️
This repository is no longer maintained. The documentation has been migrated to the [developer-docs repository](https://github.com/ir-engine/developer-docs).
This repository contains the legacy documentation from Ethereal Engine. It was used as a reference when forking the new [developer-docs](https://github.com/ir-engine/developer-docs) project to ensure continuity while improving the documentation.
For the latest and actively maintained documentation, please visit the [developer-docs repository](https://github.com/ir-engine/developer-docs), which serves as the source for our [official developer site](https://docs.ir.world/developers).
# Documentation
- [Installation instructions](./docs/manual/01_install/index.md)
- [Projects API](./docs/manual/01_projects.md)
- [Scene Editor, Locations, Instances and other Concepts](./docs/manual/02_concepts)
- [Entity Component System Overview (ECS)](./docs/manual/03_modules/01_engine/04_ecs.md)
- [Testing guide](./docs/manual/03_modules/01_engine/07_testing/index.md)
- [Writing Reasonable & Testable Code](./docs/manual/03_modules/01_engine/07_testing/01_reasonableCode.md)
- [Test-driven Development](./docs/manual/03_modules/01_engine/07_testing/02_testDrivenDevelopment.md)
- DevOps
- [Database Migration](./docs/manual/03_modules/05_infrastructure/03_devopsDeployment/04_databaseMigrations.md)
- [Deploying Ethereal Engine on minikube](./docs/manual/03_modules/05_infrastructure/03_devopsDeployment/02_minikube.md)
- See also [Ethereal Engine Wiki](https://github.com/etherealengine/etherealengine/wiki/)## Contributing Guidelines: Documentation Repository
The [Get Involved: Documentation](https://etherealengine.github.io/etherealengine-docs/manual/contributing/documentation/) section contains the set of guidelines and rules that this website follows.
They must be read before contributing to this repository.
> _Alternative [link](./docs/manual/98_contributing/06_documentation/)_