mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 08:55:33 +02:00
added lastmod date to frontmater to all pages
This commit is contained in:
parent
37c5bd5da4
commit
caa95c2f89
19 changed files with 20 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Performance Benchmarks 📊
|
||||
lastmod: 2024-09-13
|
||||
---
|
||||
|
||||
These benchmarks were performed on a device with the following specifications:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Building Zen Browser 📦
|
||||
lastmod: 2024-09-25
|
||||
---
|
||||
|
||||
We've took the time to make building Zen Browser as easy as possible, independent of your operating system or technical knowledge.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Code of Conduct
|
||||
draft: false
|
||||
lastmod: 2024-08-24
|
||||
---
|
||||
## Our Pledge
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Contributing to Zen Browser
|
||||
draft: false
|
||||
lastmod: 2024-08-26
|
||||
---
|
||||
|
||||
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.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Getting Started with Desktop Browser Development
|
||||
draft: false
|
||||
lastmod: 2024-08-26
|
||||
---
|
||||
|
||||
Contributing to the Zen Browser Desktop project is a great way to get involved with open-source software development. This guide will walk you through the steps to clone the project, set up your development environment, make contributions, and submit pull requests.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Getting Started with Documentation Contributions
|
||||
draft: false
|
||||
lastmod: 2024-08-26
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Getting Started with Translations
|
||||
draft: false
|
||||
lastmod: 2024-08-24
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Getting Started with Zen's Homepage Development
|
||||
draft: false
|
||||
lastmod: 2024-08-24
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Frequently Asked Questions ❓
|
||||
lastmod: 2024-09-16
|
||||
---
|
||||
Welcome to the Zen Browser FAQ section! Here, you'll find answers to common questions and helpful tips to enhance your experience with Zen Browser. If your question isn't covered here, feel free to explore our community forums [r/zen_browser](https://www.reddit.com/r/zen_browser) or reach out to the support team.
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ title: Download Hub
|
|||
draft: false
|
||||
aliases:
|
||||
- Download Hub
|
||||
lastmod: 2024-09-06
|
||||
---
|
||||
|
||||
This [[guides/index|guide]] is designed to help you easily find and download the version of Zen Browser that best fits your operating system and hardware. Whether you're using Windows, Linux, or macOS, you'll find both optimized and generic builds, along with portable and installer options to suit your needs. If you're unsure which version is right for you, be sure to check out our guide on [[generic-optimized | choosing between the generic and optimized builds]]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: Choosing between the generic and optimized build
|
||||
aliases:
|
||||
- Choosing between the generic and optimized build
|
||||
lastmod: 2024-09-02
|
||||
---
|
||||
|
||||
This [[guides/index|guide]] provides an overview of the differences between the generic and optimized builds of Zen, so you can make an informed decision on which version to use.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Live Editing Zen Theme
|
||||
lastmod: 2024-09-17
|
||||
---
|
||||
|
||||
This [[guides/index|guide]] will help you customize the appearance of Zen Browser by live editing the `userChrome.css` file. Follow the steps below to start customizing your browser's theme.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Managing Firefox Profiles
|
||||
lastmod: 2024-08-23
|
||||
---
|
||||
|
||||
This [[guides/index|guide]] will give you a comprehensive understanding of Firefox profiles, helping you manage them effectively even in the most challenging situations. By following this guide, you'll learn how to preserve key elements of your browsing experience, including bookmarks, history, passwords, and more.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Handling Zen Browser Crashes on Linux with Wayland **Archived**
|
||||
lastmod: 2024-09-06
|
||||
---
|
||||
|
||||
>[!check] **Good News!**
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Welcome to Zen Browser's Documentation
|
||||
lastmod: 2024-09-11
|
||||
---
|
||||
|
||||
Welcome to **Zen Browser's Documentation!** Here, you'll find everything you need to get the most out of your browsing experience. Dive in to explore how Zen can make your browsing more secure, private, and efficient.
|
||||
|
|
|
@ -3,8 +3,7 @@ title: Security 🔐
|
|||
aliases:
|
||||
- Security 🔐
|
||||
description: At Zen Browser, your online safety and privacy are our top priorities. We've implemented a range of security features to ensure you're protected while browsing.
|
||||
modified: 2024-09-11T20:28:00
|
||||
created: 2024-09-11T20:28:00
|
||||
lastmod: 2024-09-18
|
||||
---
|
||||
> [!important] Password, Cookies, and Cache Management
|
||||
> All passwords, cookies, and cache in Zen Browser are managed by Firefox. This means your saved passwords are automatically encrypted, providing an extra layer of security to keep your login credentials safe. Cookies and cache are also handled according to Firefox's strict privacy policies, ensuring your data is stored securely and only accessible to you.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Themes Store Preferences ⚙️
|
||||
title: Themes Store Preferences ⚙️
|
||||
lastmod: 2024-09-16
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Themes Store Submission Guidelines 📋
|
||||
lastmod: 2024-08-19
|
||||
---
|
||||
|
||||
If you are a theme developer and would like to submit your theme, please follow these guidelines:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Information about Themes Store ℹ️
|
||||
lastmod: 2024-09-19
|
||||
---
|
||||
|
||||
The Themes Store is a place where you can find and install themes for Zen Browser.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue