diff --git a/content/docs/contribute/contributing.mdx b/content/docs/contribute/contributing.mdx index c79980b..2585eac 100644 --- a/content/docs/contribute/contributing.mdx +++ b/content/docs/contribute/contributing.mdx @@ -3,7 +3,7 @@ title: Contributing description: Contributing to Zen Browser --- -import { GlobeIcon, BookAIcon, BookIcon } from 'lucide-react' +import { GlobeIcon, BookAIcon, BookIcon, HammerIcon } from 'lucide-react' import { GithubInfo } from 'fumadocs-ui/components/github-info'; Thank you for considering contributing to Zen Browser! We appreciate your time and effort in improving this project. The following is a set of guidelines for contributing to Zen Browser. These guidelines are intended to make it easier for you to get involved. @@ -23,6 +23,7 @@ We welcome a wide range of contributions, including but not limited to: To help you get started with contributing, we have created separate guides for each repository: + } description="Getting Started with Zen Browser Development" href="/contribute/desktop" /> } description="Getting Started with Zen's Homepage Development" href="/contribute/www" /> } description="Getting Started with Documentation Contributions" href="/contribute/docs" /> } description="Getting Started with Translations" href="/contribute/translation" /> diff --git a/content/docs/guides/building.mdx b/content/docs/contribute/desktop.mdx similarity index 99% rename from content/docs/guides/building.mdx rename to content/docs/contribute/desktop.mdx index adcb31a..958e0ae 100644 --- a/content/docs/guides/building.mdx +++ b/content/docs/contribute/desktop.mdx @@ -1,5 +1,5 @@ --- -title: Building Zen Browser +title: Browser --- import { Accordion, Accordions } from 'fumadocs-ui/components/accordion'; diff --git a/content/docs/index.mdx b/content/docs/index.mdx index e809785..bff9609 100644 --- a/content/docs/index.mdx +++ b/content/docs/index.mdx @@ -33,7 +33,7 @@ Welcome to **Zen Browser's Documentation!** Here, you'll find everything you nee } title="Build the Browser" - href="/guides/building" + href="/contribute/desktop" description="Build the browser from source" /> + + +

Redirecting to new documentation location...

+ + ); +}