Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,12 @@ const config = {
label: 'Customer Stories',
href: 'customer-stories-page',
},
{
label: 'Ecological Cooperation',
to: '/docs-ecosystem',
},
]
},
{
label: 'Ecological Cooperation',
to: '/docs-ecosystem',
position: 'left'
},
{
label: 'Online Trial',
href: 'https://trial.ivorysql.org/',
Expand Down
11 changes: 8 additions & 3 deletions i18n/zh-CN/docusaurus-plugin-content-pages/releases-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export const VersionTable = () => {
highlight: true
},
{
date: '2025年3月26日',
version: 'IvorySQL 1.17 稳定版',
url: 'https://docs.ivorysql.org/cn/ivorysql-doc/v1.17/v1.17/1.html'
date: '2026年4月21日',
version: 'IvorySQL 1.22 稳定版',
url: 'https://docs.ivorysql.org/cn/ivorysql-doc/v1.22/v1.22/1.html'
},
];

Expand All @@ -73,6 +73,11 @@ export const VersionTable = () => {
version: 'IvorySQL 4.5 稳定版',
url: 'https://docs.ivorysql.org/cn/ivorysql-doc/v4.5/v4.5/1.html'
},
{
date: '2025年3月26日',
version: 'IvorySQL 1.17 稳定版',
url: 'https://docs.ivorysql.org/cn/ivorysql-doc/v1.17/v1.17/1.html'
},
{
date: '2025年3月10日',
version: 'IvorySQL 4.4 稳定版',
Expand Down
7 changes: 4 additions & 3 deletions src/pages/releases-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export const VersionTable = () => {
highlight: true,
},
{
date: 'Mar 26, 2025',
version: 'IvorySQL 1.17 STABLE',
url: 'https://docs.ivorysql.org/en/ivorysql-doc/v1.17/v1.17/1.html',
date: 'Apr 21, 2026',
version: 'IvorySQL 1.22 STABLE',
url: 'https://docs.ivorysql.org/en/ivorysql-doc/v1.22/v1.22/1.html',
pg: 'PostgreSQL 14',
highlight: false,
},
Expand All @@ -30,6 +30,7 @@ export const VersionTable = () => {
{ date: 'Nov 25, 2025', version: 'IvorySQL 5.0 STABLE', url: 'https://docs.ivorysql.org/en/ivorysql-doc/v5.0/v5.0/1.html' },
{ date: 'Sept 10, 2025', version: 'IvorySQL 4.6 STABLE', url: 'https://docs.ivorysql.org/en/ivorysql-doc/v4.6/v4.6/1.html' },
{ date: 'Jun 4, 2025', version: 'IvorySQL 4.5 STABLE', url: 'https://docs.ivorysql.org/en/ivorysql-doc/v4.5/v4.5/1.html' },
{ date: 'Mar 26, 2025', version: 'IvorySQL 1.17 STABLE',url: 'https://docs.ivorysql.org/en/ivorysql-doc/v1.17/v1.17/1.html'},
{ date: 'Mar 10, 2025', version: 'IvorySQL 4.4 STABLE', url: 'https://docs.ivorysql.org/en/ivorysql-doc/v4.4/v4.4/1.html' },
{ date: 'Jan 13, 2025', version: 'IvorySQL 4.2 STABLE', url: 'https://docs.ivorysql.org/en/ivorysql-doc/v4.2/v4.2/1.html' },
{ date: 'Dec 23, 2024', version: 'IvorySQL 4.0 STABLE', url: 'https://docs.ivorysql.org/en/ivorysql-doc/v4.0/v4.0/1.html' },
Expand Down