aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/content/resources/frequently-asked-questions.md1
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md1
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/code-reviews-primer.md1
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/docker.md1
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/hosts-file.md1
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/cli.md12
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/pycharm.md12
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md1
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/parameters-and-arguments.md1
9 files changed, 9 insertions, 22 deletions
diff --git a/pydis_site/apps/content/resources/frequently-asked-questions.md b/pydis_site/apps/content/resources/frequently-asked-questions.md
index 7e018423..ed797532 100644
--- a/pydis_site/apps/content/resources/frequently-asked-questions.md
+++ b/pydis_site/apps/content/resources/frequently-asked-questions.md
@@ -2,6 +2,7 @@
title: Frequently Asked Questions
description: The Python Discord FAQ.
icon: fab fa-discord
+toc: 4
---
Welcome to Python Discord! Sometimes in our channels we get similar questions asked every so often.
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md b/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md
index d9fc534a..971989a9 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/asking-good-questions.md
@@ -2,6 +2,7 @@
title: Asking Good Questions
description: A guide for how to ask good questions in our community.
icon: fab fa-discord
+toc: 3
---
This document is intended to provide you with the information you need to get help as quickly and effectively as possible.
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/code-reviews-primer.md b/pydis_site/apps/content/resources/guides/pydis-guides/code-reviews-primer.md
index 55f167d0..cde7d63e 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/code-reviews-primer.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/code-reviews-primer.md
@@ -2,6 +2,7 @@
title: "Code Reviews: A Primer"
description: An introduction and guide to the world of code reviews!
icon: fab fa-github
+toc: 3
---
## The What, the Why, and the How
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/docker.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/docker.md
index 2129342b..63be9f3e 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/docker.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/docker.md
@@ -2,6 +2,7 @@
title: Working with Docker & Docker Compose
description: Guide to running our projects with Docker and Docker CE.
icon: fab fa-docker
+toc: 2
---
Both our [Site](../site/) and [Bot](../bot/) projects use Docker and Docker-Compose during development in order to provide an easy to setup and consistent development environment.
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/hosts-file.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/hosts-file.md
index f1d53c5a..5d55a7f3 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/hosts-file.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/hosts-file.md
@@ -2,6 +2,7 @@
title: Preparing Your Hosts file
description: How to setup your hosts file for project usage.
icon: fas fa-cog
+toc: 3
---
# What's a hosts file?
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/cli.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/cli.md
index e25a783b..5f196837 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/cli.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/cli.md
@@ -1,6 +1,7 @@
---
title: Working with the Git CLI
description: Basic workflow when using the git CLI.
+toc: 2
---
This is the basic workflow when working with Git with CLI. For the PyCharm version of the guide, [**click here**](../pycharm).
@@ -8,17 +9,6 @@ The following will use the [Sir-Lancebot](https://github.com/python-discord/sir-
> **Note:** This is a guide only meant to get you started with git. For in-depth resources, check the [**Working with Git**](..) page.
-#### Only done once per project
-* [Adding the Upstream Remote](#adding-the-upstream-remote)
-
-#### Commonly done
-* [Creating a New Branch](#creating-a-new-branch)
-* [Staging Changes](#staging-changes)
-* [Discarding Changes](#discarding-changes)
-* [Committing Changes](#committing-changes)
-* [Pushing Commits](#pushing-changes)
-* [Pulling Changes](#pulling-changes)
-
---
## Adding the Upstream Remote
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/pycharm.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/pycharm.md
index 93641ec4..3f7fefa0 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/pycharm.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/working-with-git/pycharm.md
@@ -1,6 +1,7 @@
---
title: Working with Git in PyCharm
description: Basic workflow when using git in PyCharm.
+toc: 2
---
This is the basic workflow when working with Git with PyCharm. For the CLI version of the guide, [**click here**](../cli).
@@ -8,17 +9,6 @@ The following will use the [Sir-Lancebot](https://github.com/python-discord/sir-
> **Note:** This is a guide only meant to get you started with git. For in-depth resources, check the [**Working with Git**](wiki:/contributing/working-with-git/) page.
-#### Only done once per project
-* [Adding the Upstream Remote](adding-the-upstream-remote)
-
-#### Done for each feature
-* [Creating a New Branch](creating-a-new-branch)
-* [Committing Changes](committing-changes)
-* [Pushing Changes](pushing-changes)
-
-#### Done whenever needed
-* [Pulling Changes](pulling-changes)
-
---
## Adding the Upstream Remote
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md b/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md
index 0c3dc7ee..c74cd8ad 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md
@@ -6,6 +6,7 @@ relevant_links:
Asking Good Questions: ../asking-good-questions
Help Channel Guide: ../help-channel-guide
Code of Conduct: /pages/code-of-conduct/
+toc: 2
---
Python Discord has a lot of people asking questions, be it in the help channels, topical channels, or any other part of the server.
diff --git a/pydis_site/apps/content/resources/guides/python-guides/parameters-and-arguments.md b/pydis_site/apps/content/resources/guides/python-guides/parameters-and-arguments.md
index 19b2752d..45ad60b1 100644
--- a/pydis_site/apps/content/resources/guides/python-guides/parameters-and-arguments.md
+++ b/pydis_site/apps/content/resources/guides/python-guides/parameters-and-arguments.md
@@ -1,6 +1,7 @@
---
title: Function Parameters and Arguments in Python
description: An in-depth look at function parameters and arguments, and how to use them.
+toc: 1
---
A Python function is utilised in two steps: