Skip to content

Commit 63b9201

Browse files
committed
docs: Update README
1 parent 45d3596 commit 63b9201

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Libraries
1414

15-
### Slider
15+
### 🎛️ [Mosaic Slider](./slider/)
1616
Mosaic Slider is a highly customizable slider component that allows precise customization of values distribution and disabled ranges. Its API is similar to Material sliders, making it easy to integrate into existing projects.
1717

1818

@@ -24,4 +24,9 @@ We welcome contributions! Please see our [contributing guidelines](CONTRIBUTING.
2424
## License
2525

2626
Mosaic is licensed under the MIT License. See [LICENSE](LICENSE) for more details.
27-
```
27+
28+
29+
## Made with ❤️ by
30+
<p>
31+
<img src="./docs/assets/ml_logo.png" alt="Monstarlab Logo" width="300"/>
32+
</p>

docs/assets/ml_logo.png

12 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site_name: Mosaic
2+
site_owner: Monstarlab
23
repo_url: https://github.com/monstar-lab-oss/android-mosaic
34
repo_name: monstar-lab-oss/android-mosaic
45
extra_css:
@@ -20,7 +21,6 @@ nav:
2021
- 'Guide': slider.md
2122
- 'API': api/slider/
2223
- 'Changelog': changelog.md
23-
- 'Contributing': contributing.md
2424

2525

2626
markdown_extensions:

0 commit comments

Comments
 (0)