From 6f58291c71dc0ce9ab7e7572d9b441a3cb0e82b2 Mon Sep 17 00:00:00 2001 From: Vivek Nimkarde Date: Mon, 20 Aug 2018 19:16:54 +0530 Subject: [PATCH 1/2] Update website url --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 1049a70..b5b406c 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -23,7 +23,7 @@ const users = [ const siteConfig = { title: "DeepAffects" /* title for your website */, tagline: "AI platform for developers", - url: "https://seernet.github.io" /* your website url */, + url: "https://docs.deepaffects.com" /* your website url */, baseUrl: "/developer-docs/" /* base url for your project */, // For github.io type URLs, you would set the url and baseUrl like: // url: 'https://facebook.github.io', From bb080da4e0a5b3a8beffcbfe5e73feaa35b52c31 Mon Sep 17 00:00:00 2001 From: Vivek Nimkarde Date: Mon, 20 Aug 2018 19:30:07 +0530 Subject: [PATCH 2/2] Add cname file --- website/static/CNAME.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 website/static/CNAME.txt diff --git a/website/static/CNAME.txt b/website/static/CNAME.txt new file mode 100644 index 0000000..3e94804 --- /dev/null +++ b/website/static/CNAME.txt @@ -0,0 +1 @@ +docs.deepaffects.com \ No newline at end of file