Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubpa committed Nov 21, 2020
1 parent 2f4dca5 commit cd76445
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 477 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@

## Documentation

- [API](doc/API.md)
- [Comparison with Unity3D ECS](doc/comparison.md)
- [changelog](doc/changelog.md)
- [TODO](doc/todo.md)

## Example
Expand Down Expand Up @@ -74,6 +73,11 @@ int main() {
- [serialize](src/test/14_serialize/main.cpp)
- [chunk job](src/test/15_chunk_job/main.cpp)
- [singleton](src/test/16_singleton/main.cpp)
- [serial execution](src/test/17_serial/main.cpp)
- [world copy](src/test/18_copy/main.cpp)
- [directly run execution](src/test/19_direct_run/main.cpp)
- [system lifecycle](src/test/20_system_lifecycle/main.cpp)
- [random access components](src/test/21_random/main.cpp)
## Licensing
Expand Down
313 changes: 0 additions & 313 deletions doc/API.md

This file was deleted.

Loading

0 comments on commit cd76445

Please sign in to comment.