From 910b6a588780017cb9a12745401e1c3c01c9cd69 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sat, 10 Sep 2022 18:12:39 +0200 Subject: [PATCH] chore(docs): change url to gh pages default instead of custom domain --- README.md | 2 +- mkdocs.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eeb944a..2d50e75 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ Currently this project is work-in-progress and is not considered production read ## Docs -https://docs.acaslab.com/pterodactyl-on-k8s +https://acaslab.github.io/pterodactyl-on-k8s/ diff --git a/mkdocs.yml b/mkdocs.yml index 4c04217..face30a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,5 @@ site_name: Pterodactyl on Kubernetes Docs -site_url: https://docs.acaslab.com/pterodactyl-on-k8s/ -site_dir: pterodactyl-on-k8s +site_url: https://acaslab.github.io/pterodactyl-on-k8s/ repo_url: https://github.com/acaslab/pterodactyl-on-k8s/ repo_name: acaslab/pterodactyl-on-k8s @@ -40,4 +39,4 @@ markdown_extensions: plugins: - mike: - deploy_prefix: 'pterodactyl-on-k8s' + deploy_prefix: '/pterodactyl-on-k8s/'