diff --git a/.github/README.md b/.github/README.md index 828631288c9..aecb37c4662 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,4 +1,4 @@ -# About TrueCharts
+## About TrueCharts
**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/) diff --git a/.github/workflows/docs.copy.yaml b/.github/workflows/docs.copy.yaml index 6969232a70a..dd0f8c4b822 100644 --- a/.github/workflows/docs.copy.yaml +++ b/.github/workflows/docs.copy.yaml @@ -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
\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..."