Skip to content

Commit

Permalink
Move old version documentation to docs section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed May 26, 2019
1 parent 4be7dda commit 2acc5a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ npm i @material-ui/pickers
yarn add @material-ui/pickers
```

Old versions documentation:

| Version | Documentation url |
| --------- | ------- |
| v2 | https://material-ui-pickers-v2.dmtr-kovalenko.now.sh/ |

Now choose the library that pickers will use to work with date. We are providing interfaces for [moment](https://momentjs.com/), [luxon](https://moment.github.io/luxon/), [dayjs](https://github.com/iamkun/dayjs) and [date-fns v2](https://date-fns.org/). If you are not using moment in the project (or dont have it in the bundle already) we suggest using date-fns or luxon, because they are much lighter and will be correctly tree-shaked from the bundle. Note, that we are fully relying on [date-io](https://github.com/dmtrKovalenko/date-io) for supporting different libraries.

```sh
Expand Down Expand Up @@ -71,6 +65,12 @@ render(<App />, document.querySelector('#app'));

Check out the [documentation website](https://material-ui-pickers.dev/)

Old versions documentation:

| Version | Documentation url |
| ------- | ----------------------------------------------------- |
| v2 | https://material-ui-pickers-v2.dmtr-kovalenko.now.sh/ |

### Recently updated?

Changelog available [here](https://github.com/mui-org/material-ui-pickers/releases)
Expand Down

1 comment on commit 2acc5a5

@vercel
Copy link

@vercel vercel bot commented on 2acc5a5 May 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.