Skip to content

Commit

Permalink
feat(docs): update docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Apr 16, 2020
1 parent e0f4a4c commit bfa80a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm run docs:build
cd docs/.vuepress/dist

# if you are deploying to a custom domain
# echo 'docs.walletbeacon.io' > CNAME
echo 'docs.walletbeacon.io' > CNAME

git init
git add -A
Expand Down
7 changes: 5 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ const getConfig = require('vuepress-bar')
const barConfig = getConfig(`${__dirname}/..`)

module.exports = {
base: '/beacon-sdk/',
base: '/',
title: 'Beacon SDK Documentation',
description: 'Connecting dApps on Tezos with your wallet.',
themeConfig: {
repo: 'airgap-it/beacon-sdk',
nav: [{ text: 'Example dApp', link: 'https://www.walletbeacon.io/', target: '_blank' }],
nav: [
{ text: 'Example dApp', link: 'https://www.walletbeacon.io/', target: '_blank' },
{ text: 'Chrome Extension', link: 'https://github.com/airgap-it/beacon-extension/releases', target: '_blank' }
],
sidebar: barConfig.sidebar
},
plugins: [
Expand Down

0 comments on commit bfa80a1

Please sign in to comment.