From d9e2bd939977aec0b4a171b8021d00d9730bab7f Mon Sep 17 00:00:00 2001 From: nitro <143457057+n7itro@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:08:32 +0200 Subject: [PATCH] hyperlinks for dependencies, typos --- content/contribute/desktop.md | 6 +++--- content/contribute/docs.md | 6 +++--- content/contribute/index.md | 2 +- content/contribute/www.md | 8 ++++---- content/index.md | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/content/contribute/desktop.md b/content/contribute/desktop.md index 4c3ff29..af76b67 100644 --- a/content/contribute/desktop.md +++ b/content/contribute/desktop.md @@ -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]] diff --git a/content/contribute/docs.md b/content/contribute/docs.md index 4e9aa4e..44a7a22 100644 --- a/content/contribute/docs.md +++ b/content/contribute/docs.md @@ -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 diff --git a/content/contribute/index.md b/content/contribute/index.md index 4431d5d..5989190 100644 --- a/content/contribute/index.md +++ b/content/contribute/index.md @@ -1,4 +1,4 @@ --- -title: Zen Browser Contribution Guides 🌟 +title: Contribution Guides 🌟 draft: false --- diff --git a/content/contribute/www.md b/content/contribute/www.md index 1558ee2..bc8795a 100644 --- a/content/contribute/www.md +++ b/content/contribute/www.md @@ -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 diff --git a/content/index.md b/content/index.md index 0ad4d4a..c547749 100644 --- a/content/index.md +++ b/content/index.md @@ -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 🌟]]