Skip to content

Commit

Permalink
docs: Removed Working with v1 documentation
Browse files Browse the repository at this point in the history
This can be found on the v2 and v3 legacy docs if still required.
  • Loading branch information
mlaursen committed Jan 1, 2022
1 parent aac11ba commit 8aa71ac
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 244 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -18,8 +18,6 @@ Create an accessible React application with the
Next.js.
- [Examples with Build Tools](./examples) - View and download examples of using
ReactMD with build tools such as [create-react-app], [Next.js], and [Gatsby]
- [Working from v1](https://react-md.dev/guides/working-with-v1) - How to use
migrate from v1 of `react-md` to v2.
- [Customizing your theme](https://react-md.dev/guides/customizing-your-theme) -
How to implement a different theme for your React application
- [Full documentation](https://react-md.dev) - All the remaining documentation
Expand Down
1 change: 0 additions & 1 deletion packages/documentation/src/blogs/v2-release.md
Expand Up @@ -643,7 +643,6 @@ following changelogs:
[autocomplete]: /packages/autocomplete/demos
[dropdownmenu]: /packages/menu/demos
[tree]: /packages/tree/demos
[working with v1]: /guides/working-with-v1
[creating dynamic themes]: /colors-and-theming/creating-dynamic-themes
[theme builder]: /colors-and-theming/theme-builder
[appsizelistener]: /packages/utils/demos#app-size-listener-example-title
Expand Down
4 changes: 0 additions & 4 deletions packages/documentation/src/constants/navItems.tsx
Expand Up @@ -122,10 +122,6 @@ const routes: readonly NavItem[] = [
href: "/writing-tests",
children: "Writing Tests",
},
{
href: "/working-with-v1",
children: "Working with v1",
},
{
href: "/contributing",
children: "Contributing",
Expand Down
235 changes: 0 additions & 235 deletions packages/documentation/src/guides/working-with-v1.md

This file was deleted.

5 changes: 3 additions & 2 deletions packages/react-md/README.md
Expand Up @@ -13,11 +13,12 @@ Create an accessible React application with the
application
- [Creating a new app](https://react-md.dev/guides/creating-a-new-app) - How to
create a new app with react-md
- [Using a GitHub template](https://github.com/mlaursen/template-rmd) - Create a
new repo from a GitHub template including reasonable react-md defaults and
Next.js.
- [Examples with Build Tools](https://github.com/mlaursen/react-md/tree/main/examples) -
View and download examples of using ReactMD with build tools such as
[create-react-app], [Next.js], and [Gatsby]
- [Working from v1](https://react-md.dev/guides/working-with-v1) - How to use
migrate from v1 of `react-md` to v2.
- [Customizing your theme](https://react-md.dev/guides/customizing-your-theme) -
How to implement a different theme for your React application
- [Full documentation](https://react-md.dev) - All the remaining documentation
Expand Down

0 comments on commit 8aa71ac

Please sign in to comment.