Browse Source

fix: add links to API reference rather than READMEs

fix/microblocks-feedback
Patrick Gray 4 years ago
committed by Patrick Gray
parent
commit
b571867118
  1. 22
      src/common/navigation.yaml

22
src/common/navigation.yaml

@ -73,37 +73,37 @@ sections:
href: 'https://github.com/blockstack/connect#readme' href: 'https://github.com/blockstack/connect#readme'
title: connect title: connect
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/auth' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/auth.html'
title: auth title: auth
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/storage' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/storage.html'
title: storage title: storage
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/transactions' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/transactions.html'
title: transactions title: transactions
- external: - external:
href: 'https://github.com/blockstack/stacks-blockchain-api/tree/master/client' href: 'https://blockstack.github.io/stacks-blockchain-api/client/index.html'
title: blockchain-api-client title: blockchain-api-client
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/stacking' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/stacking.html'
title: 'stacking' title: 'stacking'
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/keychain' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/keychain.html'
title: 'keychain' title: 'keychain'
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/network' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/network.html'
title: 'network' title: 'network'
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/encryption' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/encryption.html'
title: 'encryption' title: 'encryption'
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/profile' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/profile.html'
title: 'profile' title: 'profile'
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/common' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/common.html'
title: common title: common
- external: - external:
href: 'https://github.com/blockstack/stacks.js/tree/master/packages/bns' href: 'https://stacks-js-git-master-blockstack.vercel.app/modules/bns.html'
title: bns title: bns
- title: Protocols - title: Protocols

Loading…
Cancel
Save