Skip to content

Commit

Permalink
🐛 Variouds bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien committed Oct 3, 2023
1 parent 16ea437 commit cc435f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 28 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# KernaCraft Website

_Powered by Funsasitien's GHP Docusaurus template_


<a href="https://github.com/Funasitien/docusorus-gh/generate">
<img src="https://img.shields.io/badge/use%20this-template-blue?logo=github&style=for-the-badge">
</a>
Expand Down
33 changes: 8 additions & 25 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,46 +94,29 @@ const config = {
style: 'dark',
links: [
{
title: 'Docs',
title: 'Le Site',
items: [
{
label: 'Tutorial',
label: 'Documentation',
to: '/docs/intro',
},
],
},
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
label: 'News',
to: '/blog',
},
],
},
{
title: 'More',
title: 'Communauté',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
label: 'Discord',
href: 'https://dsc.gg/kernacraft',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} DreamCloud Devlopment.`,
copyright: `Copyright © ${new Date().getFullYear()} KernaCraft - DreamCloud Devlopment.`,
},
prism: {
theme: lightCodeTheme,
Expand Down
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './styles.module.css';
const FeatureList = [
{
title: 'Jouez tous ensemble',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/users-solid.svg').default,
description: (
<>
Jouez tous ensemble, même avec votre pote sur
Expand All @@ -15,7 +15,7 @@ const FeatureList = [
},
{
title: 'Un serveur qui tient la route',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Svg: require('@site/static/img/server-solid.svg').default,
description: (
<>
Contrairement à l'anné dernière, on a un serveur qui tient
Expand All @@ -25,7 +25,7 @@ const FeatureList = [
},
{
title: 'Avec plein de trucs nouveaux',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
Svg: require('@site/static/img/puzzle-piece-solid.svg').default,
description: (
<>
Comme des biomes customs, des nouveau minerais, une
Expand Down

0 comments on commit cc435f6

Please sign in to comment.