From ec683e448958fbd2e8e0b2f5c9e90d5ce9e0b200 Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 3 Mar 2020 17:22:01 +0100 Subject: add index and guide pages --- docs/guide.md | 13 +++++++++++++ docs/index.md | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 docs/guide.md create mode 100644 docs/index.md (limited to 'docs') 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 + + + +*(this site is currently under construction)* -- cgit v1.2.3