Skip to content
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

[docs] Reference shared code from the Core monorepo #326

Merged
merged 35 commits into from
Apr 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ade9d84
Remove some shared components
michaldudak Apr 17, 2024
6cca609
Make 'docs' refer to shared code
michaldudak Apr 17, 2024
c6cf04b
Cleaned up src/components
michaldudak Apr 17, 2024
309b0de
Cleaned up layouts
michaldudak Apr 17, 2024
2e0b1b4
Clean up modules/components
michaldudak Apr 17, 2024
7e3c628
Cleaned up the remaining components
michaldudak Apr 17, 2024
62a5458
Fix API docs gen paths
michaldudak Apr 17, 2024
455f149
Remove notifications
michaldudak Apr 17, 2024
c36b36c
Update root files
michaldudak Apr 17, 2024
141c346
Remove demos infra tests
michaldudak Apr 17, 2024
3680295
Fix regression tests
michaldudak Apr 17, 2024
c35b287
Use reportBrokenLinks script from X
michaldudak Apr 17, 2024
e936d9c
Move all translations to a single directory
michaldudak Apr 17, 2024
23b5e22
Use local findPages
michaldudak Apr 17, 2024
fb243f8
Remove more components
michaldudak Apr 17, 2024
72273f6
Revert to older version of monorepo
michaldudak Apr 17, 2024
78fc661
Fix few imports
michaldudak Apr 17, 2024
55ae009
Integrate the latest Core changes
michaldudak Apr 18, 2024
ad8d84c
Use demo code from the Core monorepo
michaldudak Apr 19, 2024
3e7498c
Configure sandbox dependencies as in X
michaldudak Apr 19, 2024
15c4398
Lint
michaldudak Apr 19, 2024
34b1e05
Fix findPages
michaldudak Apr 19, 2024
7ac7409
Add redirects for netlify previews
michaldudak Apr 19, 2024
f599961
Use all modules/components from the monorepo
michaldudak Apr 19, 2024
5dfc4a2
Add missing AppFrame
michaldudak Apr 19, 2024
39160f2
Remove unnecessary components
michaldudak Apr 19, 2024
99541f6
Clean up directory structure
michaldudak Apr 19, 2024
54c687d
Remove the feedback management function
michaldudak Apr 19, 2024
d081d67
Merge remote-tracking branch 'upstream/master' into docs-cleanup
michaldudak Apr 19, 2024
8c10958
Do not reference a monorepo fork
michaldudak Apr 22, 2024
608a222
Merge remote-tracking branch 'upstream/master' into docs-cleanup
michaldudak Apr 22, 2024
066d698
Merge remote-tracking branch 'upstream/master' into docs-cleanup
michaldudak Apr 22, 2024
e7af5c5
Merge remote-tracking branch 'upstream/master' into docs-cleanup
michaldudak Apr 22, 2024
d6e1c2c
Add a test redirect
michaldudak Apr 22, 2024
5e4cf0a
Remove the test redirect
michaldudak Apr 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove the test redirect
  • Loading branch information
michaldudak committed Apr 22, 2024
commit 5e4cf0afe4bc85d31e1a2d7aa5df8b7db04afad2
2 changes: 0 additions & 2 deletions docs/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Avoid conflicts with the other Next.js apps hosted under https://mui.com/
/base-ui/_next/* /_next/:splat 301

/base-ui/test-redirect/ /base-ui/react-switch/ 301

# Fix links to other MUI products in deploy previews
/base-ui/* /base-ui/:splat 200
/* https://mui.com/:splat 301
Expand Down
Loading