Created docs directory (#364)

Copied wiki into docs directory
This allows developers to open pull requests to edit documentation and also use mkdocs to create a styled HTML version

* changed wiki links to relative links

* removed Planned-Features.md

* removed reference to planned features in Home.md
This commit is contained in:
Farook Al-Sammarraie
2021-05-09 10:01:22 +03:00
committed by GitHub
parent 651a69d29f
commit 993ddcc049
13 changed files with 841 additions and 0 deletions

5
docs/Update.md Normal file
View File

@@ -0,0 +1,5 @@
The detailed documentation is still missing here, but here is an example that might help if you have read about [select statements](Select.md).
```C++
db(update(tab).set(tab.gamma = false).where(tab.alpha.in(1)));
```