diff --git a/README.md b/README.md index 4ada081..fd441a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +*| JavaECS* # JavaECS-Docs ## *Documentation for the Java Entity-Component-System* diff --git a/docs/component/component.md b/docs/component/component.md index 6e06737..b2d08b3 100644 --- a/docs/component/component.md +++ b/docs/component/component.md @@ -1,4 +1,4 @@ -*[JavaECS](../../README.md) / [docs](../overview.md) / component* +*| [JavaECS](../../README.md) | [docs](../overview.md) | component* # Component ### Contents diff --git a/docs/entity/entity.md b/docs/entity/entity.md index 6c3f163..ffeba50 100644 --- a/docs/entity/entity.md +++ b/docs/entity/entity.md @@ -1,4 +1,4 @@ -*[JavaECS](../../README.md) / [docs](../overview.md) / entity* +*| [JavaECS](../../README.md) | [docs](../overview.md) | entity* # Entity ### Contents diff --git a/docs/overview.md b/docs/overview.md index da644cb..f108169 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -1,4 +1,4 @@ -*[JavaECS](../../README.md) / docs* +*| [JavaECS](../README.md) | docs* # Entity ### Contents [About](#About) diff --git a/docs/system/system.md b/docs/system/system.md index c5c6c56..dfab437 100644 --- a/docs/system/system.md +++ b/docs/system/system.md @@ -1,4 +1,4 @@ -*[JavaECS](../../README.md) / [docs](../overview.md) / system* +*| [JavaECS](../../README.md) | [docs](../overview.md) | system* # System ### Contents