jekyll-theme-doc-project 0.0.6 → 0.0.7
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.
- checksums.yaml +4 -4
- data/_layouts/hippolayout.html +12 -16
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce9d533ab714f19e97066e85c50e61eb7510c35a
|
4
|
+
data.tar.gz: c6440acd2da36b788715651b37186ac1cd511743
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88c3495247cb09743cb005f43849ab75f4ee5e3a13b21e52d46b4b9cc7f86940a61480866d576461fcea0c16f0560099fc2b1cd196a5926d6e8c5806d674df8d
|
7
|
+
data.tar.gz: c33c752408a29fb642e1638da7f3228e2075f2462a5e006086b4cda9c63163a7fc29638534892f8a65ea6a9ff939a764ac515cecf07db5348bc56d3996ea039f
|
data/_layouts/hippolayout.html
CHANGED
@@ -1,25 +1,21 @@
|
|
1
|
-
|
2
|
-
<link rel="stylesheet" type="text/css" href="https://
|
3
|
-
<link rel="stylesheet" type="text/css" href="https://
|
4
|
-
<
|
5
|
-
<!--
|
6
|
-
<script type="text/javascript" src="https://s3-us-west-1.amazonaws.com/hippo-layout-assets/includescript.min.js"></script>
|
7
|
-
<!-- Bootstrap (MIT license)-->
|
1
|
+
<link rel="stylesheet" type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal/highlighter.min._TTH_.css" />
|
2
|
+
<link rel="stylesheet" type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal/hipposidebarpage.min._TTH_.css" />
|
3
|
+
<link rel="stylesheet" type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal/hipposidebar._TTH_.css" />
|
4
|
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal/includescript.min._TTH_.js"></script>
|
5
|
+
<!-- Bootstrap is used under the MIT license. -->
|
8
6
|
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
9
|
-
<div class="rightMenu"> <span class="inc:https://
|
10
|
-
|
7
|
+
<div class="rightMenu"> <span class="inc:https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal/menus/{{page.sidebar}}._TTH_.html"> </span></div>
|
8
|
+
{% unless page.toc-style == "kramdown" %}<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal/minitoc.min._TTH_.js"></script> {% endunless %}
|
9
|
+
<!-- AnchorJS is used under the MIT license. -->
|
11
10
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script>
|
12
|
-
<!-- jQuery cookie (MIT license) -->
|
13
11
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
|
14
|
-
<!-- Navgoco
|
15
|
-
<script src="
|
16
|
-
<!-- FontAwesome (GPL license) -->
|
12
|
+
<!-- Navgoco is used under the BSD license. -->
|
13
|
+
<script src="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal/jquery.navgoco.min._TTH_.js"></script>
|
17
14
|
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
18
|
-
<script type="text/javascript" src="https://
|
15
|
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal/customscriptshippo._TTH_.js"></script>
|
19
16
|
<!--[if IE]>
|
20
|
-
<link rel="stylesheet" type="text/css" href="https://
|
17
|
+
<link rel="stylesheet" type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal/navtabshippo._TTH_.css" />
|
21
18
|
<![endif]-->
|
22
|
-
|
23
19
|
<style>
|
24
20
|
ul#markdown-toc::before {
|
25
21
|
content: "{{site.uistring.tableofcontents}}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-doc-project
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Johnson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|