diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f097e0cf..a470a7a0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -55,7 +55,9 @@ jobs: cache-dependency-path: './docs/package-lock.json' - name: Update docs/README.md - run: cp ./README.md ./docs/docs/README.md + run: | + chmod -R +x ./scripts + ./scripts/update_readme.sh - name: Install docs deps run: cd docs && npm ci diff --git a/README.md b/README.md index f38c17fc..dc11d5fb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,3 @@ ---- -title: FlowMVI -title_meta: FlowMVI - Kotlin Architecture Framework -sidebar_label: Home -sidebar_position: 0 -hide_title: true -description: Architecture Framework for Kotlin. Reuse every line of code. Handle all errors automatically. No boilerplate. Analytics, metrics, debugging in 3 lines. 50+ features. -slug: / ---- ![](https://opensource.respawn.pro/FlowMVI/banner.webp) [![CI](https://github.com/respawn-app/FlowMVI/actions/workflows/ci.yml/badge.svg)](https://github.com/respawn-app/FlowMVI/actions/workflows/ci.yml)