swedbank-pay-design-guide-jekyll-theme 2.2.7 → 2.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -9
- data/lib/gem_version.rb +1 -1
- data/lib/sidebar_html_builder.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc1a3ad20476d1399f0e007ce21563d55eae9a25f445431068f2de06a3c15523
|
4
|
+
data.tar.gz: 5a95f1576e27257201da4f0dafeb018b863dcab6db910d30031a1b7cf3bb9988
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2136a46ace238a8950235174c72c8ff83dce6eb3a15bb2bf087c875347174306b4306acbf8f53780882125823c448260a09872a6517737685c540d84fa3844a4
|
7
|
+
data.tar.gz: 241381e9fa8b0464256d1cc4abfe911a9242afcccb6ed7a7b84b2aa7f74154873308ec2ec0853310e307996894e28e6b35fa97d4ab4e0583cebe4084d97ef15e
|
data/README.md
CHANGED
@@ -27,7 +27,6 @@ the changes in the browser after a refresh, just like normal.
|
|
27
27
|
When the theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled. To add a custom directory to your
|
28
28
|
theme-gem, please edit the regexp in `swedbankpay.gemspec` accordingly.
|
29
29
|
|
30
|
-
|
31
30
|
### Docker (recommended)
|
32
31
|
|
33
32
|
1. [Clone this repository][clone].
|
@@ -35,7 +34,6 @@ theme-gem, please edit the regexp in `swedbankpay.gemspec` accordingly.
|
|
35
34
|
3. Open a console window at the root of the repository and run `docker-compose up`.
|
36
35
|
This will create a docker container and spin it up with everything that's specified in the repository gemfile.
|
37
36
|
4. Open `http://localhost:4000` in a browser.
|
38
|
-
|
39
37
|
|
40
38
|
### Manual install
|
41
39
|
|
@@ -45,19 +43,17 @@ theme-gem, please edit the regexp in `swedbankpay.gemspec` accordingly.
|
|
45
43
|
that.
|
46
44
|
Note: If you're installing on Windows, choose Ruby+Devkit Installers.
|
47
45
|
4. Open VSC and open the repository
|
48
|
-
5. Verify that Git is installed by running `git status` in VSC terminal.
|
46
|
+
5. Verify that Git is installed by running `git status` in VSC terminal.
|
49
47
|
If Git is not properly installed, you will see an error message like the one below. Just [download Git][git] and install.
|
50
48
|
![Alt text](image.png)
|
51
49
|
6. Type `bundle install` inside the root folder of this repository.
|
52
50
|
7. Run `bundle exec jekyll serve` to start the website.
|
53
51
|
8. Open in a browser.
|
54
52
|
|
55
|
-
|
56
53
|
### Visual Studio Code plugins
|
57
54
|
|
58
55
|
You might want to install plugins for Graphviz, JSON, Liquid, Markdown and Mermaid as this will enhance your coding experience.
|
59
56
|
|
60
|
-
|
61
57
|
## Contributing
|
62
58
|
|
63
59
|
Bug reports and pull requests are welcome on [GitHub][github]. This project is
|
@@ -82,15 +78,11 @@ agreement][cla].
|
|
82
78
|
[design-guide]: <https://design.swedbankpay.com/>
|
83
79
|
[developer-portal]: <https://developer.swedbankpay.com/>
|
84
80
|
[docker]: <https://www.docker.com/>
|
85
|
-
[gems]: <https://rubygems.org/>
|
86
81
|
[git]: <https://git-scm.com/downloads>
|
87
82
|
[github]: <https://github.com/SwedbankPay/swedbank-pay-design-guide-jekyll-theme>
|
88
|
-
[graphviz]: <https://graphviz.org/download/>
|
89
83
|
[license-badge]: https://img.shields.io/github/license/SwedbankPay/swedbank-pay-design-guide-jekyll-theme
|
90
84
|
[license]: <https://opensource.org/licenses/MIT>
|
91
|
-
[liquid]: <https://jekyllrb.com/docs/liquid/>
|
92
85
|
[opengraph-image]: <https://repository-images.githubusercontent.com/209270355/36818080-53ee-11ea-896c-082addb851a6>
|
93
86
|
[ruby]: <https://rubyinstaller.org/downloads/archives>
|
94
87
|
[swedbankpay]: <https://swedbankpay.github.io/swedbank-pay-design-guide-jekyll-theme/>
|
95
88
|
[test-badge]: <https://github.com/SwedbankPay/swedbank-pay-design-guide-jekyll-theme/workflows/Test/badge.svg>
|
96
|
-
[vsc-ruler]: <https://stackoverflow.com/questions/29968499/vertical-rulers-in-visual-studio-code>
|
data/lib/gem_version.rb
CHANGED
data/lib/sidebar_html_builder.rb
CHANGED
@@ -116,7 +116,7 @@ module SwedbankPay
|
|
116
116
|
|
117
117
|
"<ul class=\"#{page.level.zero? ? 'secondary-nav-ul' : ''}\">
|
118
118
|
#{if page.level.positive? && page.children?
|
119
|
-
"<a href=\"
|
119
|
+
"<a href=\"#{page.path}..\" title=\"test4\" class=\"previous-nav\">
|
120
120
|
<i class=\"material-icons\" aria-hidden=\"true\">arrow_back_ios</i>
|
121
121
|
<span>Back to #{page.parent.title}</span>
|
122
122
|
</a>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: swedbank-pay-design-guide-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Swedbank Pay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|