Skip to content

Commit 8aa71ac

Browse files
committed
docs: Removed Working with v1 documentation
This can be found on the v2 and v3 legacy docs if still required.
1 parent aac11ba commit 8aa71ac

5 files changed

Lines changed: 3 additions & 244 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Create an accessible React application with the
1818
Next.js.
1919
- [Examples with Build Tools](./examples) - View and download examples of using
2020
ReactMD with build tools such as [create-react-app], [Next.js], and [Gatsby]
21-
- [Working from v1](https://react-md.dev/guides/working-with-v1) - How to use
22-
migrate from v1 of `react-md` to v2.
2321
- [Customizing your theme](https://react-md.dev/guides/customizing-your-theme) -
2422
How to implement a different theme for your React application
2523
- [Full documentation](https://react-md.dev) - All the remaining documentation

packages/documentation/src/blogs/v2-release.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ following changelogs:
643643
[autocomplete]: /packages/autocomplete/demos
644644
[dropdownmenu]: /packages/menu/demos
645645
[tree]: /packages/tree/demos
646-
[working with v1]: /guides/working-with-v1
647646
[creating dynamic themes]: /colors-and-theming/creating-dynamic-themes
648647
[theme builder]: /colors-and-theming/theme-builder
649648
[appsizelistener]: /packages/utils/demos#app-size-listener-example-title

packages/documentation/src/constants/navItems.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ const routes: readonly NavItem[] = [
122122
href: "/writing-tests",
123123
children: "Writing Tests",
124124
},
125-
{
126-
href: "/working-with-v1",
127-
children: "Working with v1",
128-
},
129125
{
130126
href: "/contributing",
131127
children: "Contributing",

packages/documentation/src/guides/working-with-v1.md

Lines changed: 0 additions & 235 deletions
This file was deleted.

packages/react-md/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ Create an accessible React application with the
1313
application
1414
- [Creating a new app](https://react-md.dev/guides/creating-a-new-app) - How to
1515
create a new app with react-md
16+
- [Using a GitHub template](https://github.com/mlaursen/template-rmd) - Create a
17+
new repo from a GitHub template including reasonable react-md defaults and
18+
Next.js.
1619
- [Examples with Build Tools](https://github.com/mlaursen/react-md/tree/main/examples) -
1720
View and download examples of using ReactMD with build tools such as
1821
[create-react-app], [Next.js], and [Gatsby]
19-
- [Working from v1](https://react-md.dev/guides/working-with-v1) - How to use
20-
migrate from v1 of `react-md` to v2.
2122
- [Customizing your theme](https://react-md.dev/guides/customizing-your-theme) -
2223
How to implement a different theme for your React application
2324
- [Full documentation](https://react-md.dev) - All the remaining documentation

0 commit comments

Comments
 (0)