mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
chore: Update landing page title and footer links
Co-authored-by: Jafeth Garro <IAmJafeth@users.noreply.github.com>
This commit is contained in:
parent
363caeb974
commit
779c0188f1
5 changed files with 44 additions and 2 deletions
|
@ -3,3 +3,4 @@ title: Welcome to Zen Browser's Documentation
|
|||
---
|
||||
|
||||
|
||||
* [Themes Marketplace](themes-marketshare/themes-marketplace.md)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: Themes Marketplace Preferences
|
||||
---
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: Themes Marketplace Submission Guidelines
|
||||
---
|
||||
|
||||
# Themes Marketplace Submission Guidelines
|
||||
|
||||
If you are a theme developer and would like to submit your theme to the Themes Marketplace, please follow these guidelines:
|
||||
|
||||
1. **Theme requirements**:
|
||||
- Your theme must be compatible with Zen Browser.
|
||||
- Your theme must be open-source.
|
||||
- Your theme must not contain any malicious code.
|
||||
- Your theme must not violate any copyright laws.
|
||||
|
||||
2. **Theme Validation**:
|
||||
- Your theme's name has to be unique and less than `25` characters.
|
||||
- Your theme's description has to be less than `100` characters.
|
||||
- Your theme's screenshot has to be a `PNG` with size of `300x200` (it can be resized after upload).
|
||||
- Your theme must contain a valid `readme` describing the theme and how to use it.
|
||||
- If your theme has any preferences values, they must be set in the `preferences` text area as a `JSON` object.
|
||||
- See how preferences work [here](themes-marketshare/themes-marketplace-preferences.md).
|
17
content/themes-marketshare/themes-marketplace.md
Normal file
17
content/themes-marketshare/themes-marketplace.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: Information about Themes Marketplace
|
||||
---
|
||||
|
||||
# Themes Marketplace
|
||||
|
||||
The Themes Marketplace is a place where you can find and install themes for Zen Browser.
|
||||
|
||||
## How to install a theme
|
||||
|
||||
1. Open Zen Browser.
|
||||
2. Click on the theme you would like to install on the [Themes Marketplace](https://zenbrowser.io/themes).
|
||||
4. Click on the "Install" button.
|
||||
|
||||
## For theme developers
|
||||
|
||||
If you are a theme developer and would like to submit your theme to the Themes Marketplace, please follow the instructions on the [Submission Guidelines](themes-marketshare/themes-marketplace-submission-guidelines.md) page.
|
|
@ -8,14 +8,14 @@ import * as Plugin from "./quartz/plugins"
|
|||
*/
|
||||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
pageTitle: "🪴 Quartz 4.0",
|
||||
pageTitle: "Zen Browser Docs",
|
||||
enableSPA: true,
|
||||
enablePopovers: true,
|
||||
analytics: {
|
||||
provider: "plausible",
|
||||
},
|
||||
locale: "en-US",
|
||||
baseUrl: "zen-browser.app",
|
||||
baseUrl: "docs.zen-browser.app",
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue