38 Commits
Author SHA1 Message Date
yjkellyjoo b4d703584e Remove mergerBanner section on homepage 2026-05-29 16:38:26 +09:00
yjkellyjoo a264dbe1cb Update announcement bar to notify archive
- turn on noindex so search engine does not read
- apply changes to i18n
2026-05-29 16:38:26 +09:00
Yejin Kelly JooandFilip Pajic 3ccb809d30 Enhance announcementBar padding
Co-authored-by: Filip Pajic <42151917+pajicf@users.noreply.github.com>
2026-05-05 11:53:03 +02:00
yjkellyjoo d9c634c7cc Add translation for announcement bar content
- 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>
2026-05-05 11:53:03 +02:00
yjkellyjoo facdb2524a Add announcement bar for Status Network merger with Linea
- 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>
2026-05-05 11:53:03 +02:00
yjkellyjoo b7dd2ed06d Add Merger Banner component and styles for homepage
- 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>
2026-05-05 11:53:03 +02:00
yjkellyjoo be09c1db56 Update to reflect migration from Sepolia to Hoodi Testnet
- 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>
2026-04-14 11:40:52 +02:00
yjkellyjoo c0c293bb2a Add markdownlint configuration and update documentation titles and descriptions
- 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>
2026-03-26 15:44:06 +01:00
yjkellyjoo 8303796f79 Remove generalized title suffix from all sub-page titles
- 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>
2026-03-26 15:44:06 +01:00
yjkellyjoo bac5c966e4 Refactor IdeaCatalog components
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
2026-03-13 21:59:00 +00:00
yjkellyjoo 13f834cd7d Fix light mode hover text color issue and refactor custom.css
- 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>
2026-03-13 21:59:00 +00:00
yjkellyjoo 3f4e5e6a48 Add i18n translations for the new and updated docs
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
2026-03-13 21:59:00 +00:00
yjkellyjoo 877268dba3 Add Idea Catalog components and filters for What to Build page
- 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>
2026-03-13 21:59:00 +00:00
yjkellyjooandCursor 3e86080b17 Add "Why Build on Status Network" page to Build for Karma
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>
2026-03-13 21:59:00 +00:00
yjkellyjoo 30a6491f1c Update tagline and remove trailing punctuation
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
2026-02-19 19:31:54 +01:00
yjkellyjoo 71c19566de improve loading translation for homepage using Translate component
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
2026-02-19 19:31:54 +01:00
yjkellyjooandClaude Opus 4.6 ae488a6e0e Replace dApps with apps in landing page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 19:31:54 +01:00
yjkellyjooandClaude Opus 4.6 d07669f7f2 Enable pages plugin and update theme for landing page
- 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>
2026-02-19 19:31:54 +01:00
yjkellyjooandClaude Opus 4.6 de7ba0563e Add documentation landing page with hero, doc cards, and community sections
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>
2026-02-19 19:31:54 +01:00
yjkellyjoo ebfe756e2b Add KaTeX support for mathematical notation
Signed-off-by: yjkellyjoo <yejinkellyjoo@gmail.com>
2026-02-19 14:35:25 +01:00
yjkellyjoo c340ee6a8e feat: add support for additional languages in Prism syntax highlighting
- 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>
2025-11-01 17:36:42 +01:00
nadeemb53 348aeef347 added copycell react components, changed official links list to a table 2025-09-22 19:24:22 +05:30
nadeemb53 3ad562166d fix: absolute paths 2025-02-20 15:11:31 +05:30
nadeemb53 8d082b3b35 fix: build error on jenkins due to @site import 2025-02-20 14:52:07 +05:30
nadeemb53 f0db245421 feat: add inter font to doc search popup 2025-02-19 17:01:06 +05:30
nadeemb53 d03c991f4f font fix 2025-02-19 16:05:24 +05:30
Nadeem Bhati 628d5f31e2 Merge pull request #19 from status-im/feat/seo-optimization 2025-02-10 22:17:28 +05:30
nadeemb53 7cd2f7876e metamask fox svg image added 2025-02-10 22:03:02 +05:30
Nadeem Bhati 9a758e719c Merge pull request #18 from status-im/feat/seo-optimization
feat: added SEO optimisations and tracking
2025-02-10 21:43:19 +05:30
nadeemb53 c5ebe1187b feat: added 'add network to wallet' button 2025-02-10 21:05:25 +05:30
Filip Pajic bc7084cf67 fix: make navbar content visible in mobile view (#15) 2025-02-10 09:00:43 +01:00
nadeemb53 a42f6acc4e feat: added privacy policy and terms of use page 2025-02-08 12:57:59 +05:30
nadeemb53 231c577fcf css fixes 2025-01-31 13:47:25 +05:30
nadeemb53 2fcbe22d7a algolia doc search 2024-10-28 21:36:15 +05:30
nadeemb53 99adbc5e9c add tutorials 2024-10-28 01:37:05 +05:30
nadeemb53 2e1c23b4ca intro content, css bug fixes, css improvements, translated docs 2024-10-26 15:27:16 +05:30
Filip Pajic c0b90eb83d fix: Navigation bar cosmetic fixes (#2)
* 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
2024-10-24 19:11:17 +02:00
nadeemb53 b870d05b92 initial commit 2024-10-24 21:09:46 +05:30