Skip to content

Commit

Permalink
Fix welcome/config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc4tt committed Sep 21, 2024
1 parent 9015dbf commit c25ba19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Utilize the full extent of your game server with FSHOST. We try to make our guid
<Card title="Call of Duty 4: Modern Warfare" description="Placeholder" link="cod4/creating-a-server" image="https://images.weserv.nl/?url=https://fshost.me/assets/img/bg/cod4.jpg"/>
<Card title="Call of Duty: United Offensive" description="Placeholder" link="coduo/dashboard" image="https://images.weserv.nl/?url=https://fshost.me/assets/img/bg/coduo.jpg"/>
<Card title="Call of Duty: World at War" description="Placeholder" link="codwaw/dashboard" image="https://images.weserv.nl/?url=https://fshost.me/assets/img/bg/codwaw.jpg"/>
<Card title="CS 1.6" description="Placeholder" link="cs16/dashboard" image="https://cdn.cloudflare.steamstatic.com/steam/apps/10/header.jpg?t=1666823513"/>
<Card title="CS:CZ" description="Placeholder" link="cscz/dashboard" image="https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/80/header.jpg?t=1715995767"/>
<Card title="CS:Source" description="Placeholder" link="css/dashboard" image="https://cdn.cloudflare.steamstatic.com/steam/apps/240/header.jpg?t=1666823740"/>
<Card title="CS2" description="Placeholder" link="cs2/dashboard" image="https://cdn.cloudflare.steamstatic.com/steam/apps/730/header.jpg?t=1698860631"/>
<Card title="Counter-Strike: 1.6" description="Placeholder" link="cs16/dashboard" image="https://cdn.cloudflare.steamstatic.com/steam/apps/10/header.jpg?t=1666823513"/>
<Card title="Counter-Strike: Czero" description="Placeholder" link="cscz/dashboard" image="https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/80/header.jpg?t=1715995767"/>
<Card title="Counter-Strike: Source" description="Placeholder" link="css/dashboard" image="https://cdn.cloudflare.steamstatic.com/steam/apps/240/header.jpg?t=1666823740"/>
<Card title="Counter-Strike: 2" description="Placeholder" link="cs2/dashboard" image="https://cdn.cloudflare.steamstatic.com/steam/apps/730/header.jpg?t=1698860631"/>
<Card title="Half-Life: Deathmatch" description="Placeholder" link="hldm/dashboard" image="https://fshost.me/assets/img/bg/hldm.jpg"/>
<Card title="Medal of Honor: Allied Assault" description="Placeholder" link="mohaa/dashboard" image="https://fshost.me/assets/img/bg/mohaa.jpg"/>
<Card title="Minecraft" description="Placeholder" link="minecraft/dashboard" image="https://fshost.me/assets/img/bg/minecraft.jpg"/>
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ const config = {
autoCollapseCategories: true,
},
},
announcementBar: {
/*announcementBar: {
id: 'announcement-bar',
content:
'Welcome to our new Docs/FAQ page!',
backgroundColor: '#3949AB',
textColor: '#FFFFFF',
isCloseable: false,
},
},*/
colorMode: {
defaultMode: 'dark',
disableSwitch: true,
Expand Down

0 comments on commit c25ba19

Please sign in to comment.