Commit Graph
98 Commits
Author SHA1 Message Date
Santhi SandGitHub 64dc4e7bbd Fixing the link to Ben Balter's blog post on Jekyll Colletcions
CHanged the link to the blog post from https://ben.balter.com/2016/02/20/jekyll-collections/ to https://ben.balter.com/2015/02/20/jekyll-collections/
2018-04-04 21:54:27 -04:00
Tom JohnsonandGitHub bcd9b91948 Merge pull request #117 from a-akimov/patch-1
Fix an issue with the link to a page for creating issues :-)
2018-03-07 06:16:42 -08:00
Tom JohnsonandGitHub 9031c5e63a Merge pull request #120 from arretx/patch-1
Troubleshooting Clarification
2018-03-07 06:16:03 -08:00
tomjoht 08ff8f29ae test to fix disqus code 2018-02-07 09:58:25 -08:00
Jon GriffithandGitHub 2f5922d01c Troubleshooting Clarification
Edited this section to clarify and provide more detail.
2018-01-31 23:06:39 -07:00
tomjoht cd880f75a3 fix url logic in disqus component 2018-01-23 21:27:06 -08:00
Aleksei AkimovandGitHub 041abda0d4 Fix an issue with the link to a page for creating issues :-) 2018-01-17 16:59:01 +01:00
Tom JohnsonandGitHub d935581557 small update as test 2018-01-02 15:42:38 -07:00
Tom Johnson f34623eedc Merge branch 'gh-pages' of https://github.com/tomjoht/documentation-theme-jekyll into gh-pages 2017-12-28 21:17:01 -08:00
Tom Johnson 744754a9c9 added more detail about the pdf generation process and also updated the pdfs 2017-12-28 21:14:39 -08:00
Boris GordtsandGitHub 94a7742e9c Fix: " too much in closing image tag. 2017-12-04 14:06:51 +01:00
Tom Johnson 8a0f37d913 fix issue with apostrophes in titles 2017-11-02 11:02:48 -07:00
Tom JohnsonandGitHub 58cbb9c0d5 Merge pull request #105 from chickahoona/gh-pages
Added GitLab support for GitLab pages and GitLab Edit Links
2017-09-26 07:05:43 -07:00
KazyraandGitHub 2986c3798e Update mydoc_pages.md 2017-09-25 17:25:15 -07:00
Tom Johnson e5518c6a3b removed unnecessary parentheses in some liquid tags 2017-08-29 08:54:46 -07:00
chickahoona 12908878e0 Added GitLab support for GitLab pages and GitLab Edit Links 2017-08-20 17:28:45 +02:00
Tom Johnson 2690b49fe9 changed references from tomjohnson1492 to tomjoht 2017-08-19 23:51:36 -07:00
Tom Johnson f89c73b920 added more instruction around block elements inside alerts 2017-08-19 10:41:58 -07:00
Tom Johnson 0397cb4162 Fixed PDF generation scripts so they work correctly now 2017-08-19 09:58:09 -07:00
martinbydefaultandGitHub 2e22414f5a typo 2017-07-31 22:33:27 -03:00
Tom Johnson fad29f113b improved doc around sidebars, fixed bug with topnav code for single items, improved other doc with supported features 2017-06-05 09:27:03 -07:00
Tom Johnson 361d9f960e updates for 6.1 - removed sidebarconfigs, added topnav flexibility, removed scroll layout, updated docs, removed lavish-bootstrap, replaced with normal bootstrap, added styles to compensate 2017-06-05 06:10:01 -07:00
Damien Lespiau 23f22bff35 Fix you're -> your typo
Could also be reworded to "But if you're using HTML ..."
2017-06-02 08:02:00 +01:00
Tom Johnson 5505b46f0e typo in docs 2017-05-01 14:36:35 -07:00
Tom Johnson 0e9e26ee13 updated theme doc on github editme path 2017-05-01 14:30:01 -07:00
Charles Prakash Dasari 822cf1fd7d Removing .DS_Store files 2017-04-25 09:51:12 -07:00
Tim YocumandGitHub eb0a575369 HMTL->HTML 2017-04-17 20:24:14 -05:00
Tom JohnsonandGitHub 163b350341 Merge pull request #75 from bogaotory/patch-1
Fix missing div close tag
2017-04-10 22:50:00 -07:00
Tom JohnsonandGitHub a6a2882279 Merge pull request #74 from bogaotory/patch-2
Fix missing div close tag
2017-04-10 22:49:50 -07:00
Tom JohnsonandGitHub 394af1b392 Merge pull request #80 from kmindi/patch-1
removes redundant " in news.html
2017-04-10 22:49:40 -07:00
Tom JohnsonandGitHub d50e5bced3 Merge pull request #71 from jasonquick/patch-1
Remove redundant closing anchor tag in tooltips documentation
2017-04-10 22:21:51 -07:00
Kai Mindermann M.ScandGitHub fa25a31b51 removes redundant " in news.html 2017-04-10 17:30:15 +02:00
Bo GaoandGitHub 02f433db84 Fix missing div close tag 2017-03-14 13:24:41 +00:00
Bo GaoandGitHub e202813e54 Fix missing div close tag 2017-03-14 13:23:51 +00:00
jasonquickandGitHub 71fab11052 Remove redundant closing anchor tag 2017-02-24 12:40:30 -05:00
George Hartzell 1d45fd9a11 Whitespace
Neatness counts...  Make the sample table columns line up....
2017-02-14 13:55:28 -08:00
George Hartzell c1baee6f4a Enable DataTables for Markdown tables
Add a jQuery snippet to decorate any tables between a pair of "marker"
divs with `class=display`.  Credit [here][jq-hack]

Now we can create DataTables using Markdown.

Extend the explanations to include this info.

[jq-hack]: http://www.beardedhacker.com/blog/2015/08/28/add-class-attribute-to-markdown-table/
2017-02-14 13:05:13 -08:00
George Hartzell 0eee5ad0f1 Wordsmith the prose 2017-02-14 11:23:56 -08:00
George Hartzell 8dc46885e1 Use ready function from the default layouts
You don't actually need to include the document ready function in the
page.

The commit updates the document ready function in the default template
to specify the features discussed in the prose and deletes the one that
is embedded in the page itself.
2017-02-14 11:22:13 -08:00
tomjohnson1492 06dc9e0e25 fixed content api tooltips demo 2017-02-10 14:24:00 -08:00
tomjohnson1492 0152400034 fine tune doc on github api 2017-01-27 07:25:26 -08:00
tomjohnson1492 b468d0682b added instructions for fixing github API errors on auto-rebuild 2017-01-27 07:16:13 -08:00
George HartzellandGitHub 0bc5d36def typo: _congfig.yml -> _config.ym. 2017-01-16 10:30:58 -08:00
tomjohnson1492 ffb638b2f7 fix formatting error 2017-01-10 15:40:37 -08:00
tomjohnson1492 771720c7aa Removed readme.txt file because Github made an update that makes it take precedence over the index.html file 2016-12-12 19:59:29 -08:00
tomjohnson1492 3a58266853 updated gemfiles to reduce conflicts 2016-12-06 15:20:09 -08:00
tomjohnson1492 bc30e1ea34 test commit 2016-12-06 09:14:11 -08:00
tomjohnson1492 899868c8a5 fixing typo 2016-12-05 22:48:02 -08:00
tomjohtandGitHub d5b31eb1ab typo correction 2016-12-05 22:46:22 -08:00
tomjohnson1492 59fb8788b8 small edit for demo purposes 2016-12-05 22:44:58 -08:00