swedbank-pay-design-guide-jekyll-theme 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +13 -16
- data/assets/js/swedbank-pay-design-guide-theme.js +0 -9
- data/lib/gem_version.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: 43558fe24b46f24fdb821f14619f1d89af01cb82d72d6449c8687b1e4d25c5da
|
4
|
+
data.tar.gz: 8e37d2fac1d7e874803db6b8576218e672a626fdb6803021f06de95c74368d5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da769977bdc3b77efb7aeb4423bea7bcd8110ab760eb9e2a5c5143746502647fc3cc7b69a4d7218a02e8c752063c4c66aef6dc05965b9ee0b597f8a39e2c26c6
|
7
|
+
data.tar.gz: ff5291a099ef729ae37ee01379961b3eb974ac2fba330788f689845aba78ce218b4704c9a1f042769e47dcda3fd9c1e1c25c1ca7f8eb5d16639ec25dd4ef2f3f
|
data/README.md
CHANGED
@@ -40,24 +40,22 @@ theme-gem, please edit the regexp in `swedbankpay.gemspec` accordingly.
|
|
40
40
|
### Manual install
|
41
41
|
|
42
42
|
1. [Clone this repository][clone].
|
43
|
-
2.
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
4.
|
48
|
-
5.
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
7.
|
53
|
-
|
54
|
-
8. Run `bundle exec jekyll serve` to start the website.
|
55
|
-
9. Open in a browser.
|
43
|
+
2. Close Visual Studio Code (VSC) if you have it running
|
44
|
+
3. Jekyll is written in [Ruby][ruby], so you'll need to download and install
|
45
|
+
that.
|
46
|
+
Note: If you're installing on Windows, choose Ruby+Devkit Installers.
|
47
|
+
4. Open VSC and open the repository
|
48
|
+
5. Verify that Git is installed by running `git status` in VSC terminal.
|
49
|
+
If Git is not properly installed, you will see an error message like the one below. Just [download Git][git] and install.
|
50
|
+
![Alt text](image.png)
|
51
|
+
6. Type `bundle install` inside the root folder of this repository.
|
52
|
+
7. Run `bundle exec jekyll serve` to start the website.
|
53
|
+
8. Open in a browser.
|
56
54
|
|
57
55
|
|
58
56
|
### Visual Studio Code plugins
|
59
57
|
|
60
|
-
You might want to install plugins for
|
58
|
+
You might want to install plugins for Graphviz, JSON, Liquid, Markdown and Mermaid as this will enhance your coding experience.
|
61
59
|
|
62
60
|
|
63
61
|
## Contributing
|
@@ -73,7 +71,6 @@ The code within this repository is available as open source under the terms of
|
|
73
71
|
the [Apache 2.0 License][license] and the [contributor's license
|
74
72
|
agreement][cla].
|
75
73
|
|
76
|
-
[bundler]: <https://bundler.io/>
|
77
74
|
[cla-badge]: <https://cla-assistant.io/readme/badge/SwedbankPay/swedbank-pay-design-guide-jekyll-theme>
|
78
75
|
[cla]: <https://cla-assistant.io/SwedbankPay/swedbank-pay-design-guide-jekyll-theme>
|
79
76
|
[clone]: <https://help.github.com/articles/cloning-a-repository/>
|
@@ -93,7 +90,7 @@ agreement][cla].
|
|
93
90
|
[license]: <https://opensource.org/licenses/MIT>
|
94
91
|
[liquid]: <https://jekyllrb.com/docs/liquid/>
|
95
92
|
[opengraph-image]: <https://repository-images.githubusercontent.com/209270355/36818080-53ee-11ea-896c-082addb851a6>
|
96
|
-
[ruby]: <https://
|
93
|
+
[ruby]: <https://rubyinstaller.org/downloads/archives>
|
97
94
|
[swedbankpay]: <https://swedbankpay.github.io/swedbank-pay-design-guide-jekyll-theme/>
|
98
95
|
[test-badge]: <https://github.com/SwedbankPay/swedbank-pay-design-guide-jekyll-theme/workflows/Test/badge.svg>
|
99
96
|
[vsc-ruler]: <https://stackoverflow.com/questions/29968499/vertical-rulers-in-visual-studio-code>
|
@@ -228,15 +228,6 @@ function _handleSimpleSidebar (e) {
|
|
228
228
|
searchButton.addEventListener("click", function(e) {
|
229
229
|
const searchInput = document.querySelector(".search-input");
|
230
230
|
const searchBtn = document.querySelector("#search-btn");
|
231
|
-
|
232
|
-
if (searchInput.style.display !== "block") {
|
233
|
-
searchInput.style.display = "block";
|
234
|
-
searchBtn.style.borderTopLeftRadius = "0";
|
235
|
-
searchBtn.style.borderBottomLeftRadius = "0";
|
236
|
-
searchInput.focus();
|
237
|
-
e.preventDefault();
|
238
|
-
}
|
239
|
-
|
240
231
|
return false;
|
241
232
|
});
|
242
233
|
});
|
data/lib/gem_version.rb
CHANGED
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.1
|
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-
|
11
|
+
date: 2024-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|