Skip to content

NervosEducationHub/EducationHubArticles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Education Hub Articles

Repository storing all articles on the Common Knowledge Base (Education Hub)

Find it at https://nervos.org/knowledge-base

Contributing
All articles must be in Markdown (md) format

-Learn more information about Markdown here

-Google docs to Markdown conversion tool here

-Microsoft Word to Markdown conversion tool here

Each article should be in its own folder, no spaces or special characters should be used in folder name
-Use underscores, letters and numbers

English text should be in a file "index.md" with all images in a /images sub-folder.

Translations should be in the same folder with language extension added to the end of the file name. For example "index-es.md" for Spanish

Language extensions:
-Spanish: es
-Chinese: zh
-Korean: ko

Article header format This field should be at the top of each article
---
title: 'Example Title'
coverImage: 'images/image##.png'
category: popular
date: '2023-04-09T16:00:00.000Z'
subtitle: 'This awesome article will explain the Education Hub'
author:
- github:authorHandle
---

Creating a pull request guide here

Refer to already accepted articles for reference!