c6578818a4
Merge pull request #133 from vduseev/patch-1
...
Rephrased vague explanation about Gemfile
2018-09-20 22:05:52 -07:00
757a05297e
Fix rendering of yaml example in index.md
...
One yaml example is not rendered with yaml syntax highlighting because
the `yaml` type is misspelled as `yamll`.
Change-Id: I9e2a5c2456013884ae121f8bea82ccc16ebc5ee0
2018-09-14 08:34:48 +09:00
e9160112b8
Rephrased vague explanation about Gemfile
2018-05-27 02:22:20 +07:00
a883fcc605
remove blurb on other doc project theme
2018-03-04 08:08:10 -08:00
701f9ed2a1
added note about subscribing to blog and linked to other jekyll doc theme
2017-12-28 21:29:38 -08:00
744754a9c9
added more detail about the pdf generation process and also updated the pdfs
2017-12-28 21:14:39 -08:00
4b4666e9e1
fix typo
2017-11-02 11:04:59 -07:00
8a0f37d913
fix issue with apostrophes in titles
2017-11-02 11:02:48 -07:00
2690b49fe9
changed references from tomjohnson1492 to tomjoht
2017-08-19 23:51:36 -07:00
337eb88ab7
add no-cache to docker-compose build instructions
2017-08-09 13:18:22 +02:00
a65bad570b
Add docker-compose.yml file
...
To run the site in docker is now a single command.
2017-08-09 09:57:33 +02:00
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
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
009cb9c980
Adding a feature to support hiding sidebar on pages
2017-04-25 12:19:43 -07:00
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
7254df404c
fixing edit me links
2016-11-09 22:54:04 -08:00
47160d82f1
content update
2016-10-07 19:12:59 -07:00
b69693e0fb
improved installation instructions
2016-10-07 18:58:20 -07:00
debb57f247
fixing series demo links
2016-08-11 17:45:28 -07:00
edbed043f3
fixing broken link
2016-07-18 11:27:37 -07:00
646a115376
made some fixes in the docs and to the relative links with posts and news pages
2016-07-10 15:29:15 -07:00
cce99619c0
fixing permalinks
2016-07-06 17:45:00 -07:00
62c2a90881
added note about how to download theme
2016-07-04 23:44:43 -07:00
2b60b63e25
updates for 6.0 release start here. see the release notes for all the details in 6.0
2016-07-04 23:41:16 -07:00
f55c60e4d1
fixed github edit me links. also added doc for using variables with include parameters for notes, callouts, etc.
2016-06-16 15:20:34 -07:00
6653e1a846
Revert "cleanup and new navigation ideas"
2016-06-10 16:00:23 -07:00
a6d30be627
cleanup
2016-06-10 00:33:58 +12:00
afbbd50fa1
added workflow example
2016-05-30 22:34:25 -07:00
1f4bf78619
updated install instructions
2016-05-30 16:53:12 -07:00
fc1efd12b8
updated broken links
2016-05-30 09:00:00 -07:00
80dd22387d
some updates to fix the urls-update script
2016-05-17 08:03:46 -07:00
d7d5286239
updated the way I do callouts and alerts. This approach is better than the old way. You use includes here and pass parameters. This approach leads to fewer errors. The output looks the same, and you can use Markdown directly inside of the alerts or callouts instead of switching to HTML syntax.
2016-04-09 09:18:55 -07:00
3b2241c958
streamlined my process for managed links a bit by removing some redundancy with the way the urls.txt iterates through each sidebar.
2016-03-30 10:17:01 -07:00
93c21ab2c3
changed folder naming scheme in sidebar
2016-03-25 20:59:13 -07:00
fb11fbbee9
added more robust instructions for installing jekyll on windows and mac
2016-03-24 12:17:03 -07:00
283dfa3b73
color fix for sidebar, also added instructions for installing jekyll on windows
2016-03-23 23:07:59 -07:00
8c4de1ce49
fixing sidebar title issue, also added more links and refinement to getting started page in doc
2016-03-23 10:21:15 -07:00
f53a0fe335
fixing error
2016-03-22 15:54:28 -07:00
b630fdd21c
added instructions for publishing with github pages. also added more detail on install page and in config file -- just documentation
2016-03-22 15:42:02 -07:00
5012328645
changed paramenter from toc - none to toc - false to be more standard with the way parameters are set
2016-03-21 10:01:34 -07:00
ae69b83a96
more updates to doc, some theme tweaks, finalizing the 5.0 release
2016-03-20 22:53:03 -07:00
f8b960225e
releasing version 4.0 of the doc theme. Major overhaul to the theme. Now it supports multiple doc projects within the same project. The intent is to replicate CCMS behavior so that an entire team can work off of the same project, each operating somewhat independently or not on various subprojects.
2015-11-30 13:53:18 -08:00
f9e2d49bc2
reverting change
2015-09-30 16:17:33 -07:00
86366e0c25
small change for demo purposes
2015-09-30 16:15:22 -07:00
5525a7a885
changing how github edit button works
2015-09-18 14:25:02 -07:00
d436471bdb
added comment
2015-09-18 12:14:01 -07:00
7db665b395
removed test hello
2015-09-18 11:15:11 -07:00
53e61ae8b9
test edit
2015-09-18 10:49:26 -07:00
445b1d1f44
I changed the way I create links to use references to a data YML file instead of relying on the capture tag and including reference to the file with the captions. Using the capture tag was highly susceptible to broken links and way too manual. See the Links topic for more detail about the new method.
2015-09-13 16:33:16 -07:00
3c324792c5
switching to kramdown to see if it fixes Github Pages page-build errors
2015-09-08 13:46:51 -07:00