Skip to content

Commit

Permalink
Merge pull request #32 from david-lev/flows
Browse files Browse the repository at this point in the history
FlowJSON improvements
  • Loading branch information
david-lev authored Jan 1, 2024
2 parents 6b043cd + e052242 commit 8fafe18
Show file tree
Hide file tree
Showing 7 changed files with 2,179 additions and 750 deletions.
1 change: 1 addition & 0 deletions docs/source/content/examples/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
message
interactive
media
sign_up_flow
template
1,379 changes: 1,379 additions & 0 deletions docs/source/content/examples/sign_up_flow.rst

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/source/content/flows/flow_json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Here you will find all the components that make up a Flow JSON object.

.. autoclass:: Screen()

.. autoclass:: ScreenData()

.. autoclass:: Layout()

.. autoclass:: LayoutType()
Expand Down
466 changes: 33 additions & 433 deletions docs/source/content/flows/overview.rst

Large diffs are not rendered by default.

Loading

0 comments on commit 8fafe18

Please sign in to comment.