Commit Graph

26 Commits

Author SHA1 Message Date
Ashwin Maroli 10a73596d9 Add lang identifiers to shell based codeblocks 2021-10-28 12:29:31 +05:30
Meet Gor 868d9af3cb
Added docs for running locally (#8852)
Merge pull request 8852
2021-10-23 14:15:32 -04:00
Ben Whetton 13152e1247
Remove GitHub Pages content which is in GitHub docs (#8533)
Merge pull request 8533
2021-01-12 18:44:28 -05:00
Ashwin Maroli bc9774561b
Utilize relative_url filter in documentation site (#8089)
Merge pull request 8089
2020-04-01 08:41:30 -04:00
JC 4c0ba3a6bd docs: fix broken link (#7955)
Merge pull request 7955
2019-12-31 12:15:04 -05:00
James Rhea f56b7d59e6 fix link to Site Source config (#7708)
Merge pull request 7708
2019-06-12 18:39:14 -04:00
Frank Taillandier 688d0734b8 Docs: more inclusive writing (#7283)
Merge pull request 7283
2018-09-29 08:31:28 -04:00
Mike Neumegen 805f438f24 New docs (#7205)
Merge pull request 7205
2018-09-01 04:39:57 -04:00
Frank Taillandier 85aebe9b90 Docs: updates (#6407)
Merge pull request 6407
2017-10-03 03:52:13 -04:00
Frank Taillandier e4b456a2ee Docs: GitHub Pages instructions (#6384)
Merge pull request 6384
2017-09-25 10:41:58 -04:00
Zarino Zappia 034f03ed50 Standardise on "URLs" without apostrophe in docs (#6018)
Merge pull request 6018
2017-04-11 11:19:49 -04:00
Frank Taillandier 02f092809a Merge branch 'master' into fix-broken-links 2017-01-19 14:14:12 +01:00
Purplecarrot 59cbdf5935 Correct minor typo 2017-01-14 10:36:55 +00:00
Frank Taillandier 74e6ef83c9 Use defaults in config
All docs stored in _docs inherit from docs layout
All news items stored in _posts inherit from news-item layout
2017-01-09 21:10:24 +01:00
Kurt Anderson 0ebc832e1b Remove duplicate paragraph. 2017-01-09 08:01:58 -05:00
Frank Taillandier 441b275af2 fix broken links in documentation 2017-01-08 16:43:59 +01:00
Frank Taillandier 870a57316c Merge branch 'master' into revert-5532-perma-docs 2017-01-08 13:38:05 +01:00
XhmikosR d9cf97e9c6 Switch to `https` when possible.
Also, remove two 404 links.
2016-11-29 23:39:23 +02:00
alexmalik df80f6fd2a Replace html links with markdown links 2016-11-20 13:46:55 -06:00
alexmalik 9cd71aaea9 add empty div with markdown="1" attribute
an empty div is necessary in order for the code blocks to render
correctly when not displayed on the jekyllrb site.
2016-11-20 13:42:49 -06:00
alexmalik a41b46ff35 replace {% %} with bacticks for nested code-block
uses Kramdown with the markdown="1" attribute, as suggested by
@mmistakes. This allows rendering of code blocks which are nested
inside HTML tags.
2016-11-20 13:42:49 -06:00
alexmalik c47ae465ad Replace p and code tags with {% highlight %} 2016-11-20 13:42:49 -06:00
alexmalik 127704ad17 Replace backticks with HTML tags
Prior to the change backticks were used in an attempt to create a
code block. The problem is that inside block level HTML tags Markdown
is not supported. I have replaced the backticks with a combination of
HTML tags in order to approximately simulate the appearance of a code
block. The docs suggest possible use of span tags in place of the
surrounding div tags as a solution to getting the Markdown to render.
I tried this but no success.

This change improves the readers understanding of the information,
because the reader doesn't have to make sense of raw markdown.
2016-11-20 13:42:49 -06:00
Frank Taillandier 3e504f0837 mention `docs` folder to deploy on GitHub Pages
fix #5543
2016-11-10 23:42:01 +01:00
Frank Taillandier 820b704e3f appease script/proof --disable-external 2016-11-10 00:00:26 +01:00
Ben Balter 6be62def90
move site to docs folder 2016-11-02 13:51:14 -07:00