mirror of
https://github.com/remnawave/panel.git
synced 2026-04-18 04:16:12 +00:00
feat: Add blog releases navigation and update blog configuration
This commit is contained in:
@@ -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 🚧**
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user