Skip to content

Commit

Permalink
Merge pull request #42 from 0xPolygonID/home
Browse files Browse the repository at this point in the history
Adds release info
  • Loading branch information
cerberushades authored Oct 23, 2023
2 parents 1e60627 + a172885 commit 34c05eb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
10 changes: 9 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ keywords:
- releases
---

## Polygon ID latest releases
- Release 5 (Upcoming)
- Release 4 (July 2023): [https://polygon.technology/blog/polygon-id-release-4-new-tools-seamless-integration](https://polygon.technology/blog/polygon-id-release-4-new-tools-seamless-integration)
- Release 3 (March 2023): [https://polygon.technology/blog/introducing-polygon-id-zero-knowledge-own-your-identity-for-web3](https://polygon.technology/blog/introducing-polygon-id-zero-knowledge-own-your-identity-for-web3)

## Products release dates

You can find release data about each of Polygon ID's products on the following links:

- Flutter SDK [https://github.com/0xPolygonID/polygonid-flutter-sdk/releases](https://github.com/0xPolygonID/polygonid-flutter-sdk/releases)
- Flutter SDK: [https://github.com/0xPolygonID/polygonid-flutter-sdk/releases](https://github.com/0xPolygonID/polygonid-flutter-sdk/releases)
- Issuer Node: [https://github.com/0xPolygonID/issuer-node/releases](https://github.com/0xPolygonID/issuer-node/releases)
- JS-SDK: [https://github.com/0xPolygonID/js-sdk/releases](https://github.com/0xPolygonID/js-sdk/releases)

4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ module.exports = {
},
{
href: 'https://schema-builder.polygonid.me/query-builder',
label: 'Query builder',
label: 'Query Builder',
target: '_blank',
rel: null,
},
Expand Down Expand Up @@ -302,7 +302,7 @@ module.exports = {
rel: null,
},
{
href: 'https://youtu.be/gd9rxlq1GxM?si=pXPIKzyo57xm9ga0',
href: 'https://www.youtube.com/watch?v=gd9rxlq1GxM&list=PLslsfan1R_z2PW_cRkBumQiUJs4tPc455',
label: 'Inside Polygon ID',
target: '_blank'
},
Expand Down
22 changes: 10 additions & 12 deletions src/data/content-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,31 +161,29 @@ export const contentData = {
},
events: [
{
name: 'EthCC 6',
info: 'July 17-20, 2023',
description: 'Paris, France',
link: 'https://www.ethcc.io/'
},
{
name: 'ETHSingapore',
info: 'September 10-12, 2023',
description: 'Singapore',
link: 'https://www.ethereumsingapore.com/'
name: 'DIF Hackathon',
info: 'October 26 - December 1, 2023',
description: 'Online',
link: 'https://difhackathon.devpost.com/'
},
{
name: 'ETHGlobal Istanbul',
info: 'November 17–19, 2023',
description: 'Istanbul, Turkey',
link: 'https://ethglobal.com/events/istanbul'
},
{
name: 'ETHSingapore',
info: 'September 10-12, 2023',
description: 'Singapore',
link: 'https://www.ethereumsingapore.com/'
}
]
},
learnSection: {
head: {
title: 'Learn about Polygon ID',
description: 'Gain the knowledge and confidence to leverage the\n full potential of Polygon ID.',
link: 'https://ecosystem.polygon.technology/PolygonID',
linkText: 'Explore ecosystem',
},
videos: [
{
Expand Down

0 comments on commit 34c05eb

Please sign in to comment.