Skip to content

Commit

Permalink
Add blog api response in storybook workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
yoching committed Nov 22, 2024
1 parent d492bc4 commit 035ec90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions storybook/stories/Stories/Code/Workspace.elm
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ refToEndpoint ref =
"base.README" ->
"/base_readme.json"

"blog" ->
"/blog_def.json"

"assets.indexHtml" ->
"/long.json"

Expand Down Expand Up @@ -163,6 +166,8 @@ view model =
, Html.br [] []
, sampleAddButton Reference.TermReference "base.README"
, Html.br [] []
, sampleAddButton Reference.TermReference "blog"
, Html.br [] []
, sampleAddButton Reference.TermReference "Nat.gt"
, Html.br [] []
, sampleAddButton Reference.TermReference "Config"
Expand Down

0 comments on commit 035ec90

Please sign in to comment.