From 4eb805abfc08c50316fd122264463d6829a54245 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 29 Jul 2022 06:51:21 +0700 Subject: [PATCH 1/2] Create example.json --- example.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 example.json diff --git a/example.json b/example.json new file mode 100644 index 000000000..6ed30b9fb --- /dev/null +++ b/example.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#7325" + }, + "description": "This domain serve no purpose and is intended for documentation purpose.", + "record": { + "URL": "https://is-a.dev" + } +} + From 40a7092c9fc84acb0db7fc9209016e9cd7385b54 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 29 Jul 2022 06:52:00 +0700 Subject: [PATCH 2/2] Rename example.json to domains/example.json --- example.json => domains/example.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename example.json => domains/example.json (100%) diff --git a/example.json b/domains/example.json similarity index 100% rename from example.json rename to domains/example.json