diff --git a/.github/workflows/docs.copy.yaml b/.github/workflows/docs.copy.yaml index 98d858f4341..f538f0c52a2 100644 --- a/.github/workflows/docs.copy.yaml +++ b/.github/workflows/docs.copy.yaml @@ -48,10 +48,10 @@ jobs: yes | cp -rf .github/README.md docs/about/index.md || echo "readme copy failed, continuing..." yes | cp -rf .github/CODE_OF_CONDUCT docs/about/code_of_conduct.md || echo "CODE_OF_CONDUCT copy failed, continuing..." yes | cp -rf .github/CONTRIBUTING docs/development/contributing.md || echo "CONTRIBUTING copy failed, continuing..." - yes | cp -rf LICENSE docs/about/LICENSE.md || echo "license copy failed, continuing..." - sed -i '1s/^/# License
\n\n/' docs/about/LICENSE.md - yes | cp -rf NOTICE docs/about/NOTICE.md || echo "license copy failed, continuing..." - sed -i '1s/^/# NOTICE
\n\n/' docs/about/NOTICE.md + yes | cp -rf LICENSE docs/about/legal/LICENSE.md || echo "license copy failed, continuing..." + sed -i '1s/^/# License
\n\n/' docs/about/legal/LICENSE.md + yes | cp -rf NOTICE docs/about/legal/NOTICE.md || echo "license copy failed, continuing..." + sed -i '1s/^/# NOTICE
\n\n/' docs/about/legal/NOTICE.md ls docs/ - name: Copy stable Apps readme to website diff --git a/docs/about/Apach2-licence.md b/docs/about/Legal/Apach2-licence.md similarity index 100% rename from docs/about/Apach2-licence.md rename to docs/about/Legal/Apach2-licence.md diff --git a/docs/about/LICENSE.md b/docs/about/Legal/LICENSE.md similarity index 100% rename from docs/about/LICENSE.md rename to docs/about/Legal/LICENSE.md diff --git a/docs/about/NOTICE.md b/docs/about/Legal/NOTICE.md similarity index 100% rename from docs/about/NOTICE.md rename to docs/about/Legal/NOTICE.md diff --git a/docs/about/contact.md b/docs/about/contact.md new file mode 100644 index 00000000000..777533b0af5 --- /dev/null +++ b/docs/about/contact.md @@ -0,0 +1,27 @@ +# Get in Contact + +While many of our maintainers are available in a lot of places, we have a few official contact options to chat about TrueCharts or ask for Support. + + +### Our contact options + +##### Github + +At github you can either directly file issues when you encounter something that doesn't work as expected or open a "GitHub Discussion" to talk about things TrueCharts + + +##### Email + +While we don't have a big support team, you can reach us using good 'ol email. + +info@truecharts.org + + +##### Discord + +Yes, we have a discord server! :) + +Get your invited today: +https://truecharts.org/discord + + diff --git a/docs/about/License-headers.md b/docs/development/License-headers.md similarity index 100% rename from docs/about/License-headers.md rename to docs/development/License-headers.md