|
1 | 1 | { |
2 | 2 | "pages": [ |
3 | 3 | { |
4 | | - "title": "Basics", |
| 4 | + "title": "The Basics", |
5 | 5 | "pathname": "basics", |
6 | 6 | "sections": [ |
7 | 7 | { |
|
134 | 134 | "title": "FAQs", |
135 | 135 | "pathname": "faqs", |
136 | 136 | "sections": [ |
137 | | - { |
138 | | - "title": "What do I need to do to migrate to v6?" |
139 | | - }, |
140 | | - { |
141 | | - "title": "How should I handle dynamic styles?" |
142 | | - }, |
143 | | - { |
144 | | - "title": "When to use attrs?" |
145 | | - }, |
146 | | - { |
147 | | - "title": "Why should I avoid declaring styled components in the render method?" |
148 | | - }, |
149 | | - { |
150 | | - "title": "Can I nest rules?" |
151 | | - }, |
152 | | - { |
153 | | - "title": "How can I override styles with higher specificity?" |
154 | | - }, |
155 | | - { |
156 | | - "title": "How can I override inline styles?" |
157 | | - }, |
158 | | - { |
159 | | - "title": "Why am I getting HTML attribute warnings?" |
160 | | - }, |
161 | | - { |
162 | | - "title": "Which browsers are supported?" |
163 | | - }, |
164 | | - { |
165 | | - "title": "Why do my DOM nodes have two classes?" |
166 | | - }, |
167 | | - { |
168 | | - "title": "Why am I getting a warning about several instances of module on the page?" |
169 | | - }, |
170 | | - { |
171 | | - "title": "Can I use css frameworks?" |
172 | | - }, |
173 | | - { |
174 | | - "title": "I am a library author. Should I bundle styled-components with my library?" |
175 | | - }, |
176 | | - { |
177 | | - "title": "How do I fix flickering text after server side rendering?" |
178 | | - }, |
179 | | - { |
180 | | - "title": "How can I fix issues when using npm link or yarn link?" |
181 | | - }, |
182 | | - { |
183 | | - "title": "Missing Declarations for styled-components/native?" |
184 | | - }, |
185 | | - { |
186 | | - "title": "What do I need to do to migrate to v5?" |
187 | | - } |
| 137 | + { "title": "What do I need to do to migrate to v6?" }, |
| 138 | + { "title": "What do I need to do to migrate to v5?" }, |
| 139 | + { "title": "How should I handle dynamic styles?" }, |
| 140 | + { "title": "When to use attrs?" }, |
| 141 | + { "title": "Why should I avoid declaring styled components in the render method?" }, |
| 142 | + { "title": "Can I nest rules?" }, |
| 143 | + { "title": "How can I override styles with higher specificity?" }, |
| 144 | + { "title": "How can I override inline styles?" }, |
| 145 | + { "title": "Can I use css frameworks?" }, |
| 146 | + { "title": "Why am I getting HTML attribute warnings?" }, |
| 147 | + { "title": "Why do my DOM nodes have two classes?" }, |
| 148 | + { "title": "Why am I getting a warning about several instances of module on the page?" }, |
| 149 | + { "title": "How do I fix flickering text after server side rendering?" }, |
| 150 | + { "title": "How can I fix issues when using npm link or yarn link?" }, |
| 151 | + { "title": "Missing Declarations for styled-components/native?" }, |
| 152 | + { "title": "Which browsers are supported?" }, |
| 153 | + { "title": "I am a library author. Should I bundle styled-components with my library?" } |
188 | 154 | ] |
189 | 155 | } |
190 | 156 | ] |
|
0 commit comments