diff --git a/source/pages/03Definitions.md b/source/pages/03Definitions.md new file mode 100644 index 0000000..c40172e --- /dev/null +++ b/source/pages/03Definitions.md @@ -0,0 +1,37 @@ +# List of Words and their one-liner Definitions + +*Includes links to internal pages where relevant.* + +Some of the terms we use are very HTML-specific, following their conventions and terminology. For those not used to these conventions and to explain why we've made some of the design decisions that we have done, we've added a list of relevant words and their definitions. + +Looking for a word but it's not below - [submit an issue](https://github.com/Volumetrics-io/documentation/edit/main/source/pages/03Definitions.md) to request the change or make a pull request to add the definition yourself! + +## The List + +- [_entity_](#entity) +- [_entity-component-system_](#entitycomponentsystem) +- [_component-system_](#componentsystem) +- [_data-attribute_](#dataattribute) +- [_data-component_](#datacomponent) + +## Definitions + +### _entity_ + +todo + +### _entity-component-system_ + +todo + +### _component-system_ + +todo + +### _data-attribute_ + +todo + +### _data-component_ + +todo - a type of data attribute diff --git a/source/pages/03Debugging.md b/source/pages/04Debugging.md similarity index 100% rename from source/pages/03Debugging.md rename to source/pages/04Debugging.md diff --git a/source/pages/04Contribute.md b/source/pages/05Contribute.md similarity index 100% rename from source/pages/04Contribute.md rename to source/pages/05Contribute.md diff --git a/source/pages/05Create.md b/source/pages/06Create.md similarity index 100% rename from source/pages/05Create.md rename to source/pages/06Create.md