Rename documentation files, simplify Dockerfile, update module exclusions and category IDs, remove unused software section and comments
This commit is contained in:
Jeddunk 2024-07-25 20:23:47 +02:00
parent 565b2adeb1
commit febb0b52d2
10 changed files with 13 additions and 40 deletions

View file

@ -6,6 +6,7 @@
import {themes as prismThemes} from 'prism-react-renderer';
// noinspection CheckImageSize
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'jeddunk.xyz',
@ -132,8 +133,7 @@ const config = {
],
},
],
copyright: `<img src="/img/monkey-face_1f435.png" height="20px" width="20px" ><img src="/img/pistol_1f52b.png" height="20px" width="20px" >`,
//copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `<img alt="monkey" src="/img/monkey-face_1f435.png" height="20px" width="20px" ><img alt="pistol" src="/img/pistol_1f52b.png" height="20px" width="20px" >`,
},
prism: {
theme: prismThemes.github,