@@ -54,35 +54,6 @@ copyright: All content is copyright Adobe Systems Incorporated.
5454extra :
5555 homepage : https://docsforadobe.dev
5656
57- theme :
58- name : material
59- custom_dir : overrides
60- icon :
61- annotation : material/plus-circle-outline
62- features :
63- - announce.dismiss
64- - content.action.edit
65- - content.action.view
66- - search.highlight
67- - search.suggest
68- - toc.follow
69- palette :
70- # Palette toggle for dark mode
71- - media : " (prefers-color-scheme: dark)"
72- primary : black
73- scheme : slate
74- toggle :
75- icon : material/brightness-4
76- name : Switch to light mode
77-
78- # Palette toggle for light mode
79- - media : " (prefers-color-scheme: light)"
80- primary : white
81- scheme : default
82- toggle :
83- icon : material/brightness-7
84- name : Switch to dark mode
85-
8657extra_css :
8758 # CSS shared between the whole org
8859 - https://docsforadobe.dev/_global/global.css
@@ -113,3 +84,32 @@ plugins:
11384 cover_page_template : " overrides/templates/print_site_cover_page.tpl"
11485 print_page_title : " Offline Docs"
11586 print_site_banner_template : " overrides/templates/print_site_banner.tpl"
87+
88+ theme :
89+ name : material
90+ custom_dir : overrides
91+ features :
92+ - announce.dismiss
93+ - content.action.edit
94+ - content.action.view
95+ - search.highlight
96+ - search.suggest
97+ - toc.follow
98+ icon :
99+ annotation : material/plus-circle-outline
100+ palette :
101+ # Palette toggle for dark mode
102+ - media : " (prefers-color-scheme: dark)"
103+ primary : black
104+ scheme : slate
105+ toggle :
106+ icon : material/brightness-4
107+ name : Switch to light mode
108+
109+ # Palette toggle for light mode
110+ - media : " (prefers-color-scheme: light)"
111+ primary : white
112+ scheme : default
113+ toggle :
114+ icon : material/brightness-7
115+ name : Switch to dark mode
0 commit comments