From dd16d63b3a6f1f646879c35e09fadfcbe39a03d1 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Wed, 24 Mar 2021 00:55:28 +0800 Subject: Rename `short_description` to `description`. Given that there is no "long description", just `description` conveys the same information with brevity. --- .../apps/content/tests/test_content/category/subcategory/test4.md | 2 +- pydis_site/apps/content/tests/test_content/category/test3.md | 2 +- pydis_site/apps/content/tests/test_content/test.md | 2 +- pydis_site/apps/content/tests/test_content/test2.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pydis_site/apps/content/tests') diff --git a/pydis_site/apps/content/tests/test_content/category/subcategory/test4.md b/pydis_site/apps/content/tests/test_content/category/subcategory/test4.md index 8031131d..1763a869 100644 --- a/pydis_site/apps/content/tests/test_content/category/subcategory/test4.md +++ b/pydis_site/apps/content/tests/test_content/category/subcategory/test4.md @@ -1,6 +1,6 @@ --- title: Test 4 -short_description: Testing 4 +description: Testing 4 --- This is also test content and in subcategory. diff --git a/pydis_site/apps/content/tests/test_content/category/test3.md b/pydis_site/apps/content/tests/test_content/category/test3.md index 03ddd67b..9f294130 100644 --- a/pydis_site/apps/content/tests/test_content/category/test3.md +++ b/pydis_site/apps/content/tests/test_content/category/test3.md @@ -1,6 +1,6 @@ --- title: Test 3 -short_description: Testing 3 +description: Testing 3 --- This is too test content, but in category. diff --git a/pydis_site/apps/content/tests/test_content/test.md b/pydis_site/apps/content/tests/test_content/test.md index ca06c1d5..709860d1 100644 --- a/pydis_site/apps/content/tests/test_content/test.md +++ b/pydis_site/apps/content/tests/test_content/test.md @@ -1,6 +1,6 @@ --- title: Test -short_description: Testing +description: Testing relevant_links: Asking Good Questions: https://pythondiscord.com/pages/resources/guides/asking-good-questions/ Help Channel Guide: https://pythondiscord.com/pages/resources/guides/help-channels/ diff --git a/pydis_site/apps/content/tests/test_content/test2.md b/pydis_site/apps/content/tests/test_content/test2.md index 14d8a54b..0e57c3cd 100644 --- a/pydis_site/apps/content/tests/test_content/test2.md +++ b/pydis_site/apps/content/tests/test_content/test2.md @@ -1,6 +1,6 @@ --- title: Test 2 -short_description: Testing 2 +description: Testing 2 --- This is too test content. -- cgit v1.2.3