Skip to content

Commit 56b9e8b

Browse files
committed
Update README
1 parent 1933938 commit 56b9e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ from program output and generate beautiful documentation.
1212

1313
To do App | Stories | Cool Features | Story Engine
1414
---|---|---|---
15-
Website | [add todo](https://github.com/hitchdev/examples/tree/main/website/story/add-todo.story), [correct spelling](https://github.com/hitchdev/examples/tree/main/website/story/correct-my-spelling.story) | [Autogenerated add todo](add-and-retrieve-todo.md) and [correct my spelling](https://github.com/hitchdev/examples/tree/main/website/docs/correct-my-spelling.md) docs including playwright generated video and screenshots. | [engine.py](https://github.com/hitchdev/examples/tree/main/website/hitch/engine.py)
15+
Website | [add todo](https://github.com/hitchdev/examples/tree/main/website/story/add-todo.story), [correct spelling](https://github.com/hitchdev/examples/tree/main/website/story/correct-my-spelling.story) | [Autogenerated add todo docs](https://github.com/hitchdev/examples/blob/main/website/docs/add-and-retrieve-todo.md) and [correct my spelling](https://github.com/hitchdev/examples/tree/main/website/docs/correct-my-spelling.md) docs including playwright generated video and screenshots. | [engine.py](https://github.com/hitchdev/examples/tree/main/website/hitch/engine.py)
1616
REST API | [add todo](https://github.com/hitchdev/examples/tree/main/restapi/story/add-todo.story), [correct spelling](https://github.com/hitchdev/examples/tree/main/restapi/story/correct-my-spelling.story) | [Autogenerated docs](https://github.com/hitchdev/examples/tree/main/restapi/docs), API responses in story self-rewrite | [engine.py](https://github.com/hitchdev/examples/tree/main/restapi/hitch/engine.py)
1717
Interactive command line app | [add todo](https://github.com/hitchdev/examples/tree/main/commandline/story/add-todo.story), [correct spelling](https://github.com/hitchdev/examples/tree/main/commandline/story/correct-my-spelling.story) | [Autogenerated docs](https://github.com/hitchdev/examples/tree/main/commandline/docs), Command line outputs in story self-rewrite | [engine.py](https://github.com/hitchdev/examples/tree/main/commandline/hitch/engine.py)
1818
Python API | [add todo](https://github.com/hitchdev/examples/tree/main/pythonapi/story/add-todo.story), [correct spelling](https://github.com/hitchdev/examples/tree/main/pythonapi/story/correct-my-spelling.story) | [Autogenerated docs](https://github.com/hitchdev/examples/tree/main/pythonapi/docs), print() outputs from python in stories self-rewrites | [engine.py](https://github.com/hitchdev/examples/tree/main/pythonapi/hitch/engine.py)

0 commit comments

Comments
 (0)