File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments