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
The landing page title and footer links have been updated to reflect the rebranding of the project from Quartz to Zen Browser. The title now says "Welcome to Zen Browser's Documentation" instead of "Welcome to Quartz". Additionally, the GitHub link in the footer now points to the Zen Browser GitHub repository instead of the Quartz repository, and the Discord Community link has been updated accordingly.
This commit is contained in:
parent
a08a51eea3
commit
363caeb974
3 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Welcome to Quartz
|
||||
title: Welcome to Zen Browser's Documentation
|
||||
---
|
||||
|
||||
This is a blank Quartz installation.
|
||||
See the [documentation](https://quartz.jzhao.xyz) for how to get started.
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ const config: QuartzConfig = {
|
|||
provider: "plausible",
|
||||
},
|
||||
locale: "en-US",
|
||||
baseUrl: "quartz.jzhao.xyz",
|
||||
baseUrl: "zen-browser.app",
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
|
|
|
@ -8,8 +8,8 @@ export const sharedPageComponents: SharedLayout = {
|
|||
afterBody: [],
|
||||
footer: Component.Footer({
|
||||
links: {
|
||||
GitHub: "https://github.com/jackyzha0/quartz",
|
||||
"Discord Community": "https://discord.gg/cRFFHYye7t",
|
||||
GitHub: "https://github.com/zen-browser/",
|
||||
"Discord Community": "https://discord.gg/nnShMQzR4b",
|
||||
},
|
||||
}),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue