From c97a93a984105980a5bdb2973ada976e92298248 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Thu, 4 Jun 2020 16:12:23 +0200 Subject: [PATCH] Disable rss feed for now --- SpotifyAPI.Docs/docusaurus.config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SpotifyAPI.Docs/docusaurus.config.js b/SpotifyAPI.Docs/docusaurus.config.js index c84835d2..3a971038 100644 --- a/SpotifyAPI.Docs/docusaurus.config.js +++ b/SpotifyAPI.Docs/docusaurus.config.js @@ -54,6 +54,7 @@ module.exports = { }, presets: [ [ + '@docusaurus/preset-classic', { docs: { @@ -68,10 +69,7 @@ module.exports = { path: 'news', routeBasePath: 'news', showReadingTime: true, - feedOptions: { - type: 'all', - copyright: `Copyright © ${new Date().getFullYear()} Jonas Dellinger.`, - }, + feedOptions: undefined, // Please change this to your repo. editUrl: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET/edit/master/SpotifyAPI.Docs/blog/',