jekyll-theme-docgen 1.2.2 → 1.2.3
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/README.md +1 -1
- data/_sass/docgen/docgen/_api.scss +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7143df9bb7ca7a80f988de7c7004773171ae0448c24cb9a6e1ecf7ec8b6e109c
|
4
|
+
data.tar.gz: e3de2138f8d75cbda6e91c856eb44decacacfa6299f92547e8e7c61418311eb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3387331f92f4ff90e485c7d177eb87459588b28ad69f2f44493e2ee0fe532fdbc978e77f6cc0e40a2fba4583a748d7fa6c47619dc12678c4a87b4f2fd4f95ec
|
7
|
+
data.tar.gz: 5aa818ce88b21088d7815f33a1f940bca3662a73b6fe54edd657db51411727811dcc82dcc1a5064329e97d20b9385d875028cbe9158167f9a4f426f56bd2607a
|
data/README.md
CHANGED
@@ -12,13 +12,13 @@ See the `examples` folder for examples of how to use this theme.
|
|
12
12
|
when printing to PDF
|
13
13
|
- `{% include break %}` - Shortcut for `{% include page-break-docgen %}`
|
14
14
|
|
15
|
-
|
16
15
|
### CSS API
|
17
16
|
Some of the available styles are easier to use without an `include`.
|
18
17
|
|
19
18
|
- `pre.utf-box-drawing`, `code.utf-box-drawing` - Sets the font to "Source Code Pro",
|
20
19
|
which is compatible with the utf box drawing characters.
|
21
20
|
- `div.page-break` - A page break.
|
21
|
+
- `div.horizontal-line` - A container with a 1px black border top.
|
22
22
|
- `div.display` - A `div` that follows flexbox wrapping rules.
|
23
23
|
- `ol.heirarchical` - A list that supports the numbered-lettered-numeraled structure.
|
24
24
|
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-docgen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Albert Liu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '0'
|
27
27
|
description:
|
28
28
|
email:
|
29
29
|
- albertymliu@gmail.com
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
- !ruby/object:Gem::Version
|
127
127
|
version: '0'
|
128
128
|
requirements: []
|
129
|
-
rubygems_version: 3.
|
129
|
+
rubygems_version: 3.1.2
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
132
|
summary: A document generation helper theme for Jekyll.
|