Skip to content

Commit 7b37d3f

Browse files
authored
Update theme (#4453)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 034d90f commit 7b37d3f

File tree

5 files changed

+21
-17
lines changed

5 files changed

+21
-17
lines changed

_vendor/github.com/chef/chef-docs-theme/layouts/shortcodes/icons.html

Lines changed: 11 additions & 13 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
@@ -16,7 +16,7 @@
1616
# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250722151854-d8ff5d004f5a
1717
# github.com/chef/license-service/docs-chef-io v0.0.0-20250120051510-ae1de80f4621
1818
# github.com/chef/samples v0.0.0-20250424163637-3393187e624c
19-
# github.com/chef/chef-docs-theme v0.0.0-20250627231523-132348230780
19+
# github.com/chef/chef-docs-theme v0.0.0-20250723211808-abbcbdfde6fe
2020
# github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536
2121
# github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90
2222
# github.com/twitter/hogan.js v3.0.2+incompatible

content/style/test.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,12 @@ Download {{</* icons class="material-symbols-outlined icon-filled" icon="descrip
823823
824824
Download {{< icons class="material-symbols-outlined icon-filled" icon="description" >}} the file.
825825
826+
Icons in a list:
827+
828+
1. List item
829+
1. This is an icon {{< icons class="material-symbols-outlined icon-filled" icon="description" >}} in a list item.
830+
1. Next list item.
831+
826832
## Buttons
827833
828834
To create a link that looks like a button, just add the `button` class to a link tag.

go.mod

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

55
require (
66
github.com/chef/automate/components/docs-chef-io v0.0.0-20250617123043-e9e3b2463824 // indirect
7-
github.com/chef/chef-docs-theme v0.0.0-20250627231523-132348230780 // indirect
7+
github.com/chef/chef-docs-theme v0.0.0-20250723211808-abbcbdfde6fe // indirect
88
github.com/chef/chef-server/docs-chef-io v0.0.0-20250414141619-a0fb7ff68e94 // indirect
99
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250718131033-13973a5c0863 // indirect
1010
github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250722110428-aefe0c6afb6a // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/chef/automate/components/docs-chef-io v0.0.0-20250617123043-e9e3b2463824 h1:K1jZj4ISjLOgvpGm42YrpdRHwbZQX5juZOXbwj5N+78=
22
github.com/chef/automate/components/docs-chef-io v0.0.0-20250617123043-e9e3b2463824/go.mod h1:juvLC7Rt33YOCgJ5nnfl4rWZRAbSwqjTbWmcAoA0LtU=
3-
github.com/chef/chef-docs-theme v0.0.0-20250627231523-132348230780 h1:kByQrpBOatisZii/Z6rE5tQpsYdw9rrDHT2jEqkD3CE=
4-
github.com/chef/chef-docs-theme v0.0.0-20250627231523-132348230780/go.mod h1:+Jpnv+LXE6dXu2xDcMzMc0RxRGuCPAoFxq5tJ/X6QpQ=
3+
github.com/chef/chef-docs-theme v0.0.0-20250723211808-abbcbdfde6fe h1:Tofl36GyAWlpaCeEMwECPLagUobBeT4Drl8ceS1AxbA=
4+
github.com/chef/chef-docs-theme v0.0.0-20250723211808-abbcbdfde6fe/go.mod h1:+Jpnv+LXE6dXu2xDcMzMc0RxRGuCPAoFxq5tJ/X6QpQ=
55
github.com/chef/chef-server/docs-chef-io v0.0.0-20250414141619-a0fb7ff68e94 h1:YpF+MQ2CQ0V/sOtGrTCxa+Lpd5J9iR6ADDkrdSMqtw0=
66
github.com/chef/chef-server/docs-chef-io v0.0.0-20250414141619-a0fb7ff68e94/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY=
77
github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250718131033-13973a5c0863 h1:NgaLqTscmj0Ykj7tlTwMw8DDXPt7y/AynYvipPYL8oY=

0 commit comments

Comments
 (0)