station 0.4.1 → 0.4.2
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/lib/nexmo_developer/app/presenters/sidenav.rb +4 -2
- data/lib/nexmo_developer/app/views/static/_career.html.erb +1 -1
- data/lib/nexmo_developer/app/views/static/landing_page_documentation/partials/_small_product_card.html.erb +8 -6
- data/lib/nexmo_developer/app/webpacker/stylesheets/custom/_variables.scss +2 -0
- data/lib/nexmo_developer/app/webpacker/stylesheets/layout/_community.scss +2 -2
- data/lib/nexmo_developer/public/assets/{.sprockets-manifest-98eaecd2f374601eb005037c380d0468.json → .sprockets-manifest-99c23924b9f87815ec6ae3c16642e874.json} +1 -1
- data/lib/nexmo_developer/public/assets/application-45229aaf351c0063887eda1627f8cc1b24b805884626aaffca4f8a4c11fc2807.css.gz +0 -0
- data/lib/nexmo_developer/public/assets/application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js.gz +0 -0
- data/lib/nexmo_developer/public/assets/manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js.gz +0 -0
- data/lib/nexmo_developer/public/packs/css/{application-b98aee43.chunk.css → application-730c26e7.chunk.css} +1 -1
- data/lib/nexmo_developer/public/packs/css/application-730c26e7.chunk.css.br +0 -0
- data/lib/nexmo_developer/public/packs/css/{application-b98aee43.chunk.css.gz → application-730c26e7.chunk.css.gz} +0 -0
- data/lib/nexmo_developer/public/packs/manifest.json +2 -2
- data/lib/nexmo_developer/public/packs/manifest.json.br +0 -0
- data/lib/nexmo_developer/public/packs/manifest.json.gz +0 -0
- data/lib/nexmo_developer/version.rb +1 -1
- metadata +6 -6
- data/lib/nexmo_developer/public/packs/css/application-b98aee43.chunk.css.br +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45b39905efb2414d902d105f9d436fde5f7cbee787924af27a6b7f050a8da218
|
4
|
+
data.tar.gz: a857083e2c465f7eaf80b31e1ecb6fe2b0a788d9375fcff58fcbf97504334b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3aa7263bd725ed1b26fce2a09cd7a6bd7a890850d8e729b96e0bc96138f04b5f02c628fdbe6462e876a340fe21fd0f0b1a8a2876207212a5a0858805094676e
|
7
|
+
data.tar.gz: 17744360af04ea9dd8d30286cbb390b062bcf87b7a731bfea882c179b4e9041129b06436109c02f1f1148095b38f52d6e9e30d4e5b2b924c5d1aa0d599dfd6b9
|
@@ -16,8 +16,10 @@ class Sidenav
|
|
16
16
|
|
17
17
|
def nav_items
|
18
18
|
@nav_items ||= items.map do |item|
|
19
|
-
|
20
|
-
|
19
|
+
if @product && @product.split('/').first.include?(item[:title])
|
20
|
+
SidenavItem.new(folder: item, sidenav: self)
|
21
|
+
end
|
22
|
+
end.compact
|
21
23
|
end
|
22
24
|
|
23
25
|
def namespace
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<div class="Vlt-col Vlt-col--1of2">
|
2
2
|
<div class="Vlt-card Vlt-card--center Nxd-career">
|
3
|
-
<svg class="Vlt-icon Vlt-icon--larger Vlt-
|
3
|
+
<svg class="Vlt-icon Vlt-icon--larger Vlt-purple-dark"><use xlink:href="/symbol/volta-icons.svg#Vlt-icon-code"/></svg>
|
4
4
|
<hr>
|
5
5
|
<h2>
|
6
6
|
<%= career.title %>
|
@@ -1,13 +1,15 @@
|
|
1
1
|
<div class="Vlt-card" style="padding: 35px;">
|
2
2
|
<div class="d-flex-column h-100">
|
3
3
|
|
4
|
-
<
|
5
|
-
<
|
6
|
-
|
4
|
+
<a href=<%= product['product_name_link'] %>>
|
5
|
+
<div>
|
6
|
+
<svg class="Vlt-icon Vlt-icon--larger Vlt-purple"><use xlink:href="/symbol/volta-icons.svg#<%= product['icon'] %>" /></svg>
|
7
|
+
</div>
|
7
8
|
|
8
|
-
|
9
|
-
|
10
|
-
|
9
|
+
<h3 class="Vlt-purple">
|
10
|
+
<%= product['product_name'] %>
|
11
|
+
</h3>
|
12
|
+
</a>
|
11
13
|
|
12
14
|
<div style="flex-grow: 1; padding: 25px 0;">
|
13
15
|
<p><%= raw product['product_description'].html_safe %></p>
|
@@ -1 +1 @@
|
|
1
|
-
{"files":{"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js":{"logical_path":"manifest.js","mtime":"2022-06-
|
1
|
+
{"files":{"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js":{"logical_path":"manifest.js","mtime":"2022-06-23T10:12:09+00:00","size":2,"digest":"75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070","integrity":"sha256-daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes/sHA="},"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js":{"logical_path":"application.js","mtime":"2022-06-23T10:12:09+00:00","size":3172,"digest":"67f1fd16f949c2794341a44cf839e5436bbef74436e043ead39890d1c3b2e583","integrity":"sha256-Z/H9FvlJwnlDQaRM+DnlQ2u+90Q24EPq05iQ0cOy5YM="},"application-45229aaf351c0063887eda1627f8cc1b24b805884626aaffca4f8a4c11fc2807.css":{"logical_path":"application.css","mtime":"2022-06-23T10:12:09+00:00","size":17606,"digest":"927e9615d567db6c972d9875248337b3f05127031bf5e42c133e2aff64947fa6","integrity":"sha256-kn6WFdVn22yXLZh1JIM3s/BRJwMb9eQsEz4q/2SUf6Y="}},"assets":{"manifest.js":"manifest-b4bf6e57a53c2bdb55b8998cc94cd00883793c1c37c5e5aea3ef6749b4f6d92b.js","application.js":"application-aa88b3c7bd34ec529f43849541752fda7c9c202aa9fff905be578ef88d103b46.js","application.css":"application-45229aaf351c0063887eda1627f8cc1b24b805884626aaffca4f8a4c11fc2807.css"}}
|
Binary file
|
Binary file
|