docs: update footer to match website structure and styling#1362
Draft
nicolai-rhesis wants to merge 5 commits intomainfrom
Draft
docs: update footer to match website structure and styling#1362nicolai-rhesis wants to merge 5 commits intomainfrom
nicolai-rhesis wants to merge 5 commits intomainfrom
Conversation
MDX requires unescaped curly braces for JSX expressions. The escaped braces cause build failures with 'Unexpected character' errors.
The "Multi-Agent Workflow Testing & Observability" video is more relevant to v0.6.3 which introduced the Interactive Playground, Jira Integration, and Enhanced Trace Visualization features. The v0.6.4 release focuses on split-view playground, file import, and output reuse capabilities.
The video was moved to the v0.6.3 section but the iframe title still referenced v0.6.4. Updated for consistency.
Keep the video organization where the multi-agent video is in v0.6.3 section only, not duplicated in v0.6.4.
- Add 5 footer sections (Features, Resources, Guides, Company, Legal) instead of 3 - Add social media icons (Discord, GitHub, LinkedIn) at bottom - Update color scheme to match website: - Light mode: Yellow background (#FDD803) with dark text - Dark mode: Dark background (#0d1117) with light text - Improve responsive layout with better breakpoints - Update hover effects for both light and dark modes - Remove separate legal links section (now integrated as a column) All sections use English labels and match the website footer structure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Updates the documentation footer to match the website footer structure with proper theming and all sections in English.
Changes
Footer Structure
Visual Updates
Responsive Design
Other Improvements
Screenshots
Light Mode
Yellow background with 5 footer sections and social icons
Dark Mode
Dark background with light text, same structure
Testing