Skip to content

Commit d85fe0b

Browse files
Pull request #65: add doc of react integration
Merge in DEV/colibri-docs from feature/EOA-6141_adjust_structure_components to release/current * commit 'b096ca96252f22065f463535a2fff8eb073e966d': EOA-6141: rename titles and texts category EOA-6141: update react documentation location EOA-6141: update stories categories sorting EOA-6141: update missing components categorization EOA-6141: add table of content EOA-6141: enhance general documentation adding markdown syntax add improvements updating colibri version add doc of react integration
2 parents 6d6c154 + b096ca9 commit d85fe0b

41 files changed

Lines changed: 785 additions & 247 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.storybook/preview.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,22 @@ const preview: Preview = {
198198
controls: { expanded: true, hideNoControlsWarning: true },
199199
options: {
200200
storySort: {
201-
order: ['Welcome', 'Atoms', 'Molecules', 'Organisms', 'Patterns', 'Tokens'],
201+
order: [
202+
'Welcome',
203+
'Frameworks',
204+
'Foundation',
205+
'Actions',
206+
'Feedback',
207+
'Images & Icons',
208+
'Forms',
209+
'Layouts',
210+
'Navigation',
211+
'Overlays',
212+
'Titles & Texts',
213+
'Data Visualization',
214+
'Helpers',
215+
'Patterns',
216+
],
202217
},
203218
},
204219
docs: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
"plugin:storybook/recommended"
4646
]
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)