From 1e6b5ee7e2711535ea7ca87aba056a29cf2ef67f Mon Sep 17 00:00:00 2001 From: Hannah Bollar Date: Wed, 27 Mar 2024 13:51:31 -0700 Subject: [PATCH] start of definitions Signed-off-by: Hannah Bollar --- source/pages/03Definitions.md | 37 +++++++++++++++++++ .../pages/{03Debugging.md => 04Debugging.md} | 0 .../{04Contribute.md => 05Contribute.md} | 0 source/pages/{05Create.md => 06Create.md} | 0 4 files changed, 37 insertions(+) create mode 100644 source/pages/03Definitions.md rename source/pages/{03Debugging.md => 04Debugging.md} (100%) rename source/pages/{04Contribute.md => 05Contribute.md} (100%) rename source/pages/{05Create.md => 06Create.md} (100%) 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