From 4936b6441bf45e25f956883afa0334df1629da47 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 5 Mar 2022 12:53:06 +0530 Subject: [PATCH] feat: adds my library as an example --- domains/algebraic-effects.akshay.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/algebraic-effects.akshay.json diff --git a/domains/algebraic-effects.akshay.json b/domains/algebraic-effects.akshay.json new file mode 100644 index 000000000..563a84c7b --- /dev/null +++ b/domains/algebraic-effects.akshay.json @@ -0,0 +1,11 @@ +{ + "description": "Docs for algebraic effects library", + "repo": "https://github.com/phenax/algebraic-effects", + "owner": { + "username": "phenax", + "email": "phenax5@gmail.com" + }, + "record": { + "CNAME": "phenax.github.io" + } +}