mentat/docs/apis/rust/0.7.0/edn/query/sidebar-items.js
Emily Toop c5180656cc
Mentat documentation website using Jekyll (#754)
Steps to building docs locally:

    1. Install Jekyll
    2. cd docs
    3. bundle exec jekyll serve --incremental
    4. open local docs site at http://127.0.0.1:4000/


* basic Jekyll site

* Add docs to documentation site

* Update javadoc to allow for error free builds

* Remove docs for rust dependencies

* Better display examples, about and contributing documentation for Mentat

* Version docs
2018-06-25 11:20:36 +01:00

1 line
No EOL
1.3 KiB
JavaScript

initSidebarItems({"enum":[["Binding",""],["Direction",""],["Element",""],["FindSpec","A definition of the first part of a find query: the `[:find ?foo ?bar…]` bit."],["FnArg",""],["IdentOrEntid",""],["Limit",""],["NonIntegerConstant","These are the scalar values representable in EDN."],["OrWhereClause",""],["PatternNonValuePlace","e, a, tx can't be values -- no strings, no floats -- and so they can only be variables, entity IDs, ident keywords, or placeholders. This encoding allows us to represent integers that aren't entity IDs. That'll get filtered out in the context of the database."],["PatternValuePlace","The `v` part of a pattern can be much broader: it can represent integers that aren't entity IDs (particularly negative integers), strings, and all the rest. We group those under `Constant`."],["PullAttributeSpec",""],["PullConcreteAttribute",""],["SrcVar",""],["UnifyVars",""],["VariableOrPlaceholder",""],["WhereClause",""]],"struct":[["Aggregate",""],["NamedPullAttribute",""],["NotJoin",""],["OrJoin",""],["Order","An abstract declaration of ordering: direction and variable."],["ParsedQuery",""],["Pattern",""],["Predicate",""],["Pull",""],["QueryFunction",""],["TypeAnnotation",""],["Variable",""],["WhereFn",""]],"trait":[["ContainsVariables",""],["FromValue",""]],"type":[["SrcVarName",""]]});