From f0b925337f939a4ea5582a632b0b1d8ab606c68e Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Mon, 20 Apr 2015 12:10:04 -0700 Subject: [PATCH] removing gh-pages branch and putting everything in master --- .htaccess | 1 + .idea/.name | 1 + .idea/dictionaries/tjohnson.xml | 7 + .idea/inspectionProfiles/Project_Default.xml | 22 + .../inspectionProfiles/profiles_settings.xml | 7 + .idea/misc.xml | 14 + .idea/modules.xml | 8 + .idea/resolve.iml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 1289 ++ 404.md | 19 + README.md | 10 +- _data/definitions.yml | 17 + _data/glossary.yml | 1 + _data/notes.yml | 10 + _data/options.yml | 15 + _data/sidebar.yml | 211 + _data/strings.yml | 5 + _data/tags.yml | 11 + _data/topnav.yml | 37 + _drafts/2015-02-05-troubleshooting.md | 6 + _includes/archive.html | 15 + _includes/conditions.html | 15 + _includes/disqus.html | 16 + _includes/footer.html | 12 + _includes/google_analytics.html | 6 + _includes/head.html | 33 + _includes/head_offline.html | 37 + _includes/initialize_shuffle.html | 130 + _includes/linkrefs.html | 63 + _includes/related_pages.html | 28 + _includes/related_posts.html | 19 + _includes/reuse/endpoint_descriptions.md | 5 + _includes/reuse/hmac_security.md | 24 + .../reuse/rest_response_abbreviations.md | 5 + _includes/sidebar.html | 87 + _includes/taglogic.html | 16 + _includes/toc.html | 21 + _includes/topnav.html | 80 + _layouts/archive.html | 15 + _layouts/default.html | 65 + _layouts/default_print.html | 46 + _layouts/none.html | 3 + _layouts/page.html | 42 + _layouts/page_print.html | 16 + _layouts/post.html | 59 + _layouts/tag_page.html | 13 + _sass/_base.scss | 204 + _sass/_layout.scss | 236 + _sass/_syntax-highlighting.scss | 67 + _tooltips/baseball.html | 5 + _tooltips/basketball.html | 5 + _tooltips/football.html | 5 + _tooltips/soccer.html | 5 + archive.html | 21 + bower_components/video.js/.bower.json | 39 + bower_components/video.js/CHANGELOG.md | 389 + bower_components/video.js/CONTRIBUTING.md | 275 + bower_components/video.js/Gruntfile.js | 700 + bower_components/video.js/LICENSE | 13 + bower_components/video.js/README.md | 60 + bower_components/video.js/bower.json | 28 + bower_components/video.js/component.json | 22 + bower_components/video.js/composer.json | 14 + bower_components/video.js/contrib.json | 341 + .../video.js/dist/video-js/demo.captions.vtt | 41 + .../video.js/dist/video-js/demo.html | 32 + .../video.js/dist/video-js/font/vjs.eot | Bin 0 -> 4804 bytes .../video.js/dist/video-js/font/vjs.svg | 28 + .../video.js/dist/video-js/font/vjs.ttf | Bin 0 -> 4640 bytes .../video.js/dist/video-js/font/vjs.woff | Bin 0 -> 2508 bytes .../video.js/dist/video-js/lang/ar.js | 26 + .../video.js/dist/video-js/lang/bg.js | 26 + .../video.js/dist/video-js/lang/ca.js | 26 + .../video.js/dist/video-js/lang/cs.js | 26 + .../video.js/dist/video-js/lang/de.js | 26 + .../video.js/dist/video-js/lang/es.js | 26 + .../video.js/dist/video-js/lang/fr.js | 26 + .../video.js/dist/video-js/lang/hu.js | 26 + .../video.js/dist/video-js/lang/it.js | 26 + .../video.js/dist/video-js/lang/ja.js | 26 + .../video.js/dist/video-js/lang/ko.js | 26 + .../video.js/dist/video-js/lang/nl.js | 26 + .../video.js/dist/video-js/lang/pt-BR.js | 26 + .../video.js/dist/video-js/lang/ru.js | 26 + .../video.js/dist/video-js/lang/tr.js | 26 + .../video.js/dist/video-js/lang/uk.js | 26 + .../video.js/dist/video-js/lang/vi.js | 26 + .../video.js/dist/video-js/lang/zh-CN.js | 27 + .../video.js/dist/video-js/lang/zh-TW.js | 27 + .../video.js/dist/video-js/lang/zh.js | 27 + .../video.js/dist/video-js/video-js.css | 1010 ++ .../video.js/dist/video-js/video-js.less | 1237 ++ .../video.js/dist/video-js/video-js.min.css | 5 + .../video.js/dist/video-js/video-js.swf | Bin 0 -> 17172 bytes .../video.js/dist/video-js/video.dev.js | 11797 ++++++++++++++++ .../video.js/dist/video-js/video.js | 199 + .../video.js/dist/video-js/video.novtt.dev.js | 9846 +++++++++++++ .../video.js/dist/video-js/video.novtt.js | 195 + .../video.js/docs/api/vjs.BigPlayButton.md | 660 + .../video.js/docs/api/vjs.Button.md | 659 + .../video.js/docs/api/vjs.CaptionsButton.md | 10 + .../video.js/docs/api/vjs.CaptionsTrack.md | 793 ++ .../video.js/docs/api/vjs.ChaptersButton.md | 10 + .../video.js/docs/api/vjs.ChaptersTrack.md | 793 ++ .../docs/api/vjs.ChaptersTrackMenuItem.md | 8 + .../video.js/docs/api/vjs.Component.md | 679 + .../video.js/docs/api/vjs.ControlBar.md | 659 + .../video.js/docs/api/vjs.CoreObject.md | 93 + .../docs/api/vjs.CurrentTimeDisplay.md | 657 + .../video.js/docs/api/vjs.DurationDisplay.md | 657 + .../video.js/docs/api/vjs.Flash.md | 56 + .../video.js/docs/api/vjs.FullscreenToggle.md | 657 + .../video.js/docs/api/vjs.Html5.md | 94 + .../video.js/docs/api/vjs.JSON.md | 30 + .../video.js/docs/api/vjs.LoadProgressBar.md | 657 + .../video.js/docs/api/vjs.LoadingSpinner.md | 657 + .../video.js/docs/api/vjs.MediaLoader.md | 659 + .../docs/api/vjs.MediaTechController.md | 33 + .../video.js/docs/api/vjs.Menu.md | 668 + .../video.js/docs/api/vjs.MenuButton.md | 662 + .../video.js/docs/api/vjs.MenuItem.md | 673 + .../video.js/docs/api/vjs.MuteToggle.md | 657 + .../docs/api/vjs.OffTextTrackMenuItem.md | 10 + .../video.js/docs/api/vjs.PlayProgressBar.md | 657 + .../video.js/docs/api/vjs.PlayToggle.md | 657 + .../video.js/docs/api/vjs.Player.md | 1407 ++ .../video.js/docs/api/vjs.PosterImage.md | 680 + .../video.js/docs/api/vjs.ProgressControl.md | 658 + .../docs/api/vjs.RemainingTimeDisplay.md | 657 + .../video.js/docs/api/vjs.SeekBar.md | 669 + .../video.js/docs/api/vjs.SeekHandle.md | 657 + .../video.js/docs/api/vjs.Slider.md | 669 + .../video.js/docs/api/vjs.SliderHandle.md | 657 + .../video.js/docs/api/vjs.SubtitlesButton.md | 10 + .../video.js/docs/api/vjs.SubtitlesTrack.md | 793 ++ .../video.js/docs/api/vjs.TextTrack.md | 795 ++ .../video.js/docs/api/vjs.TextTrackButton.md | 10 + .../video.js/docs/api/vjs.TextTrackDisplay.md | 10 + .../docs/api/vjs.TextTrackMenuItem.md | 10 + .../video.js/docs/api/vjs.TimeDivider.md | 659 + .../video.js/docs/api/vjs.VolumeBar.md | 669 + .../video.js/docs/api/vjs.VolumeControl.md | 657 + .../video.js/docs/api/vjs.VolumeHandle.md | 656 + .../video.js/docs/api/vjs.VolumeLevel.md | 657 + .../video.js/docs/api/vjs.VolumeMenuButton.md | 662 + bower_components/video.js/docs/api/vjs.md | 183 + .../video.js/docs/api/vjs.media.md | 23 + bower_components/video.js/docs/guides/api.md | 44 + .../video.js/docs/guides/components.md | 59 + .../video.js/docs/guides/glossary.md | 39 + .../video.js/docs/guides/languages.md | 313 + .../video.js/docs/guides/options.md | 153 + .../video.js/docs/guides/plugins.md | 47 + .../video.js/docs/guides/removing-players.md | 41 + .../video.js/docs/guides/setup.md | 122 + .../video.js/docs/guides/skins.md | 28 + bower_components/video.js/docs/guides/tech.md | 68 + .../video.js/docs/guides/tracks.md | 230 + bower_components/video.js/docs/index.md | 37 + bower_components/video.js/lang/ar.json | 26 + bower_components/video.js/lang/bg.json | 26 + bower_components/video.js/lang/ca.json | 26 + bower_components/video.js/lang/cs.json | 26 + bower_components/video.js/lang/de.json | 26 + bower_components/video.js/lang/es.json | 26 + bower_components/video.js/lang/fr.json | 26 + bower_components/video.js/lang/hu.json | 26 + bower_components/video.js/lang/it.json | 26 + bower_components/video.js/lang/ja.json | 26 + bower_components/video.js/lang/ko.json | 26 + bower_components/video.js/lang/nl.json | 26 + bower_components/video.js/lang/pt-BR.json | 26 + bower_components/video.js/lang/ru.json | 26 + bower_components/video.js/lang/tr.json | 26 + bower_components/video.js/lang/uk.json | 26 + bower_components/video.js/lang/vi.json | 26 + bower_components/video.js/lang/zh-CN.json | 27 + bower_components/video.js/lang/zh-TW.json | 28 + bower_components/video.js/package.json | 67 + .../video.js/sandbox/index.html.example | 36 + .../video.js/sandbox/language.html.example | 63 + .../video.js/sandbox/plugin.html.example | 46 + .../video.js/src/css/font/vjs.eot | Bin 0 -> 4804 bytes .../video.js/src/css/font/vjs.svg | 28 + .../video.js/src/css/font/vjs.ttf | Bin 0 -> 4640 bytes .../video.js/src/css/font/vjs.woff | Bin 0 -> 2508 bytes .../video.js/src/css/video-js.less | 1237 ++ .../video.js/src/js/big-play-button.js | 23 + bower_components/video.js/src/js/button.js | 83 + bower_components/video.js/src/js/cdn.js | 56 + bower_components/video.js/src/js/component.js | 1232 ++ .../src/js/control-bar/control-bar.js | 36 + .../src/js/control-bar/fullscreen-toggle.js | 33 + .../src/js/control-bar/live-display.js | 28 + .../src/js/control-bar/mute-toggle.js | 71 + .../src/js/control-bar/play-toggle.js | 45 + .../control-bar/playback-rate-menu-button.js | 129 + .../src/js/control-bar/progress-control.js | 225 + .../src/js/control-bar/time-display.js | 140 + .../src/js/control-bar/volume-control.js | 140 + .../src/js/control-bar/volume-menu-button.js | 54 + .../video.js/src/js/core-object.js | 129 + bower_components/video.js/src/js/core.js | 179 + .../video.js/src/js/error-display.js | 31 + .../video.js/src/js/event-emitter.js | 43 + bower_components/video.js/src/js/events.js | 377 + bower_components/video.js/src/js/exports.js | 235 + .../video.js/src/js/fullscreen-api.js | 82 + bower_components/video.js/src/js/json.js | 75 + bower_components/video.js/src/js/lib.js | 851 ++ .../video.js/src/js/loading-spinner.js | 41 + .../video.js/src/js/media-error.js | 69 + .../video.js/src/js/media/flash.externs.js | 27 + .../video.js/src/js/media/flash.js | 423 + .../video.js/src/js/media/flash.rtmp.js | 88 + .../video.js/src/js/media/html5.js | 688 + .../video.js/src/js/media/loader.js | 33 + .../video.js/src/js/media/media.js | 523 + bower_components/video.js/src/js/menu.js | 225 + .../video.js/src/js/player.externs.js | 96 + bower_components/video.js/src/js/player.js | 1750 +++ bower_components/video.js/src/js/plugins.js | 9 + bower_components/video.js/src/js/poster.js | 96 + bower_components/video.js/src/js/setup.js | 81 + bower_components/video.js/src/js/slider.js | 234 + .../src/js/tracks/text-track-controls.js | 579 + .../src/js/tracks/text-track-cue-list.js | 78 + .../src/js/tracks/text-track-enums.js | 23 + .../video.js/src/js/tracks/text-track-list.js | 124 + .../src/js/tracks/text-track-settings.js | 284 + .../video.js/src/js/tracks/text-track.js | 305 + bower_components/video.js/src/js/util.js | 37 + bower_components/video.js/src/js/xhr.js | 151 + build_designer.sh | 1 + build_designer_pdf.sh | 7 + build_writer.sh | 2 + build_writer_pdf.sh | 7 + configs/config_designer.yml | 93 + configs/config_designer_print.yml | 79 + configs/config_writer.yml | 88 + configs/config_writer_print.yml | 79 + css/bootstrap.css | 6566 +++++++++ css/bootstrap.min.css | 5 + css/customstyles.css | 566 + css/font-awesome.min.css | 4 + css/lavish-bootstrap.css | 5901 ++++++++ css/modern-business.css | 93 + css/print-header-designer.css | 42 + css/print-header-writer.css | 20 + css/printstyles.css | 64 + css/syntax.css | 60 + feed.xml | 31 + fonts/FontAwesome.otf | Bin 0 -> 85908 bytes fonts/fontawesome-webfont.eot | Bin 0 -> 56006 bytes fonts/fontawesome-webfont.svg | 520 + fonts/fontawesome-webfont.ttf | Bin 0 -> 112160 bytes fonts/fontawesome-webfont.woff | Bin 0 -> 65452 bytes fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes fonts/glyphicons-halflings-regular.svg | 288 + fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes images/helpapi.svg | 7580 ++++++++++ images/jekyll.png | Bin 0 -> 5375 bytes index.md | 55 + js/bootstrap.min.js | 7 + js/customscripts.js | 48 + js/jekyll-search.js | 1 + js/jquery.ba-throttle-debounce.min.js | 9 + js/jquery.cookie.min.js | 8 + js/jquery.localScroll.min.js | 7 + js/jquery.min.js | 4 + js/jquery.navgoco.min.js | 8 + js/jquery.scrollTo.min.js | 7 + js/jquery.shuffle.min.js | 1588 +++ js/toc.js | 82 + js/video-js/demo.captions.vtt | 41 + js/video-js/demo.html | 32 + js/video-js/font/vjs.eot | Bin 0 -> 4804 bytes js/video-js/font/vjs.svg | 28 + js/video-js/font/vjs.ttf | Bin 0 -> 4640 bytes js/video-js/font/vjs.woff | Bin 0 -> 2508 bytes js/video-js/lang/ar.js | 26 + js/video-js/lang/bg.js | 26 + js/video-js/lang/ca.js | 26 + js/video-js/lang/cs.js | 26 + js/video-js/lang/de.js | 26 + js/video-js/lang/es.js | 26 + js/video-js/lang/fr.js | 26 + js/video-js/lang/hu.js | 26 + js/video-js/lang/it.js | 26 + js/video-js/lang/ja.js | 26 + js/video-js/lang/ko.js | 26 + js/video-js/lang/nl.js | 26 + js/video-js/lang/pt-BR.js | 26 + js/video-js/lang/ru.js | 26 + js/video-js/lang/tr.js | 26 + js/video-js/lang/uk.js | 26 + js/video-js/lang/vi.js | 26 + js/video-js/lang/zh-CN.js | 27 + js/video-js/lang/zh-TW.js | 27 + js/video-js/lang/zh.js | 27 + js/video-js/video-js.css | 1010 ++ js/video-js/video-js.less | 1237 ++ js/video-js/video-js.min.css | 5 + js/video-js/video-js.swf | Bin 0 -> 17172 bytes js/video-js/video.dev.js | 11797 ++++++++++++++++ js/video-js/video.js | 199 + js/video-js/video.novtt.dev.js | 9846 +++++++++++++ js/video-js/video.novtt.js | 195 + latest_posts.html | 31 + navgoco_license | 25 + news.md | 14 + pages/about.md | 9 + pages/formatting/alerts.md | 88 + pages/formatting/icons.md | 170 + pages/formatting/images.md | 36 + pages/formatting/labels.md | 26 + pages/formatting/links.md | 64 + pages/formatting/pages.md | 80 + pages/formatting/syntax_highlighting.md | 35 + pages/formatting/tables.md | 117 + pages/formatting/videos.md | 25 + pages/getting_started.md | 65 + pages/navigation/navigation.md | 20 + pages/navigation/tags copy.md | 45 + pages/navigation/tags.md | 45 + pages/overview/homepage.md | 64 + pages/overview/support.md | 8 + pages/overview/supported_features.md | 31 + pages/publishing/create_pdf.md | 34 + pages/publishing/help_api.md | 278 + pages/publishing/search_configuration.md | 55 + pages/single-sourcing/build_arguments.md | 77 + pages/single-sourcing/conditional_logic.md | 127 + pages/single-sourcing/content_reuse.md | 43 + pages/single-sourcing/excluding_files.md | 28 + pages/special-layouts/faq.html | 132 + pages/special-layouts/kb_layout.md | 41 + pages/special-layouts/scroll.html | 234 + pages/special-layouts/shuffle.html | 155 + pages/special-layouts/special_layouts.md | 26 + pages/tag-archives/tag-archives-overview.md | 6 + pages/tag-archives/tag-formatting.html | 7 + pages/tag-archives/tag-getting_started.html | 7 + pages/tag-archives/tag-overview.html | 7 + pages/tag-archives/tag-publishing.html | 7 + pages/tag-archives/tag-single-sourcing.html | 6 + pages/tag-archives/tag-special-layouts.html | 6 + prince-file-list.txt | 25 + push.sh | 9 + search.html | 47 + search.json | 37 + sitemap.xml | 55 + tagindex.html | 39 + theme_license | 340 + titlepage.html | 53 + tooltip_demo.html | 77 + tooltips.json | 17 + 360 files changed, 119491 insertions(+), 2 deletions(-) create mode 100644 .htaccess create mode 100644 .idea/.name create mode 100644 .idea/dictionaries/tjohnson.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/resolve.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 404.md create mode 100644 _data/definitions.yml create mode 100644 _data/glossary.yml create mode 100644 _data/notes.yml create mode 100644 _data/options.yml create mode 100644 _data/sidebar.yml create mode 100644 _data/strings.yml create mode 100644 _data/tags.yml create mode 100644 _data/topnav.yml create mode 100644 _drafts/2015-02-05-troubleshooting.md create mode 100644 _includes/archive.html create mode 100644 _includes/conditions.html create mode 100644 _includes/disqus.html create mode 100755 _includes/footer.html create mode 100644 _includes/google_analytics.html create mode 100644 _includes/head.html create mode 100644 _includes/head_offline.html create mode 100644 _includes/initialize_shuffle.html create mode 100644 _includes/linkrefs.html create mode 100644 _includes/related_pages.html create mode 100644 _includes/related_posts.html create mode 100644 _includes/reuse/endpoint_descriptions.md create mode 100644 _includes/reuse/hmac_security.md create mode 100644 _includes/reuse/rest_response_abbreviations.md create mode 100644 _includes/sidebar.html create mode 100644 _includes/taglogic.html create mode 100644 _includes/toc.html create mode 100644 _includes/topnav.html create mode 100644 _layouts/archive.html create mode 100644 _layouts/default.html create mode 100644 _layouts/default_print.html create mode 100644 _layouts/none.html create mode 100644 _layouts/page.html create mode 100644 _layouts/page_print.html create mode 100755 _layouts/post.html create mode 100644 _layouts/tag_page.html create mode 100644 _sass/_base.scss create mode 100644 _sass/_layout.scss create mode 100644 _sass/_syntax-highlighting.scss create mode 100644 _tooltips/baseball.html create mode 100644 _tooltips/basketball.html create mode 100644 _tooltips/football.html create mode 100644 _tooltips/soccer.html create mode 100644 archive.html create mode 100644 bower_components/video.js/.bower.json create mode 100644 bower_components/video.js/CHANGELOG.md create mode 100644 bower_components/video.js/CONTRIBUTING.md create mode 100644 bower_components/video.js/Gruntfile.js create mode 100644 bower_components/video.js/LICENSE create mode 100644 bower_components/video.js/README.md create mode 100644 bower_components/video.js/bower.json create mode 100644 bower_components/video.js/component.json create mode 100644 bower_components/video.js/composer.json create mode 100644 bower_components/video.js/contrib.json create mode 100644 bower_components/video.js/dist/video-js/demo.captions.vtt create mode 100644 bower_components/video.js/dist/video-js/demo.html create mode 100644 bower_components/video.js/dist/video-js/font/vjs.eot create mode 100644 bower_components/video.js/dist/video-js/font/vjs.svg create mode 100644 bower_components/video.js/dist/video-js/font/vjs.ttf create mode 100644 bower_components/video.js/dist/video-js/font/vjs.woff create mode 100644 bower_components/video.js/dist/video-js/lang/ar.js create mode 100644 bower_components/video.js/dist/video-js/lang/bg.js create mode 100644 bower_components/video.js/dist/video-js/lang/ca.js create mode 100644 bower_components/video.js/dist/video-js/lang/cs.js create mode 100644 bower_components/video.js/dist/video-js/lang/de.js create mode 100644 bower_components/video.js/dist/video-js/lang/es.js create mode 100644 bower_components/video.js/dist/video-js/lang/fr.js create mode 100644 bower_components/video.js/dist/video-js/lang/hu.js create mode 100644 bower_components/video.js/dist/video-js/lang/it.js create mode 100644 bower_components/video.js/dist/video-js/lang/ja.js create mode 100644 bower_components/video.js/dist/video-js/lang/ko.js create mode 100644 bower_components/video.js/dist/video-js/lang/nl.js create mode 100644 bower_components/video.js/dist/video-js/lang/pt-BR.js create mode 100644 bower_components/video.js/dist/video-js/lang/ru.js create mode 100644 bower_components/video.js/dist/video-js/lang/tr.js create mode 100644 bower_components/video.js/dist/video-js/lang/uk.js create mode 100644 bower_components/video.js/dist/video-js/lang/vi.js create mode 100644 bower_components/video.js/dist/video-js/lang/zh-CN.js create mode 100644 bower_components/video.js/dist/video-js/lang/zh-TW.js create mode 100644 bower_components/video.js/dist/video-js/lang/zh.js create mode 100644 bower_components/video.js/dist/video-js/video-js.css create mode 100644 bower_components/video.js/dist/video-js/video-js.less create mode 100644 bower_components/video.js/dist/video-js/video-js.min.css create mode 100644 bower_components/video.js/dist/video-js/video-js.swf create mode 100644 bower_components/video.js/dist/video-js/video.dev.js create mode 100644 bower_components/video.js/dist/video-js/video.js create mode 100644 bower_components/video.js/dist/video-js/video.novtt.dev.js create mode 100644 bower_components/video.js/dist/video-js/video.novtt.js create mode 100644 bower_components/video.js/docs/api/vjs.BigPlayButton.md create mode 100644 bower_components/video.js/docs/api/vjs.Button.md create mode 100644 bower_components/video.js/docs/api/vjs.CaptionsButton.md create mode 100644 bower_components/video.js/docs/api/vjs.CaptionsTrack.md create mode 100644 bower_components/video.js/docs/api/vjs.ChaptersButton.md create mode 100644 bower_components/video.js/docs/api/vjs.ChaptersTrack.md create mode 100644 bower_components/video.js/docs/api/vjs.ChaptersTrackMenuItem.md create mode 100644 bower_components/video.js/docs/api/vjs.Component.md create mode 100644 bower_components/video.js/docs/api/vjs.ControlBar.md create mode 100644 bower_components/video.js/docs/api/vjs.CoreObject.md create mode 100644 bower_components/video.js/docs/api/vjs.CurrentTimeDisplay.md create mode 100644 bower_components/video.js/docs/api/vjs.DurationDisplay.md create mode 100644 bower_components/video.js/docs/api/vjs.Flash.md create mode 100644 bower_components/video.js/docs/api/vjs.FullscreenToggle.md create mode 100644 bower_components/video.js/docs/api/vjs.Html5.md create mode 100644 bower_components/video.js/docs/api/vjs.JSON.md create mode 100644 bower_components/video.js/docs/api/vjs.LoadProgressBar.md create mode 100644 bower_components/video.js/docs/api/vjs.LoadingSpinner.md create mode 100644 bower_components/video.js/docs/api/vjs.MediaLoader.md create mode 100644 bower_components/video.js/docs/api/vjs.MediaTechController.md create mode 100644 bower_components/video.js/docs/api/vjs.Menu.md create mode 100644 bower_components/video.js/docs/api/vjs.MenuButton.md create mode 100644 bower_components/video.js/docs/api/vjs.MenuItem.md create mode 100644 bower_components/video.js/docs/api/vjs.MuteToggle.md create mode 100644 bower_components/video.js/docs/api/vjs.OffTextTrackMenuItem.md create mode 100644 bower_components/video.js/docs/api/vjs.PlayProgressBar.md create mode 100644 bower_components/video.js/docs/api/vjs.PlayToggle.md create mode 100644 bower_components/video.js/docs/api/vjs.Player.md create mode 100644 bower_components/video.js/docs/api/vjs.PosterImage.md create mode 100644 bower_components/video.js/docs/api/vjs.ProgressControl.md create mode 100644 bower_components/video.js/docs/api/vjs.RemainingTimeDisplay.md create mode 100644 bower_components/video.js/docs/api/vjs.SeekBar.md create mode 100644 bower_components/video.js/docs/api/vjs.SeekHandle.md create mode 100644 bower_components/video.js/docs/api/vjs.Slider.md create mode 100644 bower_components/video.js/docs/api/vjs.SliderHandle.md create mode 100644 bower_components/video.js/docs/api/vjs.SubtitlesButton.md create mode 100644 bower_components/video.js/docs/api/vjs.SubtitlesTrack.md create mode 100644 bower_components/video.js/docs/api/vjs.TextTrack.md create mode 100644 bower_components/video.js/docs/api/vjs.TextTrackButton.md create mode 100644 bower_components/video.js/docs/api/vjs.TextTrackDisplay.md create mode 100644 bower_components/video.js/docs/api/vjs.TextTrackMenuItem.md create mode 100644 bower_components/video.js/docs/api/vjs.TimeDivider.md create mode 100644 bower_components/video.js/docs/api/vjs.VolumeBar.md create mode 100644 bower_components/video.js/docs/api/vjs.VolumeControl.md create mode 100644 bower_components/video.js/docs/api/vjs.VolumeHandle.md create mode 100644 bower_components/video.js/docs/api/vjs.VolumeLevel.md create mode 100644 bower_components/video.js/docs/api/vjs.VolumeMenuButton.md create mode 100644 bower_components/video.js/docs/api/vjs.md create mode 100644 bower_components/video.js/docs/api/vjs.media.md create mode 100644 bower_components/video.js/docs/guides/api.md create mode 100644 bower_components/video.js/docs/guides/components.md create mode 100644 bower_components/video.js/docs/guides/glossary.md create mode 100644 bower_components/video.js/docs/guides/languages.md create mode 100644 bower_components/video.js/docs/guides/options.md create mode 100644 bower_components/video.js/docs/guides/plugins.md create mode 100644 bower_components/video.js/docs/guides/removing-players.md create mode 100644 bower_components/video.js/docs/guides/setup.md create mode 100644 bower_components/video.js/docs/guides/skins.md create mode 100644 bower_components/video.js/docs/guides/tech.md create mode 100644 bower_components/video.js/docs/guides/tracks.md create mode 100644 bower_components/video.js/docs/index.md create mode 100644 bower_components/video.js/lang/ar.json create mode 100644 bower_components/video.js/lang/bg.json create mode 100644 bower_components/video.js/lang/ca.json create mode 100644 bower_components/video.js/lang/cs.json create mode 100644 bower_components/video.js/lang/de.json create mode 100644 bower_components/video.js/lang/es.json create mode 100644 bower_components/video.js/lang/fr.json create mode 100644 bower_components/video.js/lang/hu.json create mode 100644 bower_components/video.js/lang/it.json create mode 100644 bower_components/video.js/lang/ja.json create mode 100644 bower_components/video.js/lang/ko.json create mode 100644 bower_components/video.js/lang/nl.json create mode 100644 bower_components/video.js/lang/pt-BR.json create mode 100644 bower_components/video.js/lang/ru.json create mode 100644 bower_components/video.js/lang/tr.json create mode 100644 bower_components/video.js/lang/uk.json create mode 100644 bower_components/video.js/lang/vi.json create mode 100644 bower_components/video.js/lang/zh-CN.json create mode 100644 bower_components/video.js/lang/zh-TW.json create mode 100644 bower_components/video.js/package.json create mode 100644 bower_components/video.js/sandbox/index.html.example create mode 100644 bower_components/video.js/sandbox/language.html.example create mode 100644 bower_components/video.js/sandbox/plugin.html.example create mode 100755 bower_components/video.js/src/css/font/vjs.eot create mode 100755 bower_components/video.js/src/css/font/vjs.svg create mode 100755 bower_components/video.js/src/css/font/vjs.ttf create mode 100644 bower_components/video.js/src/css/font/vjs.woff create mode 100644 bower_components/video.js/src/css/video-js.less create mode 100644 bower_components/video.js/src/js/big-play-button.js create mode 100644 bower_components/video.js/src/js/button.js create mode 100644 bower_components/video.js/src/js/cdn.js create mode 100644 bower_components/video.js/src/js/component.js create mode 100644 bower_components/video.js/src/js/control-bar/control-bar.js create mode 100644 bower_components/video.js/src/js/control-bar/fullscreen-toggle.js create mode 100644 bower_components/video.js/src/js/control-bar/live-display.js create mode 100644 bower_components/video.js/src/js/control-bar/mute-toggle.js create mode 100644 bower_components/video.js/src/js/control-bar/play-toggle.js create mode 100644 bower_components/video.js/src/js/control-bar/playback-rate-menu-button.js create mode 100644 bower_components/video.js/src/js/control-bar/progress-control.js create mode 100644 bower_components/video.js/src/js/control-bar/time-display.js create mode 100644 bower_components/video.js/src/js/control-bar/volume-control.js create mode 100644 bower_components/video.js/src/js/control-bar/volume-menu-button.js create mode 100644 bower_components/video.js/src/js/core-object.js create mode 100644 bower_components/video.js/src/js/core.js create mode 100644 bower_components/video.js/src/js/error-display.js create mode 100644 bower_components/video.js/src/js/event-emitter.js create mode 100644 bower_components/video.js/src/js/events.js create mode 100644 bower_components/video.js/src/js/exports.js create mode 100644 bower_components/video.js/src/js/fullscreen-api.js create mode 100644 bower_components/video.js/src/js/json.js create mode 100644 bower_components/video.js/src/js/lib.js create mode 100644 bower_components/video.js/src/js/loading-spinner.js create mode 100644 bower_components/video.js/src/js/media-error.js create mode 100644 bower_components/video.js/src/js/media/flash.externs.js create mode 100644 bower_components/video.js/src/js/media/flash.js create mode 100644 bower_components/video.js/src/js/media/flash.rtmp.js create mode 100644 bower_components/video.js/src/js/media/html5.js create mode 100644 bower_components/video.js/src/js/media/loader.js create mode 100644 bower_components/video.js/src/js/media/media.js create mode 100644 bower_components/video.js/src/js/menu.js create mode 100644 bower_components/video.js/src/js/player.externs.js create mode 100644 bower_components/video.js/src/js/player.js create mode 100644 bower_components/video.js/src/js/plugins.js create mode 100644 bower_components/video.js/src/js/poster.js create mode 100644 bower_components/video.js/src/js/setup.js create mode 100644 bower_components/video.js/src/js/slider.js create mode 100644 bower_components/video.js/src/js/tracks/text-track-controls.js create mode 100644 bower_components/video.js/src/js/tracks/text-track-cue-list.js create mode 100644 bower_components/video.js/src/js/tracks/text-track-enums.js create mode 100644 bower_components/video.js/src/js/tracks/text-track-list.js create mode 100644 bower_components/video.js/src/js/tracks/text-track-settings.js create mode 100644 bower_components/video.js/src/js/tracks/text-track.js create mode 100644 bower_components/video.js/src/js/util.js create mode 100644 bower_components/video.js/src/js/xhr.js create mode 100644 build_designer.sh create mode 100644 build_designer_pdf.sh create mode 100644 build_writer.sh create mode 100644 build_writer_pdf.sh create mode 100644 configs/config_designer.yml create mode 100644 configs/config_designer_print.yml create mode 100644 configs/config_writer.yml create mode 100644 configs/config_writer_print.yml create mode 100755 css/bootstrap.css create mode 100755 css/bootstrap.min.css create mode 100644 css/customstyles.css create mode 100644 css/font-awesome.min.css create mode 100644 css/lavish-bootstrap.css create mode 100755 css/modern-business.css create mode 100644 css/print-header-designer.css create mode 100644 css/print-header-writer.css create mode 100644 css/printstyles.css create mode 100644 css/syntax.css create mode 100644 feed.xml create mode 100644 fonts/FontAwesome.otf create mode 100644 fonts/fontawesome-webfont.eot create mode 100644 fonts/fontawesome-webfont.svg create mode 100644 fonts/fontawesome-webfont.ttf create mode 100644 fonts/fontawesome-webfont.woff create mode 100644 fonts/glyphicons-halflings-regular.eot create mode 100644 fonts/glyphicons-halflings-regular.svg create mode 100644 fonts/glyphicons-halflings-regular.ttf create mode 100644 fonts/glyphicons-halflings-regular.woff create mode 100644 fonts/glyphicons-halflings-regular.woff2 create mode 100644 images/helpapi.svg create mode 100644 images/jekyll.png create mode 100644 index.md create mode 100644 js/bootstrap.min.js create mode 100644 js/customscripts.js create mode 100644 js/jekyll-search.js create mode 100644 js/jquery.ba-throttle-debounce.min.js create mode 100755 js/jquery.cookie.min.js create mode 100644 js/jquery.localScroll.min.js create mode 100755 js/jquery.min.js create mode 100755 js/jquery.navgoco.min.js create mode 100644 js/jquery.scrollTo.min.js create mode 100644 js/jquery.shuffle.min.js create mode 100644 js/toc.js create mode 100644 js/video-js/demo.captions.vtt create mode 100644 js/video-js/demo.html create mode 100644 js/video-js/font/vjs.eot create mode 100644 js/video-js/font/vjs.svg create mode 100644 js/video-js/font/vjs.ttf create mode 100644 js/video-js/font/vjs.woff create mode 100644 js/video-js/lang/ar.js create mode 100644 js/video-js/lang/bg.js create mode 100644 js/video-js/lang/ca.js create mode 100644 js/video-js/lang/cs.js create mode 100644 js/video-js/lang/de.js create mode 100644 js/video-js/lang/es.js create mode 100644 js/video-js/lang/fr.js create mode 100644 js/video-js/lang/hu.js create mode 100644 js/video-js/lang/it.js create mode 100644 js/video-js/lang/ja.js create mode 100644 js/video-js/lang/ko.js create mode 100644 js/video-js/lang/nl.js create mode 100644 js/video-js/lang/pt-BR.js create mode 100644 js/video-js/lang/ru.js create mode 100644 js/video-js/lang/tr.js create mode 100644 js/video-js/lang/uk.js create mode 100644 js/video-js/lang/vi.js create mode 100644 js/video-js/lang/zh-CN.js create mode 100644 js/video-js/lang/zh-TW.js create mode 100644 js/video-js/lang/zh.js create mode 100644 js/video-js/video-js.css create mode 100644 js/video-js/video-js.less create mode 100644 js/video-js/video-js.min.css create mode 100644 js/video-js/video-js.swf create mode 100644 js/video-js/video.dev.js create mode 100644 js/video-js/video.js create mode 100644 js/video-js/video.novtt.dev.js create mode 100644 js/video-js/video.novtt.js create mode 100644 latest_posts.html create mode 100644 navgoco_license create mode 100644 news.md create mode 100644 pages/about.md create mode 100644 pages/formatting/alerts.md create mode 100644 pages/formatting/icons.md create mode 100644 pages/formatting/images.md create mode 100644 pages/formatting/labels.md create mode 100644 pages/formatting/links.md create mode 100644 pages/formatting/pages.md create mode 100644 pages/formatting/syntax_highlighting.md create mode 100644 pages/formatting/tables.md create mode 100644 pages/formatting/videos.md create mode 100644 pages/getting_started.md create mode 100644 pages/navigation/navigation.md create mode 100644 pages/navigation/tags copy.md create mode 100644 pages/navigation/tags.md create mode 100644 pages/overview/homepage.md create mode 100644 pages/overview/support.md create mode 100644 pages/overview/supported_features.md create mode 100644 pages/publishing/create_pdf.md create mode 100644 pages/publishing/help_api.md create mode 100644 pages/publishing/search_configuration.md create mode 100644 pages/single-sourcing/build_arguments.md create mode 100644 pages/single-sourcing/conditional_logic.md create mode 100644 pages/single-sourcing/content_reuse.md create mode 100644 pages/single-sourcing/excluding_files.md create mode 100644 pages/special-layouts/faq.html create mode 100644 pages/special-layouts/kb_layout.md create mode 100644 pages/special-layouts/scroll.html create mode 100644 pages/special-layouts/shuffle.html create mode 100644 pages/special-layouts/special_layouts.md create mode 100644 pages/tag-archives/tag-archives-overview.md create mode 100644 pages/tag-archives/tag-formatting.html create mode 100644 pages/tag-archives/tag-getting_started.html create mode 100644 pages/tag-archives/tag-overview.html create mode 100644 pages/tag-archives/tag-publishing.html create mode 100644 pages/tag-archives/tag-single-sourcing.html create mode 100644 pages/tag-archives/tag-special-layouts.html create mode 100644 prince-file-list.txt create mode 100644 push.sh create mode 100644 search.html create mode 100644 search.json create mode 100644 sitemap.xml create mode 100644 tagindex.html create mode 100644 theme_license create mode 100644 titlepage.html create mode 100644 tooltip_demo.html create mode 100644 tooltips.json diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..b741439 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +Header add Access-Control-Allow-Origin "*" \ No newline at end of file diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..48879a0 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +resolve \ No newline at end of file diff --git a/.idea/dictionaries/tjohnson.xml b/.idea/dictionaries/tjohnson.xml new file mode 100644 index 0000000..9d5e485 --- /dev/null +++ b/.idea/dictionaries/tjohnson.xml @@ -0,0 +1,7 @@ + + + + linkrefs + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..1678b2b --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,22 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..3b31283 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..19f74da --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..7d7be30 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/resolve.iml b/.idea/resolve.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/resolve.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..6564d52 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..049e8c1 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,1289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + 1428810363861 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/404.md b/404.md new file mode 100644 index 0000000..f9d145a --- /dev/null +++ b/404.md @@ -0,0 +1,19 @@ +--- +title: "Page Not Found" +description: "Page not found." +sitemap: false +search: exclude +related_pages: none +--- + +Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it. + +{%comment%} + + +{%endcomment%} \ No newline at end of file diff --git a/README.md b/README.md index f1ac5dc..3878ec9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# jekyll-doc -A Jekyll-based theme designed for documentation and help systems. +# Documentation theme for Jekyll + +This is a Jekyll theme designed to be used for single-sourced documentation sites. Instructions for using the theme are in the site build. You can see the site build in the following two locations: + +* [http://idratherbewriting.com/documentation-theme-jekyll/designer/](http://idratherbewriting.com/documentation-theme-jekyll/designer/) +* [http://idratherbewriting.com/documentation-theme-jekyll/writer/](http://idratherbewriting.com/documentation-theme-jekyll/writer/) + +The two different builds demonstrate the single-source publishing capabilities of the theme. The designer version is comprehensive, whereas the writer version is a subset of the designer version. diff --git a/_data/definitions.yml b/_data/definitions.yml new file mode 100644 index 0000000..e47a0b7 --- /dev/null +++ b/_data/definitions.yml @@ -0,0 +1,17 @@ +# Password screen + +changepassword_password: > +

This is a sample list of stuff:
+ - more stuff
+ - another line
+

+ +elephant: "This is a sample definition." + +baseball: "Baseball is considered America's pasttime sport, though that may be more of a historical term than a current one. There's a lot more excitement about football than baseball. A baseball game is somewhat of a snooze to watch, for the most part." + +basketball: "Basketball is a sport involving two teams of five players each competing to put a ball through a small circular rim 10 feet above the ground. Basketball requires players to be in top physical condition, since they spend most of the game running back and forth along a 94-foot-long floor." + +football: "No doubt the most fun sport to watch, football also manages to accrue the most injuries with the players. From concussions to blown knees, football players have short sport lives." + +soccer: "If there's one sport that dominates the world landscape, it's soccer. However, US soccer fans are few and far between. Apart from the popularity of soccer during the World Cup, most people don't even know the name of the professional soccer organization in their area." \ No newline at end of file diff --git a/_data/glossary.yml b/_data/glossary.yml new file mode 100644 index 0000000..e487217 --- /dev/null +++ b/_data/glossary.yml @@ -0,0 +1 @@ +some_term: "some definition" diff --git a/_data/notes.yml b/_data/notes.yml new file mode 100644 index 0000000..80e8b82 --- /dev/null +++ b/_data/notes.yml @@ -0,0 +1,10 @@ +--- +videonote: > + This is a sample note. Everything under the note title needs to be indented one space. The > means that + you start the string on the next line. + +samplenote: "something else" + +another_note: "hey there" + + diff --git a/_data/options.yml b/_data/options.yml new file mode 100644 index 0000000..a84a908 --- /dev/null +++ b/_data/options.yml @@ -0,0 +1,15 @@ +# You can store various options here, such as audience. Then you can access the option with {{site.data.options.audience}}. +# This allows you to do conditional logic. Options you set here work similarly to options set in the configuration file, +# but the advantage here is that you don't have to restart the jekyll server to see changes. Also note that you access this location +# using site.data instead of just site. And the location of data is defined in the configuration file through the data-source property. + +# Sample logic: +# {% if {{site.data.options.widget_toggle}} == "mac" %} +# do this for mac +# {% elsif {{site.data.options.widget_toggle}} == "pc" %} +# do this for pc +# {% endif %} + +# This logic works in Markdown and HTML. You can compress onto the same line if the spacing creates issues in Markdown. + +widget_toggle: mac diff --git a/_data/sidebar.yml b/_data/sidebar.yml new file mode 100644 index 0000000..84fc6fe --- /dev/null +++ b/_data/sidebar.yml @@ -0,0 +1,211 @@ +# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting. +# Spacing is really important here. A two-space indent appears below each level to indicate a new depth. +# +# Sidebar +entries: +- title: Sidebar # this title doesn't appear anywhere + subcategories: + - title: Overview + audience: writer, designer + print: true + + items: + - title: Cover + url: /titlepage/ + audience: writer, designer + print: true + web: false + + - title: Home + url: / + audience: writer, designer + print: true + + - title: Getting started + url: /getting_started/ + audience: writer, designer + print: true + + - title: Supported features + url: /supported_features/ + audience: writer, designer + print: true + + - title: Formatting + audience: writer, designer + print: true + + items: + - title: Pages and posts + url: /pages/ + audience: writer, designer + print: true + + - title: Alerts + url: /alerts/ + audience: writer, designer + print: true + + - title: Images + url: /images/ + audience: writer, designer + print: true + + - title: Links + url: /links/ + audience: writer, designer + print: true + + - title: Syntax highlighting + url: /syntax_highlighting/ + audience: writer, designer + print: true + + - title: Videos + url: /videos/ + audience: writer, designer + print: true + + - title: Labels + url: /labels/ + audience: writer, designer + print: true + + - title: Icons + url: /icons/ + audience: writer, designer + print: true + + - title: Tables + url: /tables/ + audience: writer, designer + print: true + + - title: Single Sourcing + audience: writer, designer + print: true + + items: + - title: Conditional logic + url: /conditional_logic/ + audience: writer, designer + print: true + + - title: Content re-use + url: /content_reuse/ + audience: writer, designer + print: true + + - title: Excluding files + url: /excluding_files/ + audience: writer, designer + print: true + + - title: Publishing + audience: writer, designer + print: true + + items: + - title: Build Arguments + url: /build_arguments/ + audience: writer, designer + print: true + + - title: Create a PDF + url: /create_pdf/ + audience: writer, designer + print: true + + - title: Creating a Help API + url: /help_api/ + audience: writer, designer + print: true + + - title: Navigation + audience: writer + print: true + items: + - title: Configuring sidebar and top navigation + url: /navigation/ + audience: designer, writer + print: true + + - title: Tags + url: /tags/ + audience: writer, designer + print: true + + - title: Special Layouts + audience: designer + print: false + items: + - title: Special layouts + url: /special_layouts/ + audience: designer + print: true + + - title: FAQ layout + url: /faq/ + audience: designer + print: true + + - title: KB layout + url: /kb_layout/ + audience: designer + print: true + + - title: Scroll + url: /scroll/ + audience: designer + print: true + + - title: Shuffle + url: /shuffle/ + audience: designer + print: true + + - title: Tag archives + audience: designer, w riter + print: false + items: + - title: Overview + audience: writer, designer + url: /tag-archives-overview/ + print: false + + thirdlevel: #demo's how to add a third level to the sidebar nav. + - title: Third level title + audience: writer, designer + print: false + + thirdlevelitems: + - title: Overview pages + url: /tag-overview/ + audience: writer, designer + print: false + + - title: Getting Started pages + url: /tag-getting-started/ + audience: writer, designer + print: false + + - title: Single Sourcing pages + url: /tag-single-sourcing/ + audience: writer, designer + print: false + + - title: Publishing pages + url: /tag-publishing/ + audience: writer, designer + print: false + + - title: Formatting pages + url: /tag-formatting/ + audience: writer, designer + print: false + + - title: Special layout pages + url: /tag-special-layouts/ + audience: writer, designer + print: false + diff --git a/_data/strings.yml b/_data/strings.yml new file mode 100644 index 0000000..d7c1392 --- /dev/null +++ b/_data/strings.yml @@ -0,0 +1,5 @@ + + +# placed here for translation purposes +search_placeholder_text: search... +search_no_results_text: No results found. diff --git a/_data/tags.yml b/_data/tags.yml new file mode 100644 index 0000000..ece72cd --- /dev/null +++ b/_data/tags.yml @@ -0,0 +1,11 @@ +allowed-tags: + - getting-started + - overview + - formatting + - publishing + - single-sourcing + - special-layouts + + + + diff --git a/_data/topnav.yml b/_data/topnav.yml new file mode 100644 index 0000000..1354988 --- /dev/null +++ b/_data/topnav.yml @@ -0,0 +1,37 @@ +# if you want to list an external url, use external_url instead of url. the theme will apply a different link base. + +# Topnav single links +topnav: +- title: Topnav + subcategories: + - title: About + url: /about/ + audience: writer, designer + + - title: Github repo + external_url: https://github.com/tomjohnson1492/documentation-theme-jekyll + audience: writer, designer + + - title: My blog + external_url: http://idratherbewriting.com + audience: writer, designer + +#Topnav dropdowns +topnav_dropdowns: +- title: Topnav dropdowns + subcategories: + - title: Jekyll resources + audience: writer, designer + + items: + - title: Jekyll documentation + external_url: http://jekyllrb.com/docs/home/ + audience: writer, designer + + - title: Jekyll Talk + external_url: https://talk.jekyllrb.com/ + audience: designer, writer + + - title: Jekyll on Stackoverflow + external_url: http://stackoverflow.com/questions/tagged/jekyll + audience: writer, designer diff --git a/_drafts/2015-02-05-troubleshooting.md b/_drafts/2015-02-05-troubleshooting.md new file mode 100644 index 0000000..adff7ad --- /dev/null +++ b/_drafts/2015-02-05-troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: "Knowledgebase Article" +tags: troubleshooting +--- +This post is a placeholder for troubleshooting content and knowledge-base style articles. These kinds of articles will appear here. + diff --git a/_includes/archive.html b/_includes/archive.html new file mode 100644 index 0000000..275850c --- /dev/null +++ b/_includes/archive.html @@ -0,0 +1,15 @@ +--- +layout: default +type: archive +--- + +
+

{{ page.title }}

+
+
+ +{{ content }} +
+ + + diff --git a/_includes/conditions.html b/_includes/conditions.html new file mode 100644 index 0000000..4c1097f --- /dev/null +++ b/_includes/conditions.html @@ -0,0 +1,15 @@ +{% if site.audience == "writer" %} + {% assign buildAudience = "writer" %} + {% assign sidebar = site.data.sidebar.entries %} + {% assign topnav = site.data.topnav.topnav %} + {% assign topnav_dropdowns = site.data.topnav.topnav_dropdowns %} + {% assign fileName = "writer_guide" %} + +{% elsif site.audience == "designer" %} + {% assign buildAudience = "designer" %} + {% assign sidebar = site.data.sidebar.entries %} + {% assign topnav = site.data.topnav.topnav %} + {% assign topnav_dropdowns = site.data.topnav.topnav_dropdowns %} + {% assign fileName = "designer_guide %} + +{% endif %} diff --git a/_includes/disqus.html b/_includes/disqus.html new file mode 100644 index 0000000..4fad7a2 --- /dev/null +++ b/_includes/disqus.html @@ -0,0 +1,16 @@ +{% if site.disqus_shortname %} + +
+ + +{% endif %} \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100755 index 0000000..56e281f --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,12 @@ +{% include linkrefs.html %} + + diff --git a/_includes/google_analytics.html b/_includes/google_analytics.html new file mode 100644 index 0000000..56b2ee8 --- /dev/null +++ b/_includes/google_analytics.html @@ -0,0 +1,6 @@ + + +{% if site.google_analytics %} + + +{% endif %} \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..dd6c0a5 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }} + + \ No newline at end of file diff --git a/_includes/head_offline.html b/_includes/head_offline.html new file mode 100644 index 0000000..e30c663 --- /dev/null +++ b/_includes/head_offline.html @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }} + + \ No newline at end of file diff --git a/_includes/initialize_shuffle.html b/_includes/initialize_shuffle.html new file mode 100644 index 0000000..9a0f048 --- /dev/null +++ b/_includes/initialize_shuffle.html @@ -0,0 +1,130 @@ + + + + + + + + + + + diff --git a/_includes/linkrefs.html b/_includes/linkrefs.html new file mode 100644 index 0000000..771812c --- /dev/null +++ b/_includes/linkrefs.html @@ -0,0 +1,63 @@ +{% comment %}{% endcomment %} + + +{% capture name %}Name{% endcapture %} + +{% comment %} {% endcomment %} +{% capture getting_started %}Getting Started{% endcapture %} +{% capture supported_features %}Supported Features{% endcapture %} + +{% comment %} {% endcomment %} +{% capture pages %}Pages{% endcapture %} +{% capture alerts %}Alerts{% endcapture %} +{% capture images %}Images{% endcapture %} +{% capture links %}Links{% endcapture %} +{% capture syntax_highlighting %}Syntax Highlighting{% endcapture %} +{% capture videos %}Videos{% endcapture %} +{% capture labels %}Labels{% endcapture %} +{% capture icons %}Icons{% endcapture %} +{% capture tables %}Tables{% endcapture %} + +{% comment %} {% endcomment %} + +{% capture tag-overview %}Overview pages{% endcapture %} +{% capture tag-getting-started %}Getting started pages{% endcapture %} +{% capture tag-single-sourcing %}Single-sourcing pages{% endcapture %} +{% capture tag-publishing %}Publishing pages{% endcapture %} +{% capture tag-formatting %}Formatting pages{% endcapture %} + +{% comment %} {% endcomment %} + +{% capture conditional_logic %}Conditional logic{% endcapture %} +{% capture content_reuse %}Content re-use{% endcapture %} +{% capture excluding_files %}Excluding files{% endcapture %} + +{% comment %} {% endcomment %} + +{% capture build_arguments %}Build arguments{% endcapture %} +{% capture create_pdf %}Creating PDFs{% endcapture %} +{% capture help_api %}Creating a Help API{% endcapture %} + +{% comment %} {% endcomment %} + +{% capture navigation %}Creating navigation{% endcapture %} +{% capture tags %}Creating tags{% endcapture %} + +{% comment %} {% endcomment %} + +{% capture tip %}