diff options
author | 2023-08-16 11:06:13 +0100 | |
---|---|---|
committer | 2023-08-16 11:06:13 +0100 | |
commit | b8859fd2a9d4325d960a01cd4b13a9aba2a8d3fa (patch) | |
tree | f6fe6d5cf32967d1edcd43f32899cfcbb2380bab /docs | |
parent | Integrate onboarding documents from Notion (diff) |
Fix base url in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index 3c4b10a..d3e7fa6 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,7 +2,7 @@ title: PyDis DevOps email: [email protected] description: >- Knowledgebase for all things DevOps in Python Discord. -baseurl: "/kubernetes" +baseurl: "/infra" url: "https://python-discord.github.io" twitter_username: PythonDiscord github_username: python-discord |