Commit Graph

252 Commits

Author SHA1 Message Date
EricFromCanada
e47ea38940 Condense and improve examples 2021-04-22 17:19:13 -04:00
EricFromCanada
537f53ef7c Remove ignored Gemfile.lock 2021-04-22 08:48:52 -04:00
Dylan Thacker-Smith
bcf72e42d2 Merge pull request #1419 from ADTC/ghp-readme-install
Expanded instructions for getting started
2021-03-30 09:34:29 -07:00
ADTC
7cfa4aa8bc Update README with first-time install instructions
In order to use `bundle` you first have to install it with Ruby. The instructions are expanded to include this procedure.
2021-03-30 14:41:39 +08:00
ADTC
cd467810fb Install wdm Ruby gem in Windows
To avoid polling the file system for changes, Jekyll recommends installing the Windows Directory Monitor in a Windows environment.

After merging this, those on Windows will need to run `bundle install` again. This shouldn't affect other environments.
2021-03-30 10:03:25 +08:00
Dylan Thacker-Smith
109a1fe88a Ignore tags file to avoid conflicts with using ctags (#1411) 2021-03-17 03:44:19 -04:00
Dylan Thacker-Smith
67f086040a Merge pull request #1410 from Shopify/gh-pages-fix-ci
docs CI: Use github actions and non-EOL ruby version
2021-03-16 17:37:43 -04:00
Dylan Thacker-Smith
aa6240f43c Upgrade local dependencies to match what github pages uses
to match what is currently on https://pages.github.com/versions/
2021-03-08 11:39:19 -08:00
Dylan Thacker-Smith
40bf603bfb CI: Use github actions and non-EOL ruby version
* travis-ci.org is going away, so replace it with github actions
* ruby 2.4 is no longer supported upstream, so upgrade to 2.6
2021-03-08 10:25:28 -08:00
Justin Li
ca2050446c Merge pull request #1408 from ADTC/gh-patch-1
Make the documentation for increment/decrement clearer
2021-03-07 18:31:45 -05:00
ADTC
506df22f41 Put the initial values into a code container
It looks better and more readable this way.
2021-03-05 04:17:45 +08:00
ADTC
c63fcdfe0a Apply suggestions from code review
May as well keep the description of the initial render of the tag together.

Co-authored-by: Dylan Thacker-Smith <dylan.smith@shopify.com>
2021-03-05 04:14:17 +08:00
ADTC
95dca87f49 Make the documentation for increment/decrement clearer
The increment and decrement tags are special in that they would output or echo the variable's final value onto the page (or whatever output sink you're using). This needs to be mentioned in the documentation.

Please see Shopify#1399 for more info and discussion.
2021-03-05 02:53:01 +08:00
Mike Angell
6a01c98702 Merge pull request #1147 from EricFromCanada/gh-pages-updates
Documentation fixes & improvements
2019-09-20 03:48:24 +10:00
Mike Angell
515ea65511 Ignore vendor for travis (#1171) 2019-09-20 03:41:18 +10:00
EricFromCanada
a136b74803 Grammar and word choice improvements for readability 2019-09-11 10:46:41 -04:00
EricFromCanada
adf59df3d9 Prefer double quotes for strings 2019-09-09 23:06:39 -04:00
EricFromCanada
40ab3ef17c Fixes for URLs 2019-09-09 23:05:45 -04:00
EricFromCanada
bea649dc63 Auto-generate more code samples, plus other fixes and improvements 2019-09-09 23:01:21 -04:00
EricFromCanada
ea6b176363 Relocate {% raw %} tags inside code blocks 2019-09-09 22:59:33 -04:00
EricFromCanada
9ff1b88985 Adjust whitespace 2019-09-09 22:58:29 -04:00
EricFromCanada
4cfd19a27e Create .editorconfig 2019-09-09 22:52:34 -04:00
EricFromCanada
29d3ac003a Update README instructions 2019-09-09 22:49:19 -04:00
Mike Angell
3b7538566c Merge pull request #1140 from HayatoDoi/gh-pages-pre-wrap
The code is not wrapped when reading a document from a smartphone.
2019-09-04 14:36:36 +10:00
Adam Hollett
01d1f08c6a Merge pull request #1057 from EricFromCanada/gh-pages-updates
Add additional documentation
2019-08-30 10:09:55 -04:00
HayatoDoi
1577b29127 add pre-wrap (Wrap line feed with pre element) 2019-08-29 21:21:43 +09:00
EricFromCanada
58e6e416eb Add additional documentation
Includes descriptions of logical operator order, `else` in a `for` loop, `sort`'s parameter, and dot notation for `first`/`last`/`size`.
2019-08-26 15:35:04 -04:00
Justin Li
83ce52a5f1 Merge pull request #1121 from ZakCodes/scroll-to-section
Scroll to the section of the page
2019-08-06 19:23:57 -04:00
Zakary Kamal Ismail
ecfcbc3ed5 Scroll to the current section in the sidebar 2019-08-06 18:55:08 -04:00
Justin Li
ca3a1bf995 Merge pull request #1123 from ZakCodes/collections
Use collections for the sections of the site
2019-08-06 17:54:30 -04:00
Zakary Kamal Ismail
061dabed98 Use collections for the sections of the site 2019-07-28 16:27:13 -04:00
Abdulwahaab Ahmed
d4159b6069 Updating docs to recommend users to create a development store (#1116)
Updating docs to recommend users to create a development store
2019-07-22 14:49:34 -04:00
Abdulwahaab Ahmed
ecd707cb44 Update basics/variations.md
Co-Authored-By: Clayton Smith <clayton.smith@shopify.com>
2019-07-22 14:14:03 -04:00
Abdulwahaab Ahmed
7a0afa372e Update basics/variations.md
Co-Authored-By: Clayton Smith <clayton.smith@shopify.com>
2019-07-22 12:46:32 -04:00
Abdulwahaab Ahmed
1547da87a5 Updating docs to recommend users to create a development store and removing an expired link 2019-07-22 10:54:21 -04:00
liamgriffin
e0f4e8f232 Merge pull request #1081 from Shopify/adding-GA-tracking
Add GA tag for tracking
2019-03-28 15:25:32 +00:00
liamgriffin
f15825ac76 Add GA tag for tracking
Adding UA tracking tag received from data team to monitor site traffic on Google Analytics
2019-03-27 10:25:27 +00:00
Justin Li
a79240a909 Merge pull request #1039 from Shopify/where-filter-documentation
Add documentation for where filter
2019-03-08 15:32:48 -05:00
Samuel
fbad7cf377 Fix variable name 2019-01-07 13:13:02 -05:00
Samuel
ea0bf2d30b fix braces 2018-10-19 10:52:36 -04:00
Samuel Doiron
d18fc08323 Merge pull request #1043 from Shopify/firefox-scroll-bug
Fix scroll bug on firefox
2018-10-15 15:06:21 -04:00
Samuel
22cb0018a5 Fix scroll bug on firefox 2018-10-15 14:34:55 -04:00
Samuel
8845d1ada1 Add documentation for where filter 2018-10-12 16:19:19 -04:00
Justin Li
45e7d6b652 Merge pull request #1031 from DirtyF/redirects
Fix redirects
2018-09-21 13:15:30 -04:00
Frank Taillandier
15c6d74646 Exclude lock files 2018-09-21 18:37:09 +02:00
Frank Taillandier
d9a4a3d9d7 security: npm audit fix
fixed 2 low severity vulnerabilities
2018-09-21 18:34:33 +02:00
Frank Taillandier
e9e3e306ee upgrade to latest GitHub Pages 2018-09-21 18:27:13 +02:00
Frank Taillandier
cea42bd165 Use example.com as example 2018-09-21 18:26:50 +02:00
Frank Taillandier
725335bbc1 Fix redirection 2018-09-21 18:26:34 +02:00
Frank Taillandier
307c8befc5 Set default URL to GitHub
http://liquidmarkup.org returns 301
2018-09-21 18:25:50 +02:00