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 -}