hyperlinks for dependencies, typos

This commit is contained in:
nitro 2024-08-24 15:08:32 +02:00
parent 9b7fbbd98a
commit d9e2bd9399
5 changed files with 12 additions and 12 deletions

View file

@ -9,9 +9,9 @@ Contributing to the Zen Browser Desktop project is a great way to get involved w
Before you begin, ensure you have the following tools installed:
- **Git**: Version control system to clone the repository and manage your code.
- **Node.js**: Required for building the browser.
- **npm**: Node package manager, which comes with Node.js.
- [**Git**](https://git-scm.com/): Version control system to clone the repository and manage your code.
- [**Node.js**](https://nodejs.org/): Required for building the browser.
- [**npm**](https://www.npmjs.com/): Node package manager, which comes with Node.js.
![[building-zen-browser]]

View file

@ -11,9 +11,9 @@ This guide will help you get started with contributing to the documentation for
Before you begin, ensure you have the following tools installed:
- **Git**: Version control system to clone the repository and manage your code.
- **Node.js**: Required for building the Quartz v4 site.
- **npm**: Node package manager, which comes with Node.js.
- **Obsidian**: A powerful Markdown editor recommended for editing and organizing documentation. *(Optional)*
- [**Node.js**](https://nodejs.org/): Required for building the Quartz v4 site.
- [**npm**](https://www.npmjs.com/): Node package manager, which comes with Node.js.
- [**Obsidian**](https://obsidian.md/): A powerful Markdown editor recommended for editing and organizing documentation. *(Optional)*
## Step 1: Fork the Repository

View file

@ -1,4 +1,4 @@
---
title: Zen Browser Contribution Guides 🌟
title: Contribution Guides 🌟
draft: false
---

View file

@ -10,13 +10,13 @@ This guide will walk you through the steps required to set up and contribute to
Before you begin, make sure you have the following installed on your machine:
- **Git**: Version control system to clone the repository and manage your code.
- **Node.js**: JavaScript runtime for running the development server and building the project.
- **npm**: Node package manager, which comes with Node.js.
- [**Git**](https://git-scm.com/): Version control system to clone the repository and manage your code.
- [**Node.js**](https://nodejs.org/): JavaScript runtime for running the development server and building the project.
- [**npm**](https://www.npmjs.com/): Node package manager, which comes with Node.js.
## Step 1: Fork the Repository
1. Navigate to the [Zen Browser Homepage Repository](https://github.com/zen-browser/www).
1. Navigate to the [Zen Browser Website Repository](https://github.com/zen-browser/www).
2. Click on the "Fork" button at the top right of the repository page. This creates a personal copy of the repository under your GitHub account.
## Step 2: Clone the Repository

View file

@ -10,4 +10,4 @@ Welcome to **Zen Browser's Documentation!** Here, you'll find everything you nee
* #### [[themes-store/index|Theme Store 🎨]]
* #### [[faq | Frequently Asked Questions ❓]]
* #### [[benchmarks | Performance Benchmarks 📊]]
* #### [[contribute/index | Zen Browser Contribution Guides 🌟]]
* #### [[contribute/index | Contribution Guides 🌟]]