some minor copy tweaking

This commit is contained in:
kjeld Schouten-Lebbing 2021-04-11 15:24:10 +02:00
parent e05f429197
commit d826015f9b
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 2 additions and 2 deletions

2
.github/README.md vendored
View File

@ -1,4 +1,4 @@
# About TrueCharts<br>
## About TrueCharts<br>
**Community App Catalog for TrueNAS SCALE**
[![docs](https://img.shields.io/badge/docs-rtfm-yellow?logo=gitbook&logoColor=white&style=for-the-badge)](https://truecharts.org/)

View File

@ -46,7 +46,7 @@ jobs:
run: |
yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..."
yes | cp -rf .github/README.md docs/index.md || echo "readme copy failed, continuing..."
sed -i '1s/^/---\nhide:\n - navigation\n - toc\n---\n# TrueCharts<br>\n\n/' docs/index.md
sed -i '1s/^/---\nhide:\n - navigation\n - toc\n---\n/' docs/index.md
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/legal/LICENSE.md || echo "license copy failed, continuing..."