Skip to content

Commit cda4e83

Browse files
authored
Theme updates: (#5672)
- Fix a 404 that appears when click on Community in Explore Docs - Update header/footer (logo update)
1 parent 8f3df41 commit cda4e83

File tree

9 files changed

+116
-55
lines changed

9 files changed

+116
-55
lines changed

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

Lines changed: 4 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/navigation/explorer.html

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

_vendor/github.com/linode/linode-website-partials/footer-inline.js

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

_vendor/github.com/linode/linode-website-partials/footer.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-website-partials/header.css

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

_vendor/github.com/linode/linode-website-partials/header.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/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# github.com/linode/linode-docs-theme v0.0.0-20220728182032-29679fca756d
2-
# github.com/linode/linode-website-partials v0.0.0-20220627214124-71a8a25a5260
1+
# github.com/linode/linode-docs-theme v0.0.0-20220825190356-dc38ec0d9597
2+
# 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
55
# github.com/hotwired/turbo v7.0.1+incompatible

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.134.0 // indirect
7-
github.com/linode/linode-docs-theme v0.0.0-20220728182032-29679fca756d // indirect
7+
github.com/linode/linode-docs-theme v0.0.0-20220825190356-dc38ec0d9597 // indirect
88
)

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ github.com/linode/linode-docs-theme v0.0.0-20220722180901-566fd83ed9f6 h1:gHt68X
1919
github.com/linode/linode-docs-theme v0.0.0-20220722180901-566fd83ed9f6/go.mod h1:VnRZ0YF4fsFjC97ckv+zXT6190pUPXaxkchXs2hPv18=
2020
github.com/linode/linode-docs-theme v0.0.0-20220728182032-29679fca756d h1:XGe/FkaRPmOIeeZHc+avXldlqSMao/4QHsjp5kbFyY0=
2121
github.com/linode/linode-docs-theme v0.0.0-20220728182032-29679fca756d/go.mod h1:VnRZ0YF4fsFjC97ckv+zXT6190pUPXaxkchXs2hPv18=
22+
github.com/linode/linode-docs-theme v0.0.0-20220825190356-dc38ec0d9597 h1:nzjE3ZqprU2uV5ASFAGCY22lYPFfKGKEtq+1ktBMQdg=
23+
github.com/linode/linode-docs-theme v0.0.0-20220825190356-dc38ec0d9597/go.mod h1:BftB7zvyIeu2Zv+AS8NnrUCCIHlJCib/pmmyzsP4M54=
2224
github.com/linode/linode-website-partials v0.0.0-20220606192522-84ec82a08583/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
2325
github.com/linode/linode-website-partials v0.0.0-20220627214124-71a8a25a5260/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
26+
github.com/linode/linode-website-partials v0.0.0-20220823205138-6cd3458d0589/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=

0 commit comments

Comments
 (0)