- Introduced new announcement bar content in Japanese, Korean, and Chinese.
- Added a new React component and corresponding CSS styles for the announcement bar.
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
- Implemented an announcement bar in the Docusaurus configuration to inform users about the upcoming merger of Status Network into Linea, including important dates and links to resources.
- Enhanced CSS styles for the announcement bar to improve visibility and user engagement.
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
- Introduced a new MergerBanner component to inform users about the migration of Status Network into the Linea stack.
- Added corresponding CSS styles for the banner, including responsive design adjustments.
- The banner includes important messages for testnet ETH holders and pre-deposit vault participants, along with links to relevant resources.
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
- Replaced all references to the Sepolia testnet with the new Status Network Hoodi Testnet across multiple documentation files.
- Updated RPC endpoints, faucet links, and block explorer URLs to point to the Hoodi network.
- Added warnings regarding the sunset of the Sepolia testnet and provided migration guidance.
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
- Introduced a new .markdownlint.json file to enforce markdown linting rules.
- Updated various documentation titles and descriptions across the site to enhance clarity and SEO, focusing on gasless transactions and Karma reputation.
- Improved organization and consistency in the builder guides and overview sections.
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
- Introduced a new ThemeProviderTitleFormatter component that utilizes TitleFormatterProvider to manage title formatting.
- The formatter trims the title and defaults to the site title if the title is empty.
This addition enhances the theme's title handling capabilities.
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
- Defined status colors for purple, blue, and green, including soft and text variants.
- Introduced shared surface styles for cards, backgrounds, and borders to improve consistency.
- Updated dark mode styles to align with new surface variables.
- Refined code block visibility and menu hover effects for better user experience.
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
- Introduced a new Idea Catalog feature with components for displaying and filtering app ideas
- Added `FilterBar` for user-defined filtering options based on categories, difficulties, and more
- Created `IdeaCard` for showcasing individual ideas with expandable details
- Implemented a new `IdeaCatalog` component to manage the overall display and filtering logic
- Included a new markdown file for "What to Build" on Status Network, enhancing the documentation
- Updated styles in custom.css to support the new Idea Catalog layout and functionality
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
New page explaining the case for building on Status Network with a
side-by-side comparison grid, detailed sections on gasless transactions,
Karma reputation, sustainable funding, EVM equivalence, and privacy.
Includes supporting CSS for comparison cards and purple accent styling.
Co-authored-by: Cursor <cursoragent@cursor.com>
- Remove pages: false to enable the custom landing page at /
- Update Overview nav link from / to /overview
- Refresh dark mode palette to dark blue tones (#09101c, #0f1729)
- Update navbar/footer dark backgrounds for visual consistency
- Add deploy-card grid component styles
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New custom landing page replaces the default docs-as-homepage pattern.
Includes hero section, navigate-the-docs card grid, quick-start banner,
and community links section with responsive design and dark mode support.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Enhanced Docusaurus configuration to include 'bash' and 'solidity' in Prism's additional languages.
- Introduced a new utility function to dynamically include specified languages in the Prism instance.
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
* fix: add spacing between night mode button and external link
* fix: navbar visibility in mobile view
* fix: ignore .idea folder
* chore: add github PR template