jekyll-theme-doc-project 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +204 -0
  3. data/README.md +3 -0
  4. data/_includes/audio.html +4 -0
  5. data/_includes/breadcrumb.html +11 -0
  6. data/_includes/callout.html +1 -0
  7. data/_includes/custom_links.html +1 -0
  8. data/_includes/disqus.html +17 -0
  9. data/_includes/feedback.html +1 -0
  10. data/_includes/footer.html +65 -0
  11. data/_includes/github_button.html +1 -0
  12. data/_includes/github_button_topnavbar.html +1 -0
  13. data/_includes/google_analytics.html +15 -0
  14. data/_includes/hippo_menu_logic.html +77 -0
  15. data/_includes/hipposidebarscripts.html +36 -0
  16. data/_includes/image.html +1 -0
  17. data/_includes/important.html +1 -0
  18. data/_includes/inline_image.html +1 -0
  19. data/_includes/links.html +130 -0
  20. data/_includes/logo.html +5 -0
  21. data/_includes/note.html +1 -0
  22. data/_includes/notes.html +14 -0
  23. data/_includes/pdfminitoc.html +39 -0
  24. data/_includes/sidebar.html +113 -0
  25. data/_includes/tip.html +1 -0
  26. data/_includes/tooltips.html +1 -0
  27. data/_includes/topnav.html +189 -0
  28. data/_includes/warning.html +1 -0
  29. data/_layouts/default.html +57 -0
  30. data/_layouts/printpdf.html +40 -0
  31. data/_sass/alerts.scss +105 -0
  32. data/_sass/custom.scss +391 -0
  33. data/_sass/footer.scss +117 -0
  34. data/_sass/headings.scss +52 -0
  35. data/_sass/navbar.scss +237 -0
  36. data/_sass/navtabs.scss +165 -0
  37. data/_sass/sidebar.scss +193 -0
  38. data/_sass/syntax_highlighting.scss +325 -0
  39. data/_sass/table.scss +137 -0
  40. data/_sass/workflowmaps.scss +101 -0
  41. data/assets/companylogo.png +0 -0
  42. data/assets/css/jquery.navgoco.css +69 -0
  43. data/assets/css/main.scss +16 -0
  44. data/assets/css/monokai.css +80 -0
  45. data/assets/css/pdf/bootstrap.min.css +7738 -0
  46. data/assets/css/pdf/bootstrap.min.css.map +1 -0
  47. data/assets/css/pdf/font-awesome.min.css +4 -0
  48. data/assets/css/pdf/printstyles.css +154 -0
  49. data/assets/css/pdf/syntax.css +60 -0
  50. data/assets/css/pdf/user_defined_pdf_styles.css +1 -0
  51. data/assets/css/syntax.css +60 -0
  52. data/assets/css/user_defined_web_styles.css +5 -0
  53. data/assets/favicon.ico +0 -0
  54. data/assets/js/bootstrap.min.js +7 -0
  55. data/assets/js/jquery.cookie.min.js +8 -0
  56. data/assets/js/jquery.min.js +4 -0
  57. data/assets/js/jquery.navgoco.min.js +9 -0
  58. data/assets/js/lunr.min.js +7 -0
  59. data/assets/js/search.js +67 -0
  60. data/assets/js/user_defined_javascript.js +0 -0
  61. data/assets/licenses/LICENSE-BOOTSNIPP.txt +10 -0
  62. data/assets/licenses/LICENSE-JQUERY.txt +38 -0
  63. data/assets/licenses/LICENSE-LUNR.txt +22 -0
  64. data/assets/licenses/LICENSE-NAVGOCO.txt +27 -0
  65. data/assets/licenses/LICENSE-jekyll-table-of-contents.txt +21 -0
  66. data/assets/linkstest.html +7 -0
  67. data/assets/pdffrontmatter/pdf_copyright_page.html +9 -0
  68. data/assets/pdffrontmatter/pdf_title_page.html +17 -0
  69. data/assets/pdffrontmatter/pdf_toc_page.html +52 -0
  70. data/assets/prince-list.txt +31 -0
  71. data/assets/search.html +55 -0
  72. data/assets/snippets.txt +136 -0
  73. metadata +158 -0
@@ -0,0 +1,22 @@
1
+ // License for Lunr.js used in search
2
+
3
+
4
+ Copyright (C) 2013 by Oliver Nightingale
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in
14
+ all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ THE SOFTWARE.
@@ -0,0 +1,27 @@
1
+ // This license pertains to the Navgoco jQuery component used for the sidebar.
2
+
3
+ Copyright (c) 2013, Christodoulos Tsoulloftas, http://www.komposta.net
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without modification,
7
+ are permitted provided that the following conditions are met:
8
+
9
+ * Redistributions of source code must retain the above copyright notice,
10
+ this list of conditions and the following disclaimer.
11
+ * Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
14
+ * Neither the name of the <Christodoulos Tsoulloftas> nor the names of its
15
+ contributors may be used to endorse or promote products derived from this
16
+ software without specific prior written permission.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
22
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
23
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
26
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27
+ OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,21 @@
1
+ // applies to auto-generated TOC via toc.js
2
+
3
+ Copyright (c) 2013 Alex Ghiculescu
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,7 @@
1
+ ---
2
+ title: links text
3
+ permalink: /linkstest.html
4
+ layout: null
5
+ ---
6
+
7
+ {% include links.html %}
@@ -0,0 +1,9 @@
1
+ ---
2
+ search: exclude
3
+ type: title
4
+ permalink: pdf_copyright_page.html
5
+ ---
6
+
7
+ <div class="copyrightBoilerplate">
8
+ <p>{{site.uistring.copyright_notice}}</p>
9
+ </div>
@@ -0,0 +1,17 @@
1
+ ---
2
+ search: exclude
3
+ type: title
4
+ permalink: pdf_title_page.html
5
+ ---
6
+ <div class="printTitleArea">
7
+ <div class="printTitle">{{site.print_title}}</div>
8
+ <div class="printSubtitle">{{site.print_subtitle}}</div>
9
+ <div class="printTitleImage">
10
+ <img src="{{site.uistring.title_page_image}}"/>
11
+ <div class="lastGeneratedDate">Last generated: {{ site.time | date: '%B %d, %Y' }}</div>
12
+
13
+ </div>
14
+
15
+
16
+
17
+ </div>
@@ -0,0 +1,52 @@
1
+ ---
2
+ title: Table of Contents
3
+ type: frontmatter
4
+ search: exclude
5
+ permalink: pdf_toc_page.html
6
+ ---
7
+
8
+ <div id="navig">
9
+ <ul id="docnavsidebar" class="docnav">
10
+ {% assign sidebar = site.data[site.sidebar].folders %}
11
+ {% for folder in sidebar %}
12
+ {% unless folder.type == "frontmatter" %}
13
+ <li class="sectionHead"><a href="{{folder.jurl | remove: "/"}}">{{ folder.title }}</a>
14
+ <ul>
15
+ {% for folderitem in folder.folderitems %}
16
+ {% if folderitem.title %}
17
+ <li><a href="{{ folderitem.jurl | remove: "/" }}">{{folderitem.title}}</a></li>
18
+ {% endif %}
19
+ {% for subfolder in folderitem.subfolders %}
20
+
21
+ <li class="sectionHead"><a href="{{subfolder.jurl | remove: "/"}}">{{ subfolder.title }}</a>
22
+ <ul>
23
+ {% for subfolderitem in subfolder.subfolderitems %}
24
+
25
+ {% if subfolderitem.title %}
26
+ <li class="level2items"><a href="{{ subfolderitem.jurl | remove: "/" }}">{{subfolderitem.title}}</a></li>
27
+ {% endif %}
28
+
29
+ {% for subsubfolder in subfolderitem.subsubfolders %}
30
+ <li class="sectionHead"><a href="{{subsubfolder.jurl | remove: "/"}}">{{ subsubfolder.title }}</a>
31
+ <ul>
32
+ {% for subsubfolderitem in subsubfolder.subsubfolderitems %}
33
+ {% if subsubfolderitem.title %}
34
+ <li class="level3items"><a href="{{ subsubfolderitem.jurl | remove: "/" }}">{{subsubfolderitem.title}}</a></li>
35
+ {% endif %}
36
+ {% endfor %}
37
+ </ul>
38
+ </li>
39
+ {% endfor %}
40
+ {% endfor %}
41
+ </ul>
42
+ </li>
43
+
44
+ {% endfor %}
45
+
46
+ {% endfor %}
47
+ </ul>
48
+ {% endunless %}
49
+ {% endfor %}
50
+
51
+ </li>
52
+ </ul>
@@ -0,0 +1,31 @@
1
+ ---
2
+ layout: null
3
+ ---
4
+ {% assign sidebar = site.data[site.sidebar].folders %}
5
+
6
+ {% for folder in sidebar %}
7
+ {% unless folder.type == "frontmatter" %}
8
+ {{ folder.jurl | prepend: site.folder_path }}
9
+ {% endunless %}
10
+ {% for folderitem in folder.folderitems %}
11
+ {% if folderitem.title %}
12
+ {{ folderitem.jurl | prepend: site.folder_path }}
13
+ {% endif %}
14
+ {% for subfolder in folderitem.subfolders %}
15
+ {{ subfolder.jurl | prepend: site.folder_path }}
16
+ {% for subfolderitem in subfolder.subfolderitems %}
17
+ {% if subfolderitem.title %}
18
+ {{ subfolderitem.jurl | prepend: site.folder_path }}
19
+ {% endif %}
20
+ {% for subsubfolder in subfolderitem.subsubfolders %}
21
+ {{ subsubfolder.jurl | prepend: site.folder_path }}
22
+ {% for subsubfolderitem in subsubfolder.subsubfolderitems %}
23
+ {% if subsubfolderitem.title %}
24
+ {{ subsubfolderitem.jurl | prepend: site.folder_path }}
25
+ {% endif %}
26
+ {% endfor %}
27
+ {% endfor %}
28
+ {% endfor %}
29
+ {% endfor %}
30
+ {% endfor %}
31
+ {% endfor %}
@@ -0,0 +1,55 @@
1
+ ---
2
+ title: Search
3
+ type: search
4
+ permalink: search.html
5
+ ---
6
+
7
+ <div style="display:none">
8
+ <form action="search.html" method="get">
9
+ <div class="input-group search">
10
+ <input type="text" id="search-box" name="query" class="form-control" placeholder="{{site.uistring.search_placeholder}}">
11
+ <div class="input-group-btn">
12
+ <button class="btn btn-default" type="submit" value="search">
13
+ <i class="glyphicon glyphicon-search"></i>
14
+ </button>
15
+ </div>
16
+ </div>
17
+ </form>
18
+ </div>
19
+
20
+ <div id="search-results"></div>
21
+
22
+ <script>
23
+ window.store = {
24
+ {% for doc in site.docs %}
25
+ {% unless doc.search == false %}
26
+
27
+ "{{ doc.url | slugify }}": {
28
+ "title": "{{ doc.title | xml_escape }}",
29
+ "tags": "{{ doc.tags | xml_escape }}",
30
+ "content": {{ doc.content | strip_html | strip_newlines | jsonify }},
31
+ "url": "{{ doc.url | remove: '/' | xml_escape }}",
32
+ "product": "{{doc.product | xml_escape}}"
33
+ }
34
+ {% unless forloop.last %},{% endunless %}
35
+ {% endunless %}
36
+ {% endfor %},
37
+
38
+ {% for doc in site.pages %}
39
+ {% unless doc.search == false %}
40
+
41
+ "{{ doc.url | slugify }}": {
42
+ "title": "{{ doc.title | xml_escape }}",
43
+ "tags": "{{ doc.tags | xml_escape }}",
44
+ "content": {{ doc.content | strip_html | strip_newlines | jsonify }},
45
+ "url": "{{ doc.url | remove: '/' | xml_escape }}",
46
+ "product": "{{doc.product | xml_escape}}"
47
+ }
48
+ {% unless forloop.last %},{% endunless %}
49
+ {% endunless %}
50
+ {% endfor %}
51
+ };
52
+ </script>
53
+ <!-- Lunr.js (MIT license) -->
54
+ <script src="assets/js/lunr.min.js"></script>
55
+ <script src="assets/js/search.js"></script>
@@ -0,0 +1,136 @@
1
+ # Your snippets
2
+ #
3
+ # Atom snippets allow you to enter a simple prefix in the editor and hit tab to
4
+ # expand the prefix into a larger code block with templated values.
5
+ #
6
+ # You can create a new snippet in this file by typing "snip" and then hitting
7
+ # tab.
8
+ #
9
+ # An example CoffeeScript snippet to expand log to console.log:
10
+ #
11
+ # '.source.coffee':
12
+ # 'Console log':
13
+ # 'prefix': 'xlog'
14
+ # 'body': 'console.log $1'
15
+ #
16
+ # Each scope (e.g. '.source.coffee' above) can only be declared once.
17
+ #
18
+ # This file uses CoffeeScript Object Notation (CSON).
19
+ # If you are unfamiliar with CSON, you can read more about it in the
20
+ # Atom Flight Manual:
21
+ # http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cso
22
+ '.source.gfm':
23
+ 'TOC':
24
+ 'prefix': 'xtoc'
25
+ 'body': """
26
+ * TOC
27
+ {:toc}
28
+ """
29
+ 'front':
30
+ 'prefix': 'xfront'
31
+ 'body': """
32
+ ---
33
+ title: $1
34
+ permalink: $2
35
+ sidebar: $3
36
+ product: $4
37
+ ---
38
+ """
39
+ 'comment':
40
+ 'prefix': 'xcomment'
41
+ 'body': '{% comment %} $1 {% endcomment %}$0'
42
+ 'callout':
43
+ 'prefix': 'xcallout'
44
+ 'body': '{% include callout.html type="default primary success danger warning info" %} $0'
45
+ 'note':
46
+ 'prefix': 'xnote'
47
+ 'body': '{% include note.html content="$1" %} $0'
48
+ 'tip':
49
+ 'prefix': 'xtip'
50
+ 'body': '{% include tip.html content="$1" %} $0'
51
+ 'warning':
52
+ 'prefix': 'xwarning'
53
+ 'body': '{% include warning.html content="$1" %} $0'
54
+ 'warning':
55
+ 'prefix': 'xwarning'
56
+ 'body': '{% include warning.html content="$1" %} $0'
57
+ 'links':
58
+ 'prefix': 'xlinks'
59
+ 'body': '{% include links.html %} $0'
60
+ 'image':
61
+ 'prefix': 'ximage'
62
+ 'body': '{% include image.html file="$1" max-width="$2" border="$3" url="$4" caption="$5" alt="$6" %} $0'
63
+ 'inline_image':
64
+ 'prefix': 'xinline_image'
65
+ 'body': '{% include inline_image.html file="$1" max-width="$2" border="$3" alt="$4" %} $0'
66
+ 'audio':
67
+ 'prefix': 'xaudio'
68
+ 'body': '{% include audio.html title="$1" file="$2" type="$3" %}'
69
+ 'bookmark':
70
+ 'prefix': 'xbookmark'
71
+ 'body': '{#yourtag}'
72
+ 'comment':
73
+ 'prefix': 'xcomment'
74
+ 'body': '{% comment %} $1 {% endcomment %} $0'
75
+ 'raw':
76
+ 'prefix': 'xraw'
77
+ 'body': '{% raw %} $1 {% endraw %} $0'
78
+ 'code':
79
+ 'prefix': 'xcode'
80
+ 'body': """
81
+ ```$1
82
+ $2
83
+ ```
84
+
85
+ $0
86
+ """
87
+ 'table':
88
+ 'prefix': 'xtable'
89
+ 'body': """
90
+ <table>
91
+ <colgroup>
92
+ <col width="30%" />
93
+ <col width="70%" />
94
+ </colgroup>
95
+ <thead>
96
+ <tr>
97
+ <th markdown="span">$1</th>
98
+ <th markdown="span">$2</th>
99
+ </tr>
100
+ </thead>
101
+ <tbody>
102
+ <tr>
103
+ <td markdown="span">$3</td>
104
+ <td markdown="span">$4</td>
105
+ </tr>
106
+ <tr>
107
+ <td markdown="span">$5</td>
108
+ <td markdown="span">$6</td>
109
+ </tr>
110
+ </tbody>
111
+ </table>
112
+ """
113
+
114
+ 'navtabs':
115
+ 'prefix': 'xnavtabs'
116
+ 'body': """
117
+ <ul id="profileTabs" class="nav nav-tabs">
118
+ <li class="active"><a class="noCrossRef" href="#firsttab" data-toggle="tab">$1First Tab</a></li>
119
+ <li><a class="noCrossRef" href="#secondtab" data-toggle="tab">$2Second Tab</a></li>
120
+ <li><a class="noCrossRef" href="#thirdtab" data-toggle="tab">$3Third Tab</a></li>
121
+ </ul>
122
+ <div class="tab-content">
123
+ <div role="tabpanel" class="tab-pane active" id="firsttab">
124
+ <div class="subheading">$4First Tab</div>
125
+ <p>Some text</p>
126
+ </div>
127
+ <div role="tabpanel" class="tab-pane" id="secondtab">
128
+ <div class="subheading">$5Second tab</div>
129
+ <p>Some text...</p>
130
+ </div>
131
+ <div role="tabpanel" class="tab-pane" id="thirdtab">
132
+ <div class="subheading">$6Third tab</div>
133
+ <p>Some text ...</p>
134
+ </div>
135
+ </div>
136
+ """
metadata ADDED
@@ -0,0 +1,158 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-theme-doc-project
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Tom Johnson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-07-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.5'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.5'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.12'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.12'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ description:
56
+ email:
57
+ - tomjoht@amazon.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - LICENSE
63
+ - README.md
64
+ - _includes/audio.html
65
+ - _includes/breadcrumb.html
66
+ - _includes/callout.html
67
+ - _includes/custom_links.html
68
+ - _includes/disqus.html
69
+ - _includes/feedback.html
70
+ - _includes/footer.html
71
+ - _includes/github_button.html
72
+ - _includes/github_button_topnavbar.html
73
+ - _includes/google_analytics.html
74
+ - _includes/hippo_menu_logic.html
75
+ - _includes/hipposidebarscripts.html
76
+ - _includes/image.html
77
+ - _includes/important.html
78
+ - _includes/inline_image.html
79
+ - _includes/links.html
80
+ - _includes/logo.html
81
+ - _includes/note.html
82
+ - _includes/notes.html
83
+ - _includes/pdfminitoc.html
84
+ - _includes/sidebar.html
85
+ - _includes/tip.html
86
+ - _includes/tooltips.html
87
+ - _includes/topnav.html
88
+ - _includes/warning.html
89
+ - _layouts/default.html
90
+ - _layouts/printpdf.html
91
+ - _sass/alerts.scss
92
+ - _sass/custom.scss
93
+ - _sass/footer.scss
94
+ - _sass/headings.scss
95
+ - _sass/navbar.scss
96
+ - _sass/navtabs.scss
97
+ - _sass/sidebar.scss
98
+ - _sass/syntax_highlighting.scss
99
+ - _sass/table.scss
100
+ - _sass/workflowmaps.scss
101
+ - assets/companylogo.png
102
+ - assets/css/jquery.navgoco.css
103
+ - assets/css/main.scss
104
+ - assets/css/monokai.css
105
+ - assets/css/pdf/bootstrap.min.css
106
+ - assets/css/pdf/bootstrap.min.css.map
107
+ - assets/css/pdf/font-awesome.min.css
108
+ - assets/css/pdf/printstyles.css
109
+ - assets/css/pdf/syntax.css
110
+ - assets/css/pdf/user_defined_pdf_styles.css
111
+ - assets/css/syntax.css
112
+ - assets/css/user_defined_web_styles.css
113
+ - assets/favicon.ico
114
+ - assets/js/bootstrap.min.js
115
+ - assets/js/jquery.cookie.min.js
116
+ - assets/js/jquery.min.js
117
+ - assets/js/jquery.navgoco.min.js
118
+ - assets/js/lunr.min.js
119
+ - assets/js/search.js
120
+ - assets/js/user_defined_javascript.js
121
+ - assets/licenses/LICENSE-BOOTSNIPP.txt
122
+ - assets/licenses/LICENSE-JQUERY.txt
123
+ - assets/licenses/LICENSE-LUNR.txt
124
+ - assets/licenses/LICENSE-NAVGOCO.txt
125
+ - assets/licenses/LICENSE-jekyll-table-of-contents.txt
126
+ - assets/linkstest.html
127
+ - assets/pdffrontmatter/pdf_copyright_page.html
128
+ - assets/pdffrontmatter/pdf_title_page.html
129
+ - assets/pdffrontmatter/pdf_toc_page.html
130
+ - assets/prince-list.txt
131
+ - assets/search.html
132
+ - assets/snippets.txt
133
+ homepage: http://github.com/amzn/jekyll-theme-doc-project-theme/readme.txt
134
+ licenses:
135
+ - Apache-2.0
136
+ metadata: {}
137
+ post_install_message:
138
+ rdoc_options: []
139
+ require_paths:
140
+ - lib
141
+ required_ruby_version: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ required_rubygems_version: !ruby/object:Gem::Requirement
147
+ requirements:
148
+ - - ">="
149
+ - !ruby/object:Gem::Version
150
+ version: '0'
151
+ requirements: []
152
+ rubyforge_project:
153
+ rubygems_version: 2.6.12
154
+ signing_key:
155
+ specification_version: 4
156
+ summary: 'This gem provides a Jekyll theme called Jekyll Doc Project. You can clone
157
+ the related GitHub repo for the theme here: https://github.com/amzn/jekyll-doc-project.'
158
+ test_files: []