diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-03 16:22:01 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-05 10:36:33 +0000 |
| commit | ec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200 (patch) | |
| tree | cb8016679fe6018879ba98756e78cd5cbc39330d /docs | |
| parent | add doc generator (diff) | |
| download | alive-ec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200.tar.gz alive-ec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200.zip | |
add index and guide pages
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide.md | 13 | ||||
| -rw-r--r-- | docs/index.md | 6 |
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/guide.md b/docs/guide.md new file mode 100644 index 0000000..0fb596d --- /dev/null +++ b/docs/guide.md @@ -0,0 +1,13 @@ +% getting started +% - +% - +# getting started with alive + +``` +(import* debug math) + +(out "a" (+ 1 2)) +(out "b" (+ 3 4)) +``` + +*(this site is currently under construction)* diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..f8a5cdd --- /dev/null +++ b/docs/index.md @@ -0,0 +1,6 @@ +# `alive` - livecoding with persistent expressions + +<iframe allowfullscreen="true" frameborder="0" height="315" width="560" + src="https://www.youtube.com/embed/z0XZYnY3Evc"></iframe> + +*(this site is currently under construction)* |
