Skip to content

Commit

Permalink
Update .md
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Jun 6, 2024
1 parent c938f23 commit 2cb6c28
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 83 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img width="550" alt="logo" src="docs/header.png" />

# Material Motion for Jetpack Compose
# Material Motion for Jetpack Compose and Compose Multiplatform

<a href="https://github.com/fornewid/material-motion-compose/actions/workflows/build.yaml"><img src="https://github.com/fornewid/material-motion-compose/actions/workflows/build.yaml/badge.svg"/></a>
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
Expand All @@ -9,7 +9,7 @@
<a href='https://github.com/JetBrains/compose-multiplatform-ios-android-template/#readme'><img src='http://img.shields.io/badge/platform-iOS-white.svg'/></a>
<a href='https://github.com/JetBrains/compose-multiplatform-desktop-template/#readme'><img src='http://img.shields.io/badge/platform-jvm-red.svg'/></a>

Jetpack Compose library for implementing [motion system](https://material.io/develop/android/theming/motion/) in Material Components for Android and Compose Multiplatform.
A library for implementing [motion system](https://material.io/develop/android/theming/motion/) in Material Components for Jetpack Compose and Compose Multiplatform.

## Compose versions

Expand Down
2 changes: 1 addition & 1 deletion docs/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Maven Central](https://img.shields.io/maven-central/v/io.github.fornewid/material-motion-compose-core)](https://search.maven.org/search?q=g:io.github.fornewid)

Material Motion Core is a Jetpack Compose library for implementing [motion system](https://material.io/develop/android/theming/motion/) in Material Components for Android.
Material Motion Core is a library for implementing [motion system](https://material.io/develop/android/theming/motion/) in Material Components for Jetpack Compose and Compose Multiplatform.

## Usage

Expand Down
73 changes: 0 additions & 73 deletions docs/navigation.md

This file was deleted.

11 changes: 4 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: "Material Motion for Jetpack Compose"
site_description: "A library that provides components supporting material motion patterns for Jetpack Compose."
site_name: "Material Motion for Jetpack Compose and Compose Multiplatform"
site_description: "A library that provides components supporting material motion patterns for Jetpack Compose and Compose Multiplatform."
site_author: "fornewid"
remote_branch: gh-pages

Expand All @@ -10,11 +10,8 @@ repo_url: https://github.com/fornewid/material-motion-compose
# Navigation
nav:
- "Overview": index.md
- "Core":
- 'Guide': core.md
- 'API': api/core/
- "Navigation":
- 'Guide': navigation.md
- "Guide": core.md
- "API": api/core/
- "Migration":
- '0.5 to 0.6': migrating-from-0.5-to-0.6.md
- '0.9 to 0.10': migrating-from-0.9-to-0.10.md
Expand Down

0 comments on commit 2cb6c28

Please sign in to comment.