Skip to content

Commit

Permalink
feat: remove godwoken from developers page
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jun 20, 2024
1 parent 7d7b87a commit 09e42c9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions public/locales/en/developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
"title": "CKB Docs",
"description": "Foundational technical information about the Common Knowledge Base."
},
"godwoken": {
"title": "Building on L2 Godwoken",
"description": "Technical documentation for Godwoken, the EVM-equivalent Layer 2 network built on Common Knowledge Base."
},
"forum": {
"title": "Nervos Talk Forum",
"description": "For the community to participate and discuss developments on Nervos."
Expand Down
4 changes: 0 additions & 4 deletions public/locales/es/developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
"title": "Documentación de CKB",
"description": "Información técnica fundamental sobre Common Knowledge Base."
},
"godwoken": {
"title": "Construyendo en L2 Godwoken",
"description": "Documentación técnica para Godwoken, la red de Capa 2 equivalente a EVM construida sobre Common Knowledge Base."
},
"forum": {
"title": "Foro Nervos Talk",
"description": "Para que la comunidad participe y discuta los desarrollos en Nervos."
Expand Down
4 changes: 0 additions & 4 deletions public/locales/fr/developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
"title": "CKB Docs",
"description": "Informations techniques de base sur la Common Knowledge Base."
},
"godwoken": {
"title": "Construire sur L2 Godwoken",
"description": "Documentation technique pour Godwoken, le réseau de couche 2 équivalent à EVM basé sur la base de connaissances commune."
},
"forum": {
"title": "Nervos Talk Forum",
"description": "Pour que la communauté participe et discute des développements sur Nervos."
Expand Down
4 changes: 0 additions & 4 deletions public/locales/pt/developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
"title": "Documentos do CKB",
"description": "Informações técnicas fundamentais sobre o Common Knowledge Base."
},
"godwoken": {
"title": "Construindo na Camada 2 Godwoken",
"description": "Documentação técnica para Godwoken, a rede de Camada 2 equivalente a EVM construída na Base de Conhecimento Comum."
},
"forum": {
"title": "Nervos Talk Forum",
"description": "Para que a comunidade participe e discuta as novidades do Nervos."
Expand Down
4 changes: 0 additions & 4 deletions public/locales/zh/developers.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
"title": "CKB 文档",
"description": "关于 Common Knowledge Base 的基础技术信息。"
},
"godwoken": {
"title": "在 L2 Godwoken 上构建",
"description": "Godwoken 的技术文档,它是基于 Common Knowledge Base 构建的兼容 EVM 的 Layer 2 网络。"
},
"build_club": {
"title": "Build Club",
"description": "Build Club 为团队和个人提供支持,帮助他们在 Nervos 上启动新项目。"
Expand Down
5 changes: 0 additions & 5 deletions src/pages/developers/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ const Developers: NextPage<PageProps> = ({ contributors, author }) => {
content: t('developer_resources.docs.description'),
link: 'https://docs.nervos.org/',
},
{
title: t('developer_resources.godwoken.title'),
content: t('developer_resources.godwoken.description'),
link: 'https://docs.godwoken.io/',
},
{
title: t('developer_resources.forum.title'),
content: t('developer_resources.forum.description'),
Expand Down

0 comments on commit 09e42c9

Please sign in to comment.