Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the
website
project, focusing on improving the documentation and user interface components. The most important changes include the removal of a large section from thechat.mdx
file, updates to theHomeStrengthMovie
component, and the addition of a new section in theHomeStrengthSectionMovie
component.Documentation updates:
website/pages/docs/swagger/chat.mdx
: Removed a large block of commented-out code related to the Shopping A.I. Chatbot and updated the link to the Shopping Swagger Document. [1] [2]UI component updates:
website/src/movies/home/HomeStrengthMovie.tsx
: Changed color constants and updated various sections to improve clarity and usability. Added new sections for "WebSocket RPC" and "Super A.I. Chatbot". [1] [2] [3] [4] [5]website/src/movies/home/HomeStrengthSectionMovie.tsx
: Added state management to handle hover effects on section titles and updated the layout for better responsiveness. [1] [2] [3]Minor code improvements:
website/src/movies/home/HomeHeroMovie.tsx
: Reordered imports to follow a consistent structure.