docsteer 1.0.0

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +32 -0
  3. metadata +65 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 29f98b85f37b7ea47ee2ebaa6a80d3693a3185a24f918bf09afbb09b2562355e
4
+ data.tar.gz: a48cbfb358867e8dfc62e293139cd81f06874e760a901071d580f8a5e7a3bd20
5
+ SHA512:
6
+ metadata.gz: 65abba25298dbf98837547378166d97555cb8256f855b6a8dee1318334ae44a65aae8130f368e4550e8ff2c26a470015fc4d922fd2ad8252185e701454937485
7
+ data.tar.gz: 8a22e50058748c8edf60a10cc644ad0dac2553ccb2682a1dc9443d2b88b9c8fa86e13f6d3385698d3ea1382c114170612c32b6374e88a4ca89314ddc19ccbfd8
data/README.md ADDED
@@ -0,0 +1,32 @@
1
+ # docsteer
2
+
3
+ This gem installs **[DocSteer](https://github.com/Skyflash/docsteer)**, a free
4
+ Jekyll theme for documentation, help centres and internal knowledge bases.
5
+
6
+ The theme itself is published as **`jekyll-theme-docsteer`**, following the
7
+ Jekyll convention that theme gems carry a `jekyll-theme-` prefix. This gem is a
8
+ thin alias that depends on it, so the shorter name works too.
9
+
10
+ ## Use
11
+
12
+ Either name installs the same theme:
13
+
14
+ ```ruby
15
+ # Gemfile
16
+ gem "jekyll-theme-docsteer", "~> 1.0" # canonical
17
+ # or
18
+ gem "docsteer", "~> 1.0" # this alias
19
+ ```
20
+
21
+ Then, in `_config.yml`, always reference the theme by its canonical name:
22
+
23
+ ```yaml
24
+ theme: jekyll-theme-docsteer
25
+ ```
26
+
27
+ ## Documentation
28
+
29
+ - Guides and demo: <https://skyflash.github.io/docsteer/>
30
+ - Source and issues: <https://github.com/Skyflash/docsteer>
31
+
32
+ MIT licensed.
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: docsteer
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Cristian Castellari
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-09-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll-theme-docsteer
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ description: 'DocSteer is a free Jekyll theme for documentation, help centres and
28
+ internal knowledge bases. It is published as jekyll-theme-docsteer, per the Jekyll
29
+ theme naming convention; this gem depends on it, so installing ''docsteer'' gets
30
+ you the theme. Use `theme: jekyll-theme-docsteer` in your _config.yml.'
31
+ email:
32
+ - c.castellari@gmail.com
33
+ executables: []
34
+ extensions: []
35
+ extra_rdoc_files: []
36
+ files:
37
+ - README.md
38
+ homepage: https://github.com/Skyflash/docsteer
39
+ licenses:
40
+ - MIT
41
+ metadata:
42
+ source_code_uri: https://github.com/Skyflash/docsteer
43
+ bug_tracker_uri: https://github.com/Skyflash/docsteer/issues
44
+ changelog_uri: https://github.com/Skyflash/docsteer/blob/main/CHANGELOG.md
45
+ documentation_uri: https://skyflash.github.io/docsteer/
46
+ post_install_message:
47
+ rdoc_options: []
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: 2.7.0
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ requirements: []
61
+ rubygems_version: 3.3.26
62
+ signing_key:
63
+ specification_version: 4
64
+ summary: Installs jekyll-theme-docsteer, the DocSteer Jekyll theme.
65
+ test_files: []