feat: Add blog releases navigation and update blog configuration

This commit is contained in:
kastov
2025-02-24 15:13:16 +03:00
parent 416b3ff51b
commit c6eaa6e4e7
2 changed files with 8 additions and 8 deletions

View File

@@ -1,12 +1,11 @@
---
title: Release v1.3.0
title: Release v1.3.1
authors: remnawave
tags: [release]
date: 2025-02-21
draft: true
date: 2025-02-24
---
# Release v1.3.0
# Release v1.3.1
**🚧 Breaking Changes Alert 🚧**

View File

@@ -43,12 +43,12 @@ const config: Config = {
feedOptions: {
type: 'all',
description:
'Keep up to date with upcoming Docusaurus releases and articles by following our feed!',
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc.`,
'Keep up to date with upcoming Remnawave releases and articles by following our feed!',
copyright: `Copyright © ${new Date().getFullYear()} Remnawave`,
xslt: true
},
blogTitle: 'Docusaurus blog',
blogDescription: 'Read blog posts about Docusaurus from the team',
blogTitle: 'Remnawave blog',
blogDescription: 'Read blog posts about Remnawave from the team',
blogSidebarCount: 'ALL',
blogSidebarTitle: 'All our posts'
},
@@ -142,6 +142,7 @@ const config: Config = {
position: 'left',
label: 'Tutorial'
},
{ to: 'blog', label: '🚀 Releases', position: 'left' },
{
href: 'https://github.com/remnawave',