Alejandro Criado-Pérez
3 years ago
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03
2 changed files with
10 additions and
20 deletions
-
src/common/navigation.yaml
-
src/components/header.tsx
|
|
@ -84,6 +84,12 @@ sections: |
|
|
|
- external: |
|
|
|
href: 'https://stacks.js.org/' |
|
|
|
title: Stacks.js |
|
|
|
- external: |
|
|
|
href: 'https://www.stacks.co/learn/learning-resources' |
|
|
|
title: Learning Resources |
|
|
|
- external: |
|
|
|
href: 'https://www.stacks.co/explore/discover-apps' |
|
|
|
title: Discover Apps |
|
|
|
sections: |
|
|
|
- title: Contracts |
|
|
|
usePageTitles: true |
|
|
|
|
|
@ -64,25 +64,6 @@ interface NavItem { |
|
|
|
} |
|
|
|
|
|
|
|
const nav: NavItem[] = [ |
|
|
|
{ |
|
|
|
label: 'Start building', |
|
|
|
href: '', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
label: 'Documentation', |
|
|
|
href: 'https://docs.stacks.co/', |
|
|
|
target: '_self', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'GitHub', |
|
|
|
href: 'https://github.com/stacks-network', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: LEARNING_RESOURCES, |
|
|
|
href: 'https://www.stacks.co/learn/learning-resources', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: COMMUNITY, |
|
|
|
href: '', |
|
|
@ -95,9 +76,12 @@ const nav: NavItem[] = [ |
|
|
|
label: 'Forum', |
|
|
|
href: 'https://forum.stacks.org', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'GitHub', |
|
|
|
href: 'https://github.com/stacks-network', |
|
|
|
}, |
|
|
|
], |
|
|
|
}, |
|
|
|
{ label: 'Discover apps', href: 'https://www.stacks.co/explore/discover-apps' }, |
|
|
|
{ |
|
|
|
label: LANGUAGES, |
|
|
|
href: '', |
|
|
|