mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
Rearange the stories
This commit is contained in:
parent
001dbc666a
commit
52c7cea1d8
@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "Scripts",
|
||||
"title": "Html Content/Scripts",
|
||||
"stories": [
|
||||
{
|
||||
"name": "Head Inline",
|
@ -1,28 +1,28 @@
|
||||
{
|
||||
"title": "CSS",
|
||||
"title": "Html Content/Styles",
|
||||
"stories": [
|
||||
{
|
||||
"name": "Head Inline",
|
||||
"parameters": {
|
||||
"server": { "id": "css/head_inline" }
|
||||
"server": { "id": "styles/head_inline" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Head Src" ,
|
||||
"parameters": {
|
||||
"server": { "id": "css/head_src" }
|
||||
"server": { "id": "styles/head_src" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Body Inline",
|
||||
"parameters": {
|
||||
"server": { "id": "css/body_inline" }
|
||||
"server": { "id": "styles/body_inline" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Body Src",
|
||||
"parameters": {
|
||||
"server": { "id": "css/body_src" }
|
||||
"server": { "id": "styles/body_src" }
|
||||
}
|
||||
}
|
||||
]
|
@ -1 +0,0 @@
|
||||
script(src='http://localhost:1337/css/button.css')
|
@ -0,0 +1 @@
|
||||
link(rel='stylesheet', type='text/css' href='http://localhost:1337/css/button.css')
|
Loading…
x
Reference in New Issue
Block a user