The Movement Developer Portal is currently in under construction mode. All routes except the home page have been temporarily disabled and replaced with an under construction message.
- Homepage Simplified: The main homepage now shows a simple "under construction" message with a link to the Movement docs
- All Other Routes Disabled: All other pages (learning-paths, tutorials, developer-tools, etc.) now show an under construction message
- Original Code Preserved: The original Home component has been backed up as
src/pages/Home/Home.backup.tsx
src/app/page.tsx- Simplified to only render the basic Home componentsrc/pages/Home/Home.tsx- Replaced with under construction messagesrc/pages/Home/Home.backup.tsx- Backup of original Home componentsrc/components/UnderConstruction.tsx- New reusable under construction component- All route pages in
src/app/- Replaced with under construction component src/sass/base/_base.scss- Added under construction styles
- Replace the content of
src/pages/Home/Home.tsxwith the content fromsrc/pages/Home/Home.backup.tsx - Restore the original content of all route pages in
src/app/ - Remove the under construction styles from
src/sass/base/_base.scssif desired
The homepage now displays:
- "We're Under Construction" heading
- "See you soon! For now, head over to the Movement docs:" message
- Link to https://docs.movementnetwork.xyz/devs
All other routes redirect to the same under construction message.