Skip to content

Commit 33051a9

Browse files
committed
Update theme
- Dynamic promo codes set by linode.com API
1 parent 49ed53c commit 33051a9

File tree

10 files changed

+83
-31
lines changed

10 files changed

+83
-31
lines changed

_vendor/github.com/linode/linode-docs-theme/assets/js/main/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-docs-theme/assets/js/main/navigation/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-docs-theme/assets/js/main/navigation/promo-codes.js

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-docs-theme/assets/js/testenvonly/index.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-docs-theme/layouts/partials/sections/content/promo_code.html

Lines changed: 12 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-docs-theme/layouts/partials/sections/head-src.html

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/linode/linode-docs-theme/static/wptestjson/promo-data.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github.com/linode/linode-docs-theme v0.0.0-20220902153035-a36ab765b431
1+
# github.com/linode/linode-docs-theme v0.0.0-20220908223216-e4b062af8d7b
22
# github.com/linode/linode-website-partials v0.0.0-20220823205138-6cd3458d0589
33
# github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.401.201
44
# github.com/gohugoio/hugo-mod-jslibs/turbo/v7 v7.0.0-20211006154215-97cb50aae023

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.15
44

55
require (
66
github.com/linode/linode-api-docs/v4 v4.135.0 // indirect
7-
github.com/linode/linode-docs-theme v0.0.0-20220902153035-a36ab765b431 // indirect
7+
github.com/linode/linode-docs-theme v0.0.0-20220908223216-e4b062af8d7b // indirect
88
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ github.com/linode/linode-docs-theme v0.0.0-20220825190356-dc38ec0d9597 h1:nzjE3Z
2525
github.com/linode/linode-docs-theme v0.0.0-20220825190356-dc38ec0d9597/go.mod h1:BftB7zvyIeu2Zv+AS8NnrUCCIHlJCib/pmmyzsP4M54=
2626
github.com/linode/linode-docs-theme v0.0.0-20220902153035-a36ab765b431 h1:UWjt/51Yr3LqyVh8aCMNULpcWaQDJp56rIGaoLYP8QY=
2727
github.com/linode/linode-docs-theme v0.0.0-20220902153035-a36ab765b431/go.mod h1:BftB7zvyIeu2Zv+AS8NnrUCCIHlJCib/pmmyzsP4M54=
28+
github.com/linode/linode-docs-theme v0.0.0-20220908223216-e4b062af8d7b h1:IeCZ4PLvh5XA12gE0get0D93mgCFdMk9NmDKvDremwM=
29+
github.com/linode/linode-docs-theme v0.0.0-20220908223216-e4b062af8d7b/go.mod h1:BftB7zvyIeu2Zv+AS8NnrUCCIHlJCib/pmmyzsP4M54=
2830
github.com/linode/linode-website-partials v0.0.0-20220606192522-84ec82a08583/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
2931
github.com/linode/linode-website-partials v0.0.0-20220627214124-71a8a25a5260/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
3032
github.com/linode/linode-website-partials v0.0.0-20220823205138-6cd3458d0589/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=

0 commit comments

Comments
 (0)