Skip to content

Commit

Permalink
remove readme front matter github/markup#994
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 30, 2024
1 parent 17930d3 commit 47b0f83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 47b0f83

Please sign in to comment.