chore: move Zen Browser guidelines to developers section #204
+15
−3
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.
Backgrounds
Hi there,
I found the current documentation structure is kinda confusing. As a web browser developer, I naturally navigated to the Developer section when looking for build instructions:

However, the building guideline is apparently not in here:

Eventually, I discovered the Building Guidelines are located under Getting Started — a section I thought was intended for general users wanting to explore the browser, rather than developers looking to build it from source 😂:

Although the homepage does include an entry point to the guide, I feel several developers have still overlooked it so they opened the issue on the GitHub...
Purpose
Given that, this PR is to help developers find the building guidelines easily (and with a minimal redirect fallback solution). The demo is shown below ⬇️
Screen.Recording.2025-06-28.at.13.49.29.mov
This redirection is simple, effective, and fully accessible.
Screen.Recording.2025-06-28.at.13.59.46.mov
Notes to Reviewers
Please feel free to push commits or make updates directly to this PR. I’m still new to the project, so I might have missed a few things — happy to learn and improve! 🙌🏼