From 59f84b8905972cd9225c0df79e8b880546eb6d3a Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 3 Jul 2022 14:52:37 +1000 Subject: [PATCH] Development -> Contributing --- website/docs/contributing/_category_.json | 4 ++++ .../{development => contributing}/developing_new_features.mdx | 0 website/docs/{development => contributing}/documenting.mdx | 0 website/docs/{development => contributing}/fixing_bugs.mdx | 0 website/docs/{development => contributing}/helping_others.mdx | 0 website/docs/{development => contributing}/introduction.mdx | 4 ++-- website/docs/development/_category_.json | 4 ---- 7 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 website/docs/contributing/_category_.json rename website/docs/{development => contributing}/developing_new_features.mdx (100%) rename website/docs/{development => contributing}/documenting.mdx (100%) rename website/docs/{development => contributing}/fixing_bugs.mdx (100%) rename website/docs/{development => contributing}/helping_others.mdx (100%) rename website/docs/{development => contributing}/introduction.mdx (72%) delete mode 100644 website/docs/development/_category_.json diff --git a/website/docs/contributing/_category_.json b/website/docs/contributing/_category_.json new file mode 100644 index 00000000..fad21931 --- /dev/null +++ b/website/docs/contributing/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Contributing", + "position": 99 +} diff --git a/website/docs/development/developing_new_features.mdx b/website/docs/contributing/developing_new_features.mdx similarity index 100% rename from website/docs/development/developing_new_features.mdx rename to website/docs/contributing/developing_new_features.mdx diff --git a/website/docs/development/documenting.mdx b/website/docs/contributing/documenting.mdx similarity index 100% rename from website/docs/development/documenting.mdx rename to website/docs/contributing/documenting.mdx diff --git a/website/docs/development/fixing_bugs.mdx b/website/docs/contributing/fixing_bugs.mdx similarity index 100% rename from website/docs/development/fixing_bugs.mdx rename to website/docs/contributing/fixing_bugs.mdx diff --git a/website/docs/development/helping_others.mdx b/website/docs/contributing/helping_others.mdx similarity index 100% rename from website/docs/development/helping_others.mdx rename to website/docs/contributing/helping_others.mdx diff --git a/website/docs/development/introduction.mdx b/website/docs/contributing/introduction.mdx similarity index 72% rename from website/docs/development/introduction.mdx rename to website/docs/contributing/introduction.mdx index 7ae93ebd..53763adf 100644 --- a/website/docs/development/introduction.mdx +++ b/website/docs/contributing/introduction.mdx @@ -5,7 +5,7 @@ sidebar_position: 1 # Introduction Wails is an open source, community driven project. We welcome anyone to join us in -developing the project. This documentation is aimed at anyone wishing to get +contributing to the project. This documentation is aimed at anyone wishing to get familiar with the project and the development processes. # Ways of contributing @@ -20,5 +20,5 @@ There are many ways to contribute to the project: - Helping others on the issues + discussions boards Guides for these have been created in their own sections. Before getting started, -please introduce yourself in the [Developing Wails](https://github.com/wailsapp/wails/discussions/1520) +please introduce yourself in the [Contributing to Wails](https://github.com/wailsapp/wails/discussions/1520) discussion. \ No newline at end of file diff --git a/website/docs/development/_category_.json b/website/docs/development/_category_.json deleted file mode 100644 index 716d39ab..00000000 --- a/website/docs/development/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Development", - "position": 99 -}