An open API service indexing awesome lists of open source software.

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

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/)_