Skip to content

Commit

Permalink
Merge pull request YIZHUANG#387 from YIZHUANG/update-doc
Browse files Browse the repository at this point in the history
Update doc site
  • Loading branch information
YIZHUANG authored Apr 2, 2023
2 parents ddd2458 + 7e7be5a commit 124a831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Production-ready, lightweight fully customizable React carousel component that r
<img alt="download per month" src="https://img.shields.io/npm/dm/react-multi-carousel" target="_blank" />
</a>
[![Build Status](https://api.travis-ci.org/YIZHUANG/react-multi-carousel.svg?branch=master)](https://travis-ci.org/YIZHUANG/react-multi-carousel)
<a href="https://react-multi-carousel.surge.sh">
<a href="https://www.junia.ai/react-multi-carousel">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" />
</a>
<a href="https://github.com/YIZHUANG/react-multi-carousel/graphs/commit-activity">
Expand Down Expand Up @@ -66,7 +66,7 @@ If you are using this component seriously, please donate or talk to your manager

Big thanks to [BrowserStack](https://www.browserstack.com) for letting the maintainers use their service to debug browser issues.

## [Documentation](https://react-multi-carousel.surge.sh)
## [Documentation](https://www.junia.ai/react-multi-carousel)

## Other important links.

Expand All @@ -84,7 +84,7 @@ Big thanks to [BrowserStack](https://www.browserstack.com) for letting the maint

## Demo.

Documentation is [here](https://react-multi-carousel.surge.sh).
Documentation is [here](https://www.junia.ai/react-multi-carousel).

Demo for the SSR <https://react-multi-carousel.now.sh/>

Expand Down Expand Up @@ -437,7 +437,7 @@ Go to slide on click and make the slide a current slide.
## additionalTransfrom Props.
This is very useful when you are fully customizing the control functionality by yourself like this [one](https://react-multi-carousel.surge.sh/?selectedKind=Carousel&selectedStory=With%20custom%20control%20functionality&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel)
This is very useful when you are fully customizing the control functionality by yourself like this [one](https://www.junia.ai/react-multi-carousel/?selectedKind=Carousel&selectedStory=With%20custom%20control%20functionality&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel)
[Code](https://github.com/YIZHUANG/react-multi-carousel/blob/master/stories/WithScrollbar.js)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
},
"author": {
"name": "YI ZHUANG",
"url": "https://yizhuang.fi/"
"url": "https://github.com/YIZHUANG"
},
"license": "MIT",
"homepage": "https://w3js.com/react-multi-carousel",
"homepage": "https://www.junia.ai/react-multi-carousel",
"jest": {
"testEnvironment": "jsdom",
"verbose": true,
Expand Down

0 comments on commit 124a831

Please sign in to comment.