Add therories to docs

This commit is contained in:
Isaac Bythewood
2019-12-08 19:24:25 +00:00
parent 613713ece2
commit 16ac804a5f
2 changed files with 11 additions and 0 deletions

10
docs/src/theories.md Normal file
View File

@@ -0,0 +1,10 @@
# Theories
Our general thought process for why we have implemented features the way we
have.
## Boards & Tags
Boards are for overall themes and tags are for specification. An example of this
is "Cars" and "Car Types". A board could be "Cars" and then some tags on a pin
in that board would be "Mustang", "Sports Car", "Sudan", etc.

View File

@@ -16,6 +16,7 @@ nav:
- Home: 'index.md' - Home: 'index.md'
- Screenshots: 'screenshots.md' - Screenshots: 'screenshots.md'
- Extensions: 'extensions.md' - Extensions: 'extensions.md'
- Theories: 'theories.md'
- Docs: 'docs.md' - Docs: 'docs.md'
- Assets: 'assets.md' - Assets: 'assets.md'
- Contributing: 'contributing.md' - Contributing: 'contributing.md'