aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/resources/guides
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-03-24 13:22:57 +0800
committerGravatar kosayoda <[email protected]>2021-03-24 13:22:57 +0800
commit731ff9482ecae7b5293bcfe1512389efd7f17571 (patch)
tree4bd632610c708834745057c54a05cd6ee2a0d4a8 /pydis_site/apps/content/resources/guides
parentUpdate guide to reflect changes in events app. (diff)
Improve phrasing and wording of documentation.
Diffstat (limited to 'pydis_site/apps/content/resources/guides')
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
index ac663898..8967e7da 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/how-to-contribute-a-page.md
@@ -8,7 +8,7 @@ relevant_links:
Using Git: https://pythondiscord.com/pages/contributing/working-with-git/
---
-Pages, which include guides, articles and other static content are stored in markdown files in the `site` repository on Github.
+Pages, which include guides, articles, and other static content, are stored in markdown files in the `site` repository on Github.
If you are interested in writing or modifying pages seen here on the site, follow the steps below.
For further assistance and help with contributing pages, send a message to the `#dev-contrib` channel in the Discord server!
@@ -36,7 +36,7 @@ All the markdown files in this folder will then be under this category.
## Writing the Page
Files representing pages are in `.md` (Markdown) format, with all-lowercase filenames and spaces replaced with `-` characters.
-Each page must include required metadata, and optionally additional metadata to modify appearance of the page.
+Each page must include required metadata, and optionally additional metadata to modify the appearance of the page.
The metadata is written in YAML-like key-value pairs, and should be enclosed in triple dashes `---` *at the top of the markdown file*.
**Example:**
@@ -51,14 +51,14 @@ relevant_links:
Using Git: https://pythondiscord.com/pages/contributing/working-with-git/
---
-Pages, which include guides, articles and other static content...
+Pages, which include guides, articles, and other static content,...
```
You can learn more about Markdown metadata [here](https://github.com/trentm/python-markdown2/wiki/metadata).
### Required Fields
- **title:** Easily-readable title for your article.
-- **description:** Short, 1-2 line description that describes the page.
+- **description:** Short, 1-2 line description of the page's content.
### Optional Fields
- **icon_class:** Favicon class for the category entry for the page. Default: `fab`
@@ -67,7 +67,7 @@ You can learn more about Markdown metadata [here](https://github.com/trentm/pyth
## Extended Markdown
-Apart from standard markdown, certain additions are available:
+Apart from standard Markdown, certain additions are available:
### Tables