restructure docs and add contact options to about catagory
This commit is contained in:
@@ -48,10 +48,10 @@ jobs:
|
|||||||
yes | cp -rf .github/README.md docs/about/index.md || echo "readme copy failed, continuing..."
|
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/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 .github/CONTRIBUTING docs/development/contributing.md || echo "CONTRIBUTING copy failed, continuing..."
|
||||||
yes | cp -rf LICENSE docs/about/LICENSE.md || echo "license copy failed, continuing..."
|
yes | cp -rf LICENSE docs/about/legal/LICENSE.md || echo "license copy failed, continuing..."
|
||||||
sed -i '1s/^/# License<br>\n\n/' docs/about/LICENSE.md
|
sed -i '1s/^/# License<br>\n\n/' docs/about/legal/LICENSE.md
|
||||||
yes | cp -rf NOTICE docs/about/NOTICE.md || echo "license copy failed, continuing..."
|
yes | cp -rf NOTICE docs/about/legal/NOTICE.md || echo "license copy failed, continuing..."
|
||||||
sed -i '1s/^/# NOTICE<br>\n\n/' docs/about/NOTICE.md
|
sed -i '1s/^/# NOTICE<br>\n\n/' docs/about/legal/NOTICE.md
|
||||||
ls docs/
|
ls docs/
|
||||||
|
|
||||||
- name: Copy stable Apps readme to website
|
- name: Copy stable Apps readme to website
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
<iframe src="https://discord.com/widget?id=830763548678291466&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
|
||||||
Reference in New Issue
Block a user