From b44e150eb513274ea78f656908275dc1ae22aa6d Mon Sep 17 00:00:00 2001 From: Orsell <34631691+OrsellGit@users.noreply.github.com> Date: Sat, 7 Feb 2026 02:15:56 -0800 Subject: [PATCH 1/2] docs/contribute: Fixed sentence mentioning particles as materials From 4d3bd213fc31aeb9e72576697e248b55a06a2103 Mon Sep 17 00:00:00 2001 From: Orsell <34631691+OrsellGit@users.noreply.github.com> Date: Sat, 7 Feb 2026 02:30:37 -0800 Subject: [PATCH 2/2] docs/contribute: Combined a sentence and specified that subtopics exist --- docs/contribute/basics/creating-editing-articles.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/contribute/basics/creating-editing-articles.md b/docs/contribute/basics/creating-editing-articles.md index d5ce67ac..a19ea385 100644 --- a/docs/contribute/basics/creating-editing-articles.md +++ b/docs/contribute/basics/creating-editing-articles.md @@ -7,11 +7,9 @@ weight: 10 ## Creating An Article -Articles on the Strata Source Wiki consist of Markdown files that work with the [standard set of syntax](https://www.markdownguide.org/basic-syntax/). +Articles on the Strata Source Wiki consist of a mix of Markdown files and autogenerated docs from JSON dumps. The Markdown docs follow mostly a [standard set of syntax](https://www.markdownguide.org/basic-syntax/) with some of [GitHub's Markdown styling formats](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) (Ex. Alerts/Notices). -The Wiki also follows some, but not all, of [GitHub's Markdown styling formats](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) (Ex. Alerts/Notices). - -All the Markdown files on the Wiki are inside topics. Topics are the folders that make up certain sections of categories. Example of `Category/Topic/Article`: `Audio/Overview/Sound System`. These Markdown files are placed into where they should displayed in the Wiki. +All the Markdown files on the Wiki are inside topics. Topics are the folders that make up certain sections of categories. Example of `Category/Topic/Article`: `Audio/Overview/Sound System`. The Wiki also supports nesting subtopic folders inside topics. These Markdown files are placed into where they should displayed in the Wiki. For example, to add a article to the "Overview" topic in the "Panorama" category, all that needs to be done is to make a new Markdown file in the `docs/panorama/overview` folder.