Browse Source

Contribute section

feat/navigation-upgrade
Alejandro Criado-Pérez 3 years ago
parent
commit
cfd1e92668
No known key found for this signature in database GPG Key ID: 766DF93C61C31C03
  1. 5
      next.config.js
  2. 1
      src/common/constants_that_require_translations.ts
  3. 8
      src/common/navigation.yaml
  4. 0
      src/pages/en/contribute/docs.md
  5. 28
      src/pages/en/contribute/overview.md

5
next.config.js

@ -8,6 +8,11 @@ const withFonts = require('next-fonts');
async function redirects() {
return [
{
source: '/contribute',
destination: '/contribute/overview',
permanent: true,
},
{
source: '/references/language-functions',
destination: '/write-smart-contracts/language-functions',

1
src/common/constants_that_require_translations.ts

@ -6,4 +6,3 @@ export const LEARNING_RESOURCES = 'Learning Resources';
export const SEARCH_DOCS = 'Search docs';
export const TUTORIALS = 'Tutorials';
export const HOME = 'Home';

8
src/common/navigation.yaml

@ -30,6 +30,10 @@ sections:
- path: /values
- path: /tokens
sections:
- title: Clarity Development Software
usePageTitles: true
pages:
- path: /software
- title: Clarity Language
usePageTitles: true
pages:
@ -101,4 +105,8 @@ sections:
- path: /stacking-contract
- path: /contribute
pages:
- path: /overview
- path: /docs
- path: /translations

0
src/pages/en/contribute.md → src/pages/en/contribute/docs.md

28
src/pages/en/contribute/overview.md

@ -0,0 +1,28 @@
---
title: Overview
description: Contribute to the Stacks ecosystem.
icon: BlockstackIcon
images:
large: /images/contribute.svg
sm: /images/contribute.svg
---
You can contribute to the Stacks ecosystem in multiple ways:
### Documentation
Contribute to the Stacks Docs on this website. More info [here](docs).
### Translations
Help with translations. More details [here](translations).
### Articles
Write an article or a blog post about Stacks. A good place to start is [Stacks Forum](https://forum.stacks.org).
### Github
If you are familiar with Github they are multiple repositories of the Stack Ecosystem that you can contribute to.
- https://github.com/stacks-network/
Loading…
Cancel
Save