[Docs] Website Redesign#3226
Conversation
Color Palette
|
michaelkoepf
left a comment
There was a problem hiding this comment.
AMAZING JOB @polyzos 🥰🚀 looking forward to getting this merged
i left my comments. can't say much on the implementation part as i'm not really familiar with frontend.
additional question: are there already plans to redesign existing figures in the docs?
There was a problem hiding this comment.
Pull request overview
This PR implements a major Docusaurus website redesign for Apache Fluss, introducing a new marketing-style homepage, a refreshed design-token system, updated Prism code themes, and various docs/config polish changes to support a more modern “2026-ready” visual identity.
Changes:
- Rebuild the homepage (
index.tsx+ CSS modules) with a new hero, architecture diagram, comparison matrix, and community section. - Introduce a large set of global design tokens and site-wide visual restyling in
custom.css, plus new Prism light/dark themes. - Update Docusaurus config metadata/footer and replace the docs intro page with a richer MDX version.
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| website/src/utils/prismLight.ts | Retunes the light Prism theme to match the new Fluss palette. |
| website/src/utils/prismDark.ts | Adds a custom dark Prism theme for dark code surfaces. |
| website/src/theme/ColorModeToggle/index.js | Re-exports the default toggle component to preserve the theme alias behavior. |
| website/src/pages/index.tsx | New homepage layout, hero code panel, architecture SVG, and new sections. |
| website/src/pages/index.module.css | New homepage-specific styling for hero/sections/components. |
| website/src/css/custom.css | Introduces redesign tokens and extensive site-wide theming/styling changes. |
| website/src/components/HomepageIntroduce/index.tsx | Removes the old homepage “Introduce” component. |
| website/src/components/HomepageFeatures/index.tsx | Reworks homepage features into “Six capability pillars” cards. |
| website/src/components/HomepageFeatures/styles.module.css | New styling for the redesigned feature/pillar section. |
| website/package.json | Swaps font packages and adds React type packages. |
| website/learn/talks.md | Minor copy edits/punctuation polish. |
| website/docusaurus.config.ts | Updates site metadata, footer links, Prism theme, and PWA config. |
| website/docs/intro.mdx | Replaces the docs intro content with an expanded MDX introduction. |
| website/docs/intro.md | Removes the previous markdown intro page. |
| website/community/how-to-release/verifying-a-fluss-release.md | Minor copy edits/punctuation polish. |
| website/community/how-to-release/creating-a-fluss-release.mdx | Minor copy edits/punctuation polish. |
Comments suppressed due to low confidence (1)
website/docusaurus.config.ts:135
- The main docs plugin no longer sets
editUrl, which will remove the "Edit this page" link for/docs/**pages (while the CSS still includes extensive styling for.theme-edit-this-page). If this wasn't intentional, re-addeditUrlfor thedocspreset to keep contribution links available across the primary documentation set.
{
docs: {
sidebarPath: './sidebars.ts',
remarkPlugins: [versionReplace],
lastVersion: latestVersion,
versions: versionsMap
},
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@michaelkoepf @wuchong @MehulBatra @fresh-borzoni I'm quite happy with the current result, so please let me know your thoughts.. i also tested everything and it LGTM |
Since Apache Fluss was open-sourced, we have run multiple discussions around improving our website. However, back in the day, we had no professional website designer to help with is and we did the best possible with the tools and capacity we had at our disposal.
We now have AI tools to help with these tasks, so with the ASF graduation approaching and the Fluss 1.0, it is a good time to run a website redesign.
I used the initial guidelines and added extra prompts to plan a website redesign.
If it's acceptable and the community likes it, we can proceed with AI tools helping out with our website and break this into phases: