We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7a1ad commit d68f07cCopy full SHA for d68f07c
website/docusaurus.config.js
@@ -133,6 +133,11 @@ var siteSettings = {
133
},
134
],
135
136
+ {
137
+ to: "/guides",
138
+ label: "Guides",
139
+ position: "left",
140
+ },
141
{
142
to: "reference/references-overview",
143
label: "Reference",
@@ -151,10 +156,6 @@ var siteSettings = {
151
156
label: "Best Practices",
152
157
to: "/best-practices",
153
158
154
- {
155
- label: "Guides",
- to: "/guides",
- },
159
160
label: "Developer Blog",
161
to: "/blog",
website/src/components/expandable/styles.module.css
@@ -141,4 +141,7 @@
.expandableContainer {
margin-bottom: 5px; /* Adjust this value as needed to create space */
}
144
-
+
145
+ .headerText {
146
+ background: red;
147
+ }
0 commit comments