Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 41 additions & 41 deletions _data/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,47 +122,6 @@ module.exports = {
},
],
},
{
section: 'DEVELOPER REFERENCE',
contents: [
{
title: 'Install Instructions',
url: 'create-a-chainlinked-project',
},
{ title: 'LINK Token Contracts', url: 'link-token-contracts' },
{
title: 'Developer Communications',
url: 'developer-communications',
},
{ title: 'Hackathon Resources', url: 'hackathon-resources' },
{
title: 'User Guides',
url: 'user-guides',
children: [
{
title: 'Install, configure & fund MetaMask',
url: 'install-metamask',
},
{
title: 'Acquire testnet LINK',
url: 'acquire-link',
},
{
title: 'Deploy your first contract',
url: 'deploy-your-first-contract',
},
{
title: 'Fund your contract',
url: 'fund-your-contract',
},
{
title: 'Use your first contract!',
url: 'use-your-first-contract',
},
],
},
],
},
{
section: 'USING PRICE FEEDS',
contents: [
Expand Down Expand Up @@ -236,6 +195,47 @@ module.exports = {
},
],
},
{
section: 'DEVELOPER REFERENCE',
contents: [
{
title: 'Install Instructions',
url: 'create-a-chainlinked-project',
},
{ title: 'LINK Token Contracts', url: 'link-token-contracts' },
{
title: 'Developer Communications',
url: 'developer-communications',
},
{ title: 'Hackathon Resources', url: 'hackathon-resources' },
{
title: 'User Guides',
url: 'user-guides',
children: [
{
title: 'Install, configure & fund MetaMask',
url: 'install-metamask',
},
{
title: 'Acquire testnet LINK',
url: 'acquire-link',
},
{
title: 'Deploy your first contract',
url: 'deploy-your-first-contract',
},
{
title: 'Fund your contract',
url: 'fund-your-contract',
},
{
title: 'Use your first contract!',
url: 'use-your-first-contract',
},
],
},
],
},
{
section: 'DATA PROVIDER NODES',
contents: [
Expand Down