diff --git a/Home.md b/Home.md index ca20705..5679e07 100644 --- a/Home.md +++ b/Home.md @@ -1,11 +1 @@ -Welcome to the liquidjs wiki! - -* [[Builtin Tags]] - -* [[Builtin Filters]] - -* [[Operators]] - -* [[Truthy and Falsy]] - -* [[Whitespace Control]] \ No newline at end of file +Welcome to the liquidjs wiki! \ No newline at end of file diff --git a/Operators.md b/Operators.md index fe8098c..949a56a 100644 --- a/Operators.md +++ b/Operators.md @@ -1,3 +1,3 @@ -Please refer to the operators document from Shopify: . Operators supported by LiquidJS are: +Please refer to [the operators document](https://shopify.github.io/liquid/basics/operators/) from Shopify. Operators supported by LiquidJS are: `==`, `!=`, `>`, `<`, `>=`, `<=`, `or`, `and`, `contains`. diff --git a/Use-with-Expressjs.md b/Use-with-Expressjs.md index b53c93d..b9e43b4 100644 --- a/Use-with-Expressjs.md +++ b/Use-with-Expressjs.md @@ -9,3 +9,5 @@ app.set('view engine', 'liquid'); // set liquid to default [`views`][express-views] variable in express.js will also be respected for partial (includes and layouts) look up. + +[express-views]: http://expressjs.com/en/guide/using-template-engines.html diff --git a/_Sidebar.md b/_Sidebar.md index 1f350ba..092fe18 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -8,14 +8,14 @@ * [Register Filters/Tags](/harttle/liquidjs/wiki/Register-Filters-Tags) * [Write a Plugin](/harttle/liquidjs/wiki/Write-a-Plugin) * API - * [Options](/harttle/liquidjs/blob/master/doc/interfaces/_liquid_options_.liquidoptions.html) + * [Options](https://harttle.github.io/liquidjs/interfaces/_liquid_options_.liquidoptions.html) * [Builtin Filters](/harttle/liquidjs/wiki/Builtin-Filters) * [Builtin Tags](/harttle/liquidjs/wiki/Builtin-Tags) * [Operators](/harttle/liquidjs/wiki/Operators) * [Truthy and Falsy](/harttle/liquidjs/wiki/Truthy-and-Falsy) * Demos - * Node.js: [/demo/node/](demo/node/) - * Browser: , [/demo/browser/](demo/browser/) - * Express.js: [/demo/express/](demo/express/) - * TypeScript: [/demo/typescript/](demo/typescript/) - * React JS: [/demo/reactjs/](demo/reactjs/) \ No newline at end of file + * [Node.js Demo](demo/node/) + * Browser: [jsfiddle](https://jsfiddle.net/6u40xbzs/), [/demo/browser/](/harttle/liquidjs/blob/master/demo/browser/) + * [Express.js Demo](/harttle/liquidjs/blob/master/demo/express/) + * [TypeScript Demo](/harttle/liquidjs/blob/master/demo/typescript/) + * [React JS Demo](/harttle/liquidjs/blob/master/demo/reactjs/) \ No newline at end of file