Skip to content

Commit

Permalink
improve readme seo, disable breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 30, 2024
1 parent 0874e86 commit 17930d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ title_meta: FlowMVI - Kotlin Architecture Framework
sidebar_label: Home
sidebar_position: 0
hide_title: true
description: undefined
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.png)
![](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)
![License](https://img.shields.io/github/license/respawn-app/flowMVI)
Expand Down
1 change: 1 addition & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const config: Config = {
'classic',
{
docs: {
breadcrumbs: false,
sidebarCollapsed: false,
sidebarPath: './sidebars.ts',
routeBasePath: '/',
Expand Down
Binary file added docs/static/banner.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title_meta: FlowMVI - Kotlin Architecture Framework
sidebar_label: Home
sidebar_position: 0
hide_title: true
description: undefined
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: /
---
" > ./docs/docs/README.md
Expand Down

0 comments on commit 17930d3

Please sign in to comment.