Skip to content

Commit

Permalink
Update core to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc4tt committed Nov 5, 2024
1 parent f258a4e commit 6a91b4d
Show file tree
Hide file tree
Showing 3 changed files with 2,619 additions and 1,715 deletions.
19 changes: 15 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
future: {
experimental_faster: true,
},

title: 'FSHOST Help',
tagline: 'FREE game server hosting for CS2, CoD4, CoD2, CS1.6, CSS, and more! We also offer paid game servers via Pro.',
favicon: 'img/favicon.ico',
Expand Down Expand Up @@ -135,7 +139,7 @@ const config = {

presets: [
[
'classic',
'@docusaurus/preset-classic',
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
Expand All @@ -147,12 +151,19 @@ const config = {
showLastUpdateAuthor: true,
},
blog: {
showReadingTime: true,
feedOptions: {
type: 'all',
title: 'FSHOST.me Update Blog',
description: 'Description of the updates behind FSHOST.me',
copyright: `Copyright © ${new Date().getFullYear()} FSHOST.me`,
language: 'en',
},
showReadingTime: false,
readingTime: ({content, frontMatter, defaultReadingTime}) =>
defaultReadingTime({content, options: {wordsPerMinute: 300}}),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
onUntruncatedBlogPosts: 'ignore',
editUrl:
'https://github.com/fshostme/docs/tree/main/',
},
theme: {
customCss: './src/css/custom.css',
Expand Down
Loading

0 comments on commit 6a91b4d

Please sign in to comment.