-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transition README Docs to Docusaurus-Netlify Setup #641
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f2e027 - Browse repository at this point
Copy the full SHA 5f2e027View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac6764 - Browse repository at this point
Copy the full SHA 0ac6764View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc12741 - Browse repository at this point
Copy the full SHA bc12741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd9946 - Browse repository at this point
Copy the full SHA 5cd9946View commit details -
Remove remark-typescript-tools from dependencies
- Remove remark-typescript-tools as it is incompatible with docusaurus v3. - Replace it with gulp-preserve-typescript-whitespace and some utility functions to achieve the same results. - This happened to work out somewhat even better since the build time for docs is reduced. - It also simplifies things since we go straight from TS -> MDX instead of MDX -> TS -> MDX.
Configuration menu - View commit details
-
Copy full SHA for 3c11315 - Browse repository at this point
Copy the full SHA 3c11315View commit details -
- Copy CSS from Redux-toolkit. - Add external and internal link components for reusability and performance. - Add introduction section from README to website. - Move static assets to docs folder. - Replace markdown links with component links. - This was done because docusaurus has made some improvements with regards to links (preloading, prefetching, etc) as well as broken link detection.
Configuration menu - View commit details
-
Copy full SHA for 857d378 - Browse repository at this point
Copy the full SHA 857d378View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8cda3fe - Browse repository at this point
Copy the full SHA 8cda3feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b917e - Browse repository at this point
Copy the full SHA 89b917eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7cf61a - Browse repository at this point
Copy the full SHA c7cf61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 612b392 - Browse repository at this point
Copy the full SHA 612b392View commit details -
Remove single details closing tag from README
- During previous commits, parts of the example for `createStructuredSelector` was accidentally removed. They are added back to README. - Fix minor formatting issues in README.
Configuration menu - View commit details
-
Copy full SHA for 27ef4bf - Browse repository at this point
Copy the full SHA 27ef4bfView commit details -
Add remaining material from README to docs
- Add code example files. These will get transpiled to code blocks in MDX during the build step. - This ensures we maintain accuracy in code examples and also prevents unnecessary redundancies by providing a single source of truth. - Fix the sidebar so that it somewhat resembles the RTK documentation. - Internal and external links still need to be converted to JSX.
Configuration menu - View commit details
-
Copy full SHA for 8e5646a - Browse repository at this point
Copy the full SHA 8e5646aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2fa5a - Browse repository at this point
Copy the full SHA 7c2fa5aView commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2edccc2 - Browse repository at this point
Copy the full SHA 2edccc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4181264 - Browse repository at this point
Copy the full SHA 4181264View commit details -
Replace
gulp-preserve-typescript-whitespace
withcompileExamples.ts
- Remove all the `gulp` related dependencies. - Add `compileExamples.ts` which accomplishes the same thing with `ts-node`.
Configuration menu - View commit details
-
Copy full SHA for 1732551 - Browse repository at this point
Copy the full SHA 1732551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d6db5a - Browse repository at this point
Copy the full SHA 7d6db5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc73039 - Browse repository at this point
Copy the full SHA fc73039View commit details -
- Add `insertCodeExamples` to allow insertion of code examples into MDX files. - Rename some of the example files. - Replace markdown links with JSX links.
Configuration menu - View commit details
-
Copy full SHA for ac07be8 - Browse repository at this point
Copy the full SHA ac07be8View commit details
Commits on Nov 26, 2023
-
Remove nested
examples:build
commands- Remove extraneous dependencies - Add `ts-node` to devDependencies - Add `prettier` and `rimraf` to devDependencies - Simplify the commands inside `website/package.json`
Configuration menu - View commit details
-
Copy full SHA for fd601d6 - Browse repository at this point
Copy the full SHA fd601d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3d090 - Browse repository at this point
Copy the full SHA ca3d090View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81f8b22 - Browse repository at this point
Copy the full SHA 81f8b22View commit details
Commits on Dec 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 87fac6c - Browse repository at this point
Copy the full SHA 87fac6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5b59a - Browse repository at this point
Copy the full SHA ec5b59aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b568d - Browse repository at this point
Copy the full SHA e9b568dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02cb378 - Browse repository at this point
Copy the full SHA 02cb378View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0e950 - Browse repository at this point
Copy the full SHA cf0e950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc5987 - Browse repository at this point
Copy the full SHA 0bc5987View commit details