From 4bb5c570a24d75e48c564140b4498bd592102bd8 Mon Sep 17 00:00:00 2001 From: discretegames Date: Mon, 7 Nov 2022 16:12:41 -0800 Subject: added toc to windows guides --- .../apps/content/resources/guides/python-guides/windows/common-issues.md | 1 + .../guides/python-guides/windows/installing-and-using-python.md | 1 + 2 files changed, 2 insertions(+) (limited to 'pydis_site/apps/content/resources') diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md b/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md index dcf94f73..f86d5d48 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md +++ b/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md @@ -2,6 +2,7 @@ title: Common Issues Using Python on Windows description: A list of common issues with Python on Windows and how to fix them icon: fab fa-windows +toc: 3 --- ### When I run `python` in the terminal I get no result, or the Windows Store opens! diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md b/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md index 6eb87b86..59c0cad5 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md +++ b/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md @@ -2,6 +2,7 @@ title: Installing and Using Python on Windows description: How we recommend installing Python on Windows, and how to use Python Windows features icon: fab fa-windows +toc: 2 ---