Commit Graph

8 Commits

Author SHA1 Message Date
silverqx 99d909b145 sync docs 2022-03-26 18:03:58 +01:00
silverqx c82a423e44 sync docs 2022-01-15 17:02:06 +01:00
silverqx 35cf938440 sync docs, added Building and Hello world docs
RootFolderInput component allows to input the root folder and
application folder and these two folders are used across whole
documentation, they are persisted in the local storage.

Also pretty huge enhancements:

 - Docusaurus upgraded to 2.0.0-beta.14
 - APITable component
 - RootFolderInput / RootFolder components
 - enhanced docusaurus.config.js
 - new qmake syntax highlighter
 - fixed bash syntax highlighter
 - fixed robots.txt, moved to static/ folder
 - enabled sass for css modules and for global customCss
2021-12-27 16:53:01 +01:00
silverqx 9de5f5e26a docs added supported compilers 2021-12-11 13:35:36 +01:00
silverqx 559fa2b4c5 sync docs, bugfix headings 2021-07-15 18:28:26 +02:00
silverqx f457fbc936 added docs for subqueries in where() 2021-07-15 18:02:03 +02:00
silverqx a4fe443541 added pluck()
Two overloads, simple pluck(column) to get values from the given column
and pluck<T>(column, key) which returns std::map<T, QVariant> values
of the given column keyed by the given key.

 - added docs
 - added tests
 - manually tested all proxies
2021-07-13 14:28:41 +02:00
silverqx 45f59f2bac modified docs for Docusaurus 2
- added logo and favicon
2021-07-11 15:48:55 +02:00