. ├── [ 182] 404.md ├── [3.7K] _config.yml ├── [3.7K] _config.yml~ ├── [ 977] createtag ├── [4.0K] css │ ├── [133K] bootstrap.min.css │ ├── [ 475] boxshadowproperties.css │ ├── [ 19K] customstyles.css │ ├── [ 30K] font-awesome.min.css │ ├── [4.0K] fonts │ │ ├── [132K] FontAwesome.otf │ │ ├── [162K] fontawesome-webfont.eot │ │ ├── [434K] fontawesome-webfont.svg │ │ ├── [162K] fontawesome-webfont.ttf │ │ ├── [ 96K] fontawesome-webfont.woff │ │ └── [ 75K] fontawesome-webfont.woff2 │ ├── [1.2K] modern-business.css │ ├── [2.8K] printstyles.css │ ├── [3.6K] syntax.css │ ├── [2.6K] theme-blue.css │ └── [2.3K] theme-green.css ├── [4.0K] _data │ ├── [ 906] alerts.yml │ ├── [1.1K] definitions.yml │ ├── [ 586] glossary.yml │ ├── [1.9K] samplelist.yml │ ├── [4.0K] sidebars │ │ ├── [ 541] home_sidebar.yml │ │ ├── [7.1K] mydoc_sidebar.yml │ │ ├── [7.1K] mydoc_sidebar.yml~ │ │ ├── [ 504] other.yml │ │ ├── [1.1K] product1_sidebar.yml │ │ └── [1.7K] product2_sidebar.yml │ ├── [ 148] strings.yml │ ├── [ 402] tags.yml │ ├── [ 77] terms.yml │ ├── [1.0K] topnav.yml │ └── [1.1K] topnav.yml~ ├── [ 175] docker-compose.yml ├── [ 217] Dockerfile ├── [1.3K] feed.xml ├── [4.0K] fonts │ ├── [ 84K] FontAwesome.otf │ ├── [ 55K] fontawesome-webfont.eot │ ├── [280K] fontawesome-webfont.svg │ ├── [110K] fontawesome-webfont.ttf │ ├── [ 64K] fontawesome-webfont.woff │ ├── [ 20K] glyphicons-halflings-regular.eot │ ├── [106K] glyphicons-halflings-regular.svg │ ├── [ 44K] glyphicons-halflings-regular.ttf │ ├── [ 23K] glyphicons-halflings-regular.woff │ └── [ 18K] glyphicons-halflings-regular.woff2 ├── [ 150] Gemfile ├── [7.5K] Gemfile.lock ├── [4.0K] images │ ├── [ 795] androidsdkmanagericon.png │ ├── [ 75K] authorizegithubscreen2.png │ ├── [ 22K] authorizeongithub.png │ ├── [9.4K] company_logo_big.png │ ├── [3.0K] company_logo.png │ ├── [173K] favicon.ico │ ├── [ 89K] helpapi-01.png │ ├── [126K] helpapi.svg │ ├── [115K] illustratoroptions.png │ ├── [ 67K] itermexample.png │ ├── [5.2K] jekyll.png │ ├── [ 65K] killalljekyll.png │ ├── [ 73K] liningup.png │ └── [3.5K] workflowarrow.png ├── [4.0K] _includes │ ├── [ 232] archive.html │ ├── [ 153] callout.html │ ├── [ 268] commento.html │ ├── [4.0K] custom │ │ ├── [ 761] getting_started_series.html │ │ ├── [ 439] getting_started_series_next.html │ │ ├── [ 781] series_acme.html │ │ ├── [1.1K] series_acme_next.html │ │ ├── [4.7K] usermapcomplex.html │ │ └── [ 756] usermap.html │ ├── [ 666] feedback.html │ ├── [ 539] footer.html │ ├── [ 531] footer.html~ │ ├── [ 605] google_analytics.html │ ├── [2.5K] head.html │ ├── [2.5K] head.html~ │ ├── [1.6K] head_print.html │ ├── [ 466] image.html │ ├── [ 202] important.html │ ├── [ 194] important.html~ │ ├── [2.9K] initialize_shuffle.html │ ├── [ 133] inline_image.html │ ├── [1.4K] links.html │ ├── [ 190] note.html │ ├── [3.0K] sidebar.html │ ├── [1.4K] taglogic.html │ ├── [ 195] tip.html │ ├── [ 748] toc.html │ ├── [ 740] toc.html~ │ ├── [4.4K] topnav.html │ ├── [4.4K] topnav.html~ │ └── [ 202] warning.html ├── [ 18K] index.md ├── [4.0K] js │ ├── [1.9K] customscripts.js │ ├── [5.4K] jekyll-search.js │ ├── [ 731] jquery.ba-throttle-debounce.min.js │ ├── [3.5K] jquery.navgoco.min.js │ ├── [ 46K] jquery.shuffle.min.js │ └── [3.0K] toc.js ├── [4.0K] _layouts │ ├── [3.3K] default.html │ ├── [ 496] default_print.html │ ├── [ 78] none.html │ ├── [1.6K] page.html │ ├── [ 378] page_print.html │ └── [1.2K] post.html ├── [ 552] LICENSE ├── [1.6K] LICENSE-BSD-NAVGOCO.txt ├── [3.7K] mydoc_bebop_auto.md ├── [4.0K] pages │ ├── [4.0K] mydoc │ │ ├── [1.7K] mydoc_about.md │ │ ├── [8.0K] mydoc_about_ruby_gems_bundler.md │ │ ├── [1.1K] mydoc_adding_tooltips.md │ │ ├── [ 12K] mydoc_alerts.md │ │ ├── [1.3K] mydoc_atom_text_editor.md │ │ ├── [ 26K] mydoc_bebop_auto.md │ │ ├── [ 26K] mydoc_bebop_auto.md~ │ │ ├── [ 26K] mydoc_bebop.md │ │ ├── [ 26K] mydoc_bebop.md~ │ │ ├── [2.4K] mydoc_build_arguments.md │ │ ├── [ 10K] mydoc_build_scripts.md │ │ ├── [ 675] mydoc_code_samples.md │ │ ├── [1.9K] mydoc_collections.md │ │ ├── [3.8K] mydoc_commenting_on_files.md │ │ ├── [6.1K] mydoc_conditional_logic.md │ │ ├── [2.0K] mydoc_content_reuse.md │ │ ├── [2.6K] mydoc_excluding_files.md │ │ ├── [ 12K] mydoc_faq.md │ │ ├── [ 17K] mydoc_generating_pdfs.md │ │ ├── [8.9K] mydoc_git_collaboration.md │ │ ├── [2.7K] mydoc_glossary.md │ │ ├── [ 16K] mydoc_help_api.md │ │ ├── [ 889] mydoc_hyperlinks.md │ │ ├── [8.9K] mydoc_icons.md │ │ ├── [4.0K] mydoc_images.md │ │ ├── [1.1K] mydoc_installing_bundler.md │ │ ├── [6.9K] mydoc_install_jekyll_on_mac.md │ │ ├── [4.5K] mydoc_install_jekyll_on_windows.md │ │ ├── [1.4K] mydoc_introduction.md │ │ ├── [1.7K] mydoc_iterm_profiles.md │ │ ├── [4.3K] mydoc_kb_layout.md │ │ ├── [1.4K] mydoc_labels.md │ │ ├── [2.5K] mydoc_lists.md │ │ ├── [5.5K] mydoc_navtabs.md │ │ ├── [9.9K] mydoc_pages.md │ │ ├── [3.1K] mydoc_posts.md │ │ ├── [3.4K] mydoc_publishing_github_pages.md │ │ ├── [1.3K] mydoc_push_build_to_server.md │ │ ├── [3.5K] mydoc_release_notes_50.md │ │ ├── [2.6K] mydoc_release_notes_60.md │ │ ├── [6.0K] mydoc_search_configuration.md │ │ ├── [1.4K] mydoc_seriesdemo1.md │ │ ├── [1.4K] mydoc_seriesdemo2.md │ │ ├── [1.4K] mydoc_seriesdemo3.md │ │ ├── [1.9K] mydoc_seriesdemo4.md │ │ ├── [4.2K] mydoc_series.md │ │ ├── [6.5K] mydoc_shuffle.html │ │ ├── [5.3K] mydoc_sidebar_navigation.md │ │ ├── [1.2K] mydoc_special_layouts.md │ │ ├── [7.9K] mydoc_supported_features.md │ │ ├── [ 486] mydoc_support.md │ │ ├── [2.3K] mydoc_syntax_highlighting.md │ │ ├── [6.0K] mydoc_tables.md │ │ ├── [1006] mydoc_tag_archives_overview.md │ │ ├── [7.1K] mydoc_tags.md │ │ ├── [1.3K] mydoc_themes.md │ │ ├── [3.5K] mydoc_troubleshooting.md │ │ ├── [5.7K] mydoc_webstorm_text_editor.md │ │ ├── [5.6K] mydoc_workflow_maps.md │ │ └── [ 12K] mydoc_yaml_tutorial.md │ ├── [4.0K] news │ │ ├── [ 919] news_archive.html │ │ └── [1.0K] news.html │ ├── [4.0K] product1 │ │ ├── [ 14K] p1_landing_page.html │ │ ├── [3.2K] p1_sample1.md │ │ ├── [3.2K] p1_sample2.md │ │ ├── [3.2K] p1_sample3.md │ │ ├── [3.2K] p1_sample4.md │ │ ├── [3.2K] p1_sample5.md │ │ ├── [3.2K] p1_sample6.md │ │ └── [3.2K] p1_sample7.md │ ├── [4.0K] product2 │ │ ├── [ 14K] p2_landing_page.html │ │ ├── [3.2K] p2_sample10.md │ │ ├── [3.2K] p2_sample11.md │ │ ├── [3.2K] p2_sample12.md │ │ ├── [3.2K] p2_sample13.md │ │ ├── [3.2K] p2_sample14.md │ │ ├── [3.2K] p2_sample1.md │ │ ├── [3.2K] p2_sample2.md │ │ ├── [3.2K] p2_sample3.md │ │ ├── [3.2K] p2_sample4.md │ │ ├── [3.2K] p2_sample5.md │ │ ├── [3.2K] p2_sample6.md │ │ ├── [3.2K] p2_sample7.md │ │ ├── [3.2K] p2_sample8.md │ │ └── [3.2K] p2_sample9.md │ └── [4.0K] tags │ ├── [ 200] tag_collaboration.md │ ├── [ 200] tag_content_types.md │ ├── [ 191] tag_formatting.md │ ├── [ 206] tag_getting_started.md │ ├── [ 179] tag_mobile.md │ ├── [ 191] tag_navigation.md │ ├── [ 167] tag_news.md │ ├── [ 191] tag_publishing.md │ ├── [ 206] tag_single_sourcing.md │ ├── [ 206] tag_special_layouts.md │ └── [ 206] tag_troubleshooting.md ├── [4.0K] pdf │ ├── [1014K] mydoc.pdf │ ├── [112K] product1.pdf │ └── [139K] product2.pdf ├── [ 54] pdf-all.sh ├── [4.0K] pdfconfigs │ ├── [ 378] config_mydoc_pdf.yml │ ├── [ 362] config_product1_pdf.yml │ ├── [ 362] config_product2_pdf.yml │ ├── [3.2K] prince-list.txt │ ├── [1.0K] titlepage.html │ └── [1.6K] tocpage.html ├── [ 550] pdf-mydoc.sh ├── [ 389] pdf-product1.sh ├── [ 389] pdf-product2.sh ├── [4.0K] _posts │ ├── [ 199] 2015-04-12-test-post-last-year.md │ ├── [ 317] 2016-02-24-first-post.md │ └── [1.0K] 2016-02-26-sample-post-jekyll.md ├── [ 669] search.json ├── [4.0K] _site │ ├── [ 12K] 404.html │ ├── [4.0K] assets │ │ └── [4.0K] css │ │ └── [133K] style.css │ ├── [ 977] createtag │ ├── [4.0K] css │ │ ├── [133K] bootstrap.min.css │ │ ├── [ 475] boxshadowproperties.css │ │ ├── [ 19K] customstyles.css │ │ ├── [ 30K] font-awesome.min.css │ │ ├── [4.0K] fonts │ │ │ ├── [132K] FontAwesome.otf │ │ │ ├── [162K] fontawesome-webfont.eot │ │ │ ├── [434K] fontawesome-webfont.svg │ │ │ ├── [162K] fontawesome-webfont.ttf │ │ │ ├── [ 96K] fontawesome-webfont.woff │ │ │ └── [ 75K] fontawesome-webfont.woff2 │ │ ├── [1.2K] modern-business.css │ │ ├── [2.8K] printstyles.css │ │ ├── [3.6K] syntax.css │ │ ├── [2.6K] theme-blue.css │ │ └── [2.3K] theme-green.css │ ├── [ 175] docker-compose.yml │ ├── [ 217] Dockerfile │ ├── [4.4K] feed.xml │ ├── [4.0K] fonts │ │ ├── [ 84K] FontAwesome.otf │ │ ├── [ 55K] fontawesome-webfont.eot │ │ ├── [280K] fontawesome-webfont.svg │ │ ├── [110K] fontawesome-webfont.ttf │ │ ├── [ 64K] fontawesome-webfont.woff │ │ ├── [ 20K] glyphicons-halflings-regular.eot │ │ ├── [106K] glyphicons-halflings-regular.svg │ │ ├── [ 44K] glyphicons-halflings-regular.ttf │ │ ├── [ 23K] glyphicons-halflings-regular.woff │ │ └── [ 18K] glyphicons-halflings-regular.woff2 │ ├── [ 150] Gemfile │ ├── [7.5K] Gemfile.lock │ ├── [4.0K] images │ │ ├── [ 795] androidsdkmanagericon.png │ │ ├── [ 75K] authorizegithubscreen2.png │ │ ├── [ 22K] authorizeongithub.png │ │ ├── [9.4K] company_logo_big.png │ │ ├── [3.0K] company_logo.png │ │ ├── [173K] favicon.ico │ │ ├── [ 89K] helpapi-01.png │ │ ├── [126K] helpapi.svg │ │ ├── [115K] illustratoroptions.png │ │ ├── [ 67K] itermexample.png │ │ ├── [5.2K] jekyll.png │ │ ├── [ 65K] killalljekyll.png │ │ ├── [ 73K] liningup.png │ │ └── [3.5K] workflowarrow.png │ ├── [ 56K] index.html │ ├── [4.0K] js │ │ ├── [1.9K] customscripts.js │ │ ├── [5.4K] jekyll-search.js │ │ ├── [ 731] jquery.ba-throttle-debounce.min.js │ │ ├── [3.5K] jquery.navgoco.min.js │ │ ├── [ 46K] jquery.shuffle.min.js │ │ └── [3.0K] toc.js │ ├── [ 552] LICENSE │ ├── [1.6K] LICENSE-BSD-NAVGOCO.txt │ ├── [ 26K] mydoc_about.html │ ├── [ 34K] mydoc_about_ruby_gems_etc.html │ ├── [ 26K] mydoc_adding_tooltips.html │ ├── [ 41K] mydoc_alerts.html │ ├── [ 26K] mydoc_atom_text_editor.html │ ├── [ 42K] mydoc_bebop_auto.html │ ├── [ 63K] mydoc_bebop_auto.md │ ├── [ 28K] mydoc_build_arguments.html │ ├── [ 41K] mydoc_build_scripts.html │ ├── [ 26K] mydoc_code_samples.html │ ├── [ 27K] mydoc_collections.html │ ├── [ 29K] mydoc_commenting_on_files.html │ ├── [ 37K] mydoc_conditional_logic.html │ ├── [ 27K] mydoc_content_reuse.html │ ├── [ 28K] mydoc_exluding_files.html │ ├── [ 36K] mydoc_faq_layout.html │ ├── [ 60K] mydoc_generating_pdfs.html │ ├── [ 29K] mydoc_glossary.html │ ├── [ 59K] mydoc_help_api.html │ ├── [ 26K] mydoc_hyperlinks.html │ ├── [ 44K] mydoc_icons.html │ ├── [ 32K] mydoc_images.html │ ├── [ 35K] mydoc_install_jekyll_on_mac.html │ ├── [ 30K] mydoc_install_jekyll_on_windows.html │ ├── [ 26K] mydoc_introduction.html │ ├── [ 27K] mydoc_iterm_profiles.html │ ├── [ 29K] mydoc_kb_layout.html │ ├── [ 27K] mydoc_labels.html │ ├── [ 28K] mydoc_lists.html │ ├── [ 33K] mydoc_navtabs.html │ ├── [ 40K] mydoc_pages.html │ ├── [ 29K] mydoc_posts.html │ ├── [ 29K] mydoc_publishing_github_pages.html │ ├── [ 26K] mydoc_push_build_to_server.html │ ├── [ 28K] mydoc_release_notes_50.html │ ├── [ 28K] mydoc_release_notes_60.html │ ├── [ 38K] mydoc_search_configuration.html │ ├── [ 31K] mydoc_seriesdemo1.html │ ├── [ 31K] mydoc_seriesdemo2.html │ ├── [ 31K] mydoc_seriesdemo3.html │ ├── [ 31K] mydoc_seriesdemo4.html │ ├── [ 32K] mydoc_series.html │ ├── [ 70K] mydoc_shuffle.html │ ├── [ 34K] mydoc_sidebar_navigation.html │ ├── [ 26K] mydoc_special_layouts.html │ ├── [ 34K] mydoc_supported_features.html │ ├── [ 25K] mydoc_support.html │ ├── [ 30K] mydoc_syntax_highlighting.html │ ├── [ 35K] mydoc_tables.html │ ├── [ 26K] mydoc_tag_archives_overview.html │ ├── [ 42K] mydoc_tags.html │ ├── [ 26K] mydoc_themes.html │ ├── [ 29K] mydoc_troubleshooting.html │ ├── [ 32K] mydoc_webstorm_text_editor.html │ ├── [ 33K] mydoc_workflow_maps.html │ ├── [ 52K] mydoc_yaml_tutorial.html │ ├── [ 12K] myupdate.html │ ├── [ 24K] news_archive.html │ ├── [ 13K] news.html │ ├── [ 26K] p1_landing_page.html │ ├── [ 16K] p1_sample1.html │ ├── [ 16K] p1_sample2.html │ ├── [ 16K] p1_sample3.html │ ├── [ 16K] p1_sample4.html │ ├── [ 16K] p1_sample5.html │ ├── [ 16K] p1_sample6.html │ ├── [ 16K] p1_sample7.html │ ├── [ 27K] p2_landing_page.html │ ├── [ 21K] p2_sample10.html │ ├── [ 21K] p2_sample11.html │ ├── [ 21K] p2_sample12.html │ ├── [ 21K] p2_sample13.html │ ├── [ 21K] p2_sample14.html │ ├── [ 18K] p2_sample1.html │ ├── [ 18K] p2_sample2.html │ ├── [ 18K] p2_sample3.html │ ├── [ 18K] p2_sample4.html │ ├── [ 18K] p2_sample5.html │ ├── [ 21K] p2_sample6.html │ ├── [ 21K] p2_sample7.html │ ├── [ 21K] p2_sample8.html │ ├── [ 21K] p2_sample9.html │ ├── [4.0K] pdf │ │ ├── [1014K] mydoc.pdf │ │ ├── [112K] product1.pdf │ │ └── [139K] product2.pdf │ ├── [ 54] pdf-all.sh │ ├── [4.0K] pdfconfigs │ │ ├── [ 378] config_mydoc_pdf.yml │ │ ├── [ 362] config_product1_pdf.yml │ │ ├── [ 362] config_product2_pdf.yml │ │ └── [ 11] prince-list.txt │ ├── [ 550] pdf-mydoc.sh │ ├── [ 389] pdf-product1.sh │ ├── [ 389] pdf-product2.sh │ ├── [ 13K] samplepost.html │ ├── [ 23K] search.json │ ├── [7.1K] sitemap.xml │ ├── [ 27K] tag_collaboration.html │ ├── [ 28K] tag_content_types.html │ ├── [ 32K] tag_formatting.html │ ├── [ 30K] tag_getting_started.html │ ├── [ 26K] tag_mobile.html │ ├── [ 28K] tag_navigation.html │ ├── [ 27K] tag_news.html │ ├── [ 29K] tag_publishing.html │ ├── [ 28K] tag_single_sourcing.html │ ├── [ 28K] tag_special_layouts.html │ ├── [ 28K] tag_troubleshooting.html │ ├── [ 12K] test-post-from-last-year.html │ ├── [4.0K] titlepage.html │ │ └── [ 13K] index.html │ ├── [4.0K] tocpage.html │ │ └── [ 12K] index.html │ ├── [2.6K] tooltips.html │ ├── [1.1K] tooltips.json │ ├── [ 60] update.sh │ └── [4.0K] var │ └── [ 270] build.sh ├── [ 477] sitemap.xml ├── [4.0K] _tooltips │ ├── [ 76] baseball.html │ ├── [ 80] basketball.html │ ├── [ 75] football.html │ └── [ 71] soccer.html ├── [2.7K] tooltips.html ├── [ 273] tooltips.json ├── [ 0] tree.md ├── [ 60] update.sh └── [4.0K] var └── [ 270] build.sh
34 directories, 403 files