swedbank-pay-design-guide-jekyll-theme 2.2.6 → 2.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9758279d6763cd89935c12cdf9ddac84f785786ab5f528fc42dc5010c20d39ea
4
- data.tar.gz: fdf582de2f3201a6c7e321bd2cf9f932af54a8545e96aa12dc734e9579c9f9d8
3
+ metadata.gz: fc1a3ad20476d1399f0e007ce21563d55eae9a25f445431068f2de06a3c15523
4
+ data.tar.gz: 5a95f1576e27257201da4f0dafeb018b863dcab6db910d30031a1b7cf3bb9988
5
5
  SHA512:
6
- metadata.gz: 711d1edb99609165e5b94c72e5a9730209bd0215defbacc50d364de22d516e4f49e74e0640d1adf7fa64480c31f84fc79d93d21f126910a1d5bb4bd49736c7a9
7
- data.tar.gz: 053455ce3334103ee004d27c99659210b9d7c722224c014b861014caf42680c3a3fd1940b5f2a9cbd88b3958c5e15916fbcf361e835e7fc36e09a2a724715ac0
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
@@ -4,7 +4,7 @@ module Gem
4
4
  # Gem Specification
5
5
  class Specification
6
6
  def self.gem_version
7
- '2.2.6'
7
+ '2.2.8'
8
8
  end
9
9
  end
10
10
  end
@@ -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=\"..\\#\" class=\"previous-nav\">
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.6
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-21 00:00:00.000000000 Z
11
+ date: 2024-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday