From 35627e36ac1aa337ecf1829a5365d818cc895f48 Mon Sep 17 00:00:00 2001 From: Andreas Gassmann Date: Mon, 29 Mar 2021 14:50:47 +0000 Subject: [PATCH] feat(typedoc): add new cname --- .github/workflows/deploy-docs.yml | 2 +- CHANGELOG.md | 2 +- deploy-docs.sh | 25 ------------------------- readme.md | 2 +- 4 files changed, 3 insertions(+), 28 deletions(-) delete mode 100755 deploy-docs.sh diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 72fdc9998..87e22d8ea 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -31,7 +31,7 @@ jobs: run: | npm run typedoc cd docs - echo 'docs.walletbeacon.io' > CNAME + echo 'typedocs.walletbeacon.io' > CNAME git config --global user.email "support+actions@github.com" git config --global user.name "github-actions-bot" git init diff --git a/CHANGELOG.md b/CHANGELOG.md index cc07bc493..a06a467fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -https://docs.walletbeacon.io/CHANGELOG.html +https://docs.walletbeacon.io/CHANGELOG diff --git a/deploy-docs.sh b/deploy-docs.sh deleted file mode 100755 index 6650ad409..000000000 --- a/deploy-docs.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env sh - -# abort on errors -set -e - -# build -npm run docs:build - -# navigate into the build output directory -cd docs/.vuepress/dist - -# if you are deploying to a custom domain -echo 'docs.walletbeacon.io' > CNAME - -git init -git add -A -git commit -m 'chore(docs): including latest changes' - -# if you are deploying to https://.github.io -# git push -f git@github.com:/.github.io.git master - -# if you are deploying to https://.github.io/ -git push -f git@github.com:airgap-it/beacon-sdk.git master:gh-pages - -cd - \ No newline at end of file diff --git a/readme.md b/readme.md index a4e456158..09db01a6f 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ Besides this Typescript SDK, we also provide SDKs for native iOS and Android Wal ## Documentation -The documentation can be found [here](https://docs.walletbeacon.io/). +The documentation can be found [here](https://docs.walletbeacon.io/), technical documentation can be found [here](https://typedocs.walletbeacon.io/). ## Installation