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
61 changes: 0 additions & 61 deletions blog/2024-06-19-springroll-releases.md

This file was deleted.

6 changes: 0 additions & 6 deletions blog/authors.yml

This file was deleted.

9 changes: 0 additions & 9 deletions blog/tags.yml

This file was deleted.

19 changes: 0 additions & 19 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ const config: Config = {
// editUrl:
// 'https://github.com/SpringRoll',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
// editUrl:
// 'https://github.com/SpringRoll',
},
theme: {
customCss: './src/scss/custom.scss',
},
Expand All @@ -57,13 +50,6 @@ const config: Config = {
themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
announcementBar: {
id: 'springroll_release',
content:
'<a href="https://github.com/SpringRoll/SpringRoll/releases/tag/2.6.0" target="_blank">SpringRoll 2.6.0</a> is out now!',
backgroundColor: '#095B8F',
textColor: 'white',
},
navbar: {
title: 'SpringRoll',
logo: {
Expand All @@ -89,7 +75,6 @@ const config: Config = {
position: 'left',
label: 'Examples',
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/SpringRoll',
label: 'GitHub',
Expand Down Expand Up @@ -137,10 +122,6 @@ const config: Config = {
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/SpringRoll',
Expand Down