Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize metadata for docusaurus instance. #481

Merged
merged 3 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions docusaurus/docs/advanced/kubernetes.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
---
sidebar_position: 2
title: Palworld Dedicated Server on Kubernetes
description: How to run Palworld Dedicated server on Kubernetes.
keywords: [Palworld, palworld dedicated server, Palworld Dedicated server kubernetes]
image: ../assets/Palworld_Banner.jpg
sidebar_label: Kubernetes
---
<!-- markdownlint-disable-next-line -->
# Palworld Dedicated Server on Kubernetes

# Kubernetes

All files you will need to deploy this container to kubernetes are located in the [k8s folder](https://github.com/thijsvanloef/palworld-server-docker/tree/main/k8s).
How to run Palworld Dedicared server on Kubernetes.

## Setup Palworld in kubernetes

All files you will need to deploy this container to kubernetes are located in the [k8s folder](https://github.com/thijsvanloef/palworld-server-docker/tree/main/k8s).

Use the following commands to setup this Palworld container in Kubernetes:

* `kubectl apply -f pvc.yaml`
Expand Down
Binary file added docusaurus/docs/assets/Palworld_Banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions docusaurus/docs/getting-started/configuration/engine-settings.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
sidebar_position: 3
title: Palworld Server Engine Settings
description: How to change the Palworld Engine Settings (Engine.ini file) using Docker Environment variables.
keywords: [Palworld, palworld dedicated server, Palworld Engine.ini, palworld engine settings]
image: ../../assets/Palworld_Banner.jpg
sidebar_label: Engine Settings
---
<!-- markdownlint-disable-next-line -->
# Palworld Server Engine Settings

# Engine Settings

Changing Engine Settings with Environment variables.
How to change the Palworld Engine Settings (Engine.ini file) using Docker Environment variables.

## With Environment Variables

Expand Down
11 changes: 8 additions & 3 deletions docusaurus/docs/getting-started/configuration/game-settings.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
sidebar_position: 2
title: Palworld Server Game Settings
description: How to change the Palworld Game Settings (PalWorldSettings.ini file) using Docker Environment variables.
keywords: [Palworld, palworld dedicated server, Palworld PalWorldSettings.ini, palworld game settings, PalWorldSettings.ini]
image: ../../assets/Palworld_Banner.jpg
sidebar_label: Game Settings
---
<!-- markdownlint-disable-next-line -->
# Palworld Server Game Settings

# Game Settings

Changing Game Settings with Environment variables.
How to change the Palworld Game Settings (PalWorldSettings.ini file) using Docker Environment variables.

## With Environment Variables

Expand Down
12 changes: 9 additions & 3 deletions docusaurus/docs/getting-started/configuration/server-commands.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
---
sidebar_position: 4
title: Palworld Dedicated Server Commands (RCON)
description: How to use Palworld Dedicated server commands to manage your server, including Kicking, Banning and teleporting players.
keywords: [Palworld, palworld dedicated server, Palworld Server Commands, Palworld server how to ban player, Palworld server how to kick player]
image: ../../assets/Palworld_Banner.jpg
sidebar_label: Server Commands (RCON)
---
<!-- markdownlint-disable-next-line -->
# Palworld Dedicated Server Commands (RCON)

# Server Commands (RCON)

How to use RCON to interact with the server.
How to use Palworld Dedicated server commands to manage your server,
including Kicking, Banning and teleporting players.

## RCON

Expand Down
11 changes: 8 additions & 3 deletions docusaurus/docs/getting-started/configuration/server-settings.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
sidebar_position: 1
title: Palworld Dedicated Server Settings
description: How to change the Palworld Server Settings using Docker Environment variables.
keywords: [Palworld, palworld dedicated server, Palworld Dedicated server settings, palworld server settings, Palworld Docker Dedicated server settings, palworld Docker server settings]
image: ../../assets/Palworld_Banner.jpg
sidebar_label: Server Settings
---
<!-- markdownlint-disable-next-line -->
# Palworld Dedicated Server Settings

# Server Settings

Changing Server Settings using environment variables.
How to change the Palworld Server Settings using Docker Environment variables.

## Environment variables

Expand Down
14 changes: 10 additions & 4 deletions docusaurus/docs/getting-started/quick-setup.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
---
sidebar_position: 1
slug: /
title: Palworld Dedicated server Quick Setup
description: This guide will help you get setup with hosting your Palworld Dedicated server on Docker! This Palworld server quick setup will only take a couple of minutes and you'll have a working server.
keywords: [Palworld, palworld dedicated server, how to setup palworld dedicated server, palworld server docker, palworld docker]
image: ../assets/Palworld_Banner.jpg
sidebar_label: Quick Setup
---
<!-- markdownlint-disable-next-line -->
# Palworld Dedicated server Quick Setup

# Quick Setup
This guide will help you get setup with hosting your Palworld Dedicated server on Docker!
This Palworld server quick setup will only take a couple of minutes and you'll have a working server.

Let's get you on your way with the Palworld Dedicated server!
## Prerequisites

:::warning
At the moment, Xbox Gamepass/Xbox Console players will not be able to join a dedicated server.

They will need to join players using the invite code and are limited to sessions of 4 players max.
:::

## Prerequisites

* Virtualization enabled in the BIOS/UEFI
* Must have [Docker](https://docs.docker.com/engine/install/) installed

Expand Down
12 changes: 11 additions & 1 deletion docusaurus/docs/guides/discord/discord-webhooks.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
---
sidebar_position: 1
title: Palworld Server Discord webhooks
description: How to use the Palworld Dedicated server Discord Webhook integration to get notified when your server is starting, stopping, and updating!
keywords: [Palworld, palworld dedicated server, Palworld dedicated server Discord Webhooks, Palworld Discord Webhooks]
image: ../../assets/Palworld_Banner.jpg
sidebar_label: Using Discord Webhooks
---
<!-- markdownlint-disable-next-line -->
# Using discord webhooks with Palworld Server

# Using discord webhooks
How to use the Palworld Dedicated server Discord Webhook integration to
get notified when your server is starting, stopping, and updating!

## Getting started

1. Generate a webhook url for your discord server in your discord's server settings.

Expand Down
12 changes: 9 additions & 3 deletions docusaurus/docs/known-issues/known-issues.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
---
sidebar_position: 5
title: Palworld Dedicated Server Known Issues
description: The current known issues of the Palworld Dedicated server running on Docker, including S_API FAIL, Setting breakpad minidump AppID = 2394010 and more.
keywords: [Palworld, palworld dedicated server, Palworld dedicated server known issues, Palworld dedicated server issues]
image: ../../assets/Palworld_Banner.jpg
sidebar_label: Known issues
---
<!-- markdownlint-disable-next-line -->
# Palworld Dedicated Server Known Issues

# Known Issues

Known issues of using this Docker image.
The current know issues of the Palworld Dedicated server running on Docker,
including S_API FAIL, Setting breakpad minidump AppID = 2394010 and more.

## PalWorldSettings.ini keeps resetting

Expand Down