File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
src/components/DeveloperDocsLinks Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ import DeveloperDocsLinksComponent from "."
7
7
const meta = {
8
8
title : "Molecules / Navigation / DeveloperDocsLinks" ,
9
9
component : DeveloperDocsLinksComponent ,
10
- args : {
11
- headerId : "ethereum-stack" ,
12
- } ,
13
10
parameters : {
14
11
layout : "fullscreen" ,
15
12
chromatic : {
@@ -31,4 +28,20 @@ export default meta
31
28
32
29
type Story = StoryObj < typeof meta >
33
30
34
- export const DeveloperDocsLinks : Story = { }
31
+ export const FoundationalTopics : Story = {
32
+ args : {
33
+ headerId : "foundational-topics" ,
34
+ } ,
35
+ }
36
+
37
+ export const EthereumStack : Story = {
38
+ args : {
39
+ headerId : "ethereum-stack" ,
40
+ } ,
41
+ }
42
+
43
+ export const Advanced : Story = {
44
+ args : {
45
+ headerId : "advanced" ,
46
+ } ,
47
+ }
You can’t perform that action at this time.
0 commit comments