-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
documentation/docs/adapters/EntityAdapter/entries/data/marker_data.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import * as fields from '@site/src/components/EntryField'; | ||
import Admonition from '@theme/Admonition'; | ||
import Link from '@docusaurus/Link'; | ||
|
||
# Marker Data | ||
|
||
Whether the entity is a marker | ||
|
||
|
||
## Fields | ||
|
||
<fields.EntryField name='Marker' required> | ||
Whether the entity is a marker. | ||
</fields.EntryField> | ||
<fields.EntryField name='Priority Override' optional> | ||
</fields.EntryField> |
16 changes: 16 additions & 0 deletions
16
documentation/docs/adapters/EntityAdapter/entries/data/puff_state_data.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import * as fields from '@site/src/components/EntryField'; | ||
import Admonition from '@theme/Admonition'; | ||
import Link from '@docusaurus/Link'; | ||
|
||
# Puff State Data | ||
|
||
State of the Puf entity | ||
|
||
|
||
## Fields | ||
|
||
<fields.EntryField name='State' required> | ||
The state of the Puf entity. | ||
</fields.EntryField> | ||
<fields.EntryField name='Priority Override' optional> | ||
</fields.EntryField> |
16 changes: 16 additions & 0 deletions
16
documentation/docs/adapters/EntityAdapter/entries/data/size_data.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import * as fields from '@site/src/components/EntryField'; | ||
import Admonition from '@theme/Admonition'; | ||
import Link from '@docusaurus/Link'; | ||
|
||
# Size Data | ||
|
||
Size of the entity | ||
|
||
|
||
## Fields | ||
|
||
<fields.EntryField name='Size' required> | ||
The size of the entity. | ||
</fields.EntryField> | ||
<fields.EntryField name='Priority Override' optional> | ||
</fields.EntryField> |
16 changes: 16 additions & 0 deletions
16
documentation/docs/adapters/EntityAdapter/entries/data/small_data.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import * as fields from '@site/src/components/EntryField'; | ||
import Admonition from '@theme/Admonition'; | ||
import Link from '@docusaurus/Link'; | ||
|
||
# Small Data | ||
|
||
Whether the entity is small | ||
|
||
|
||
## Fields | ||
|
||
<fields.EntryField name='Small' required> | ||
Whether the entity is small. | ||
</fields.EntryField> | ||
<fields.EntryField name='Priority Override' optional> | ||
</fields.EntryField> |