Skip to content

Commit

Permalink
feat(events): create new page for events (#2047)
Browse files Browse the repository at this point in the history
* feat(events): create new page for events

* fix: update site links

* fix: malformed json

* fix: extranous ,

* Update locale/en/get-involved/node-events.md

Co-Authored-By: lirantal <liran.tal@gmail.com>

* Update locale/en/get-involved/node-events.md

Co-Authored-By: lirantal <liran.tal@gmail.com>

* Update locale/en/get-involved/node-events.md

Co-Authored-By: lirantal <liran.tal@gmail.com>

* zh-CN:add related node to the `site.json`.

Add related node to the `site.json` and translate it into Chinese.
  • Loading branch information
lirantal authored and ZYSzys committed Feb 11, 2019
1 parent 7220d03 commit 7d9056c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
20 changes: 20 additions & 0 deletions locale/en/get-involved/node-events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Node.js Events
layout: contribute.hbs
---

# Node.js Events

This is a list of Node.js events and conferences. Please submit a PR if you'd like to add a new event that isn't yet tracked in the list below.

## Notes for adding events

FORMAT
- [Event Name](https://) - Location, Dates

## Events

### 2019
- [NodeConf Columbia](https://colombia.nodeconf.com) - Medellin, Columbia, June 21-22
- [NodeConf EU](https://www.nodeconf.eu/2019.html) - Lyrath Estate, Kilkenny, November 10-13
- [NodeSummit](https://www.nodesummit.com) - San Francisco, TBA
4 changes: 4 additions & 0 deletions locale/en/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
"link": "get-involved/node-meetups",
"text": "Node.js Meetups"
},
"node-events": {
"link": "get-involved/node-events",
"text": "Node.js Events"
},
"node-speakers": {
"link": "get-involved/node-speakers",
"text": "Local Node.js Speakers"
Expand Down
4 changes: 4 additions & 0 deletions locale/zh-cn/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@
"link": "get-involved/node-meetups",
"text": "Node.js 开发者大会"
},
"node-events": {
"link": "get-involved/node-events",
"text": "Node.js 重大事件"
},
"node-speakers": {
"link": "get-involved/node-speakers",
"text": "本地 Node.js 演讲者"
Expand Down

0 comments on commit 7d9056c

Please sign in to comment.