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
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const config = {
},
{
label: 'Installation',
href: 'https://docs.ivorysql.org/en/ivorysql-doc/v4.5/v4.5/3#quick-installation',
href: 'https://docs.ivorysql.org/en/ivorysql-doc/v4.6/v4.6/3#quick-installation',
position: 'left'
},
{
Expand Down
11 changes: 10 additions & 1 deletion i18n/zh-CN/docusaurus-plugin-content-pages/releases-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,16 @@ export const Highlight = ({children, color}) => (
<a href="https://docs.ivorysql.org/cn/ivorysql-doc/v4.5/v4.5/1.html">2025年6月4日</a>
</td>
<td>
<a href="https://docs.ivorysql.org/cn/ivorysql-doc/v4.5/v4.5/1.html">IvorySQL 4.5 稳定版 <Highlight color="#1ca3ec">最新稳定版本</Highlight></a>

<a href="https://docs.ivorysql.org/cn/ivorysql-doc/v4.5/v4.5/1.html">IvorySQL 4.5 稳定版</a>
</td>
</tr>
<tr>
<td>
<a href="https://docs.ivorysql.org/cn/ivorysql-doc/v4.6/v4.6/1.html">2025年9月9日</a>
</td>
<td>
<a href="https://docs.ivorysql.org/cn/ivorysql-doc/v4.6/v4.6/1.html">IvorySQL 4.6 稳定版 <Highlight color="#1ca3ec">最新稳定版本</Highlight></a>
</td>
</tr>
</table>
Expand Down
10 changes: 9 additions & 1 deletion src/pages/releases-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,15 @@ export const Highlight = ({children, color}) => (
<a href="https://docs.ivorysql.org/en/ivorysql-doc/v4.5/v4.5/1.html">Jun 4, 2025</a>
</td>
<td>
<a href="https://docs.ivorysql.org/en/ivorysql-doc/v4.5/v4.5/1.html">IvorySQL 4.5 STABLE <Highlight color="#1ca3ec">Latest Stable</Highlight></a>
<a href="https://docs.ivorysql.org/en/ivorysql-doc/v4.5/v4.5/1.html">IvorySQL 4.5 STABLE</a>
</td>
</tr>
<tr>
<td>
<a href="https://docs.ivorysql.org/en/ivorysql-doc/v4.6/v4.6/1.html">Sept 9, 2025</a>
</td>
<td>
<a href="https://docs.ivorysql.org/en/ivorysql-doc/v4.6/v4.6/1.html">IvorySQL 4.6 STABLE <Highlight color="#1ca3ec">Latest Stable</Highlight></a>
</td>
</tr>
</table>
Expand Down
Loading