mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 01:10:03 +02:00
Started working on building zen from source
Co-authored-by: Jafeth Garro <IAmJafeth@users.noreply.github.com>
This commit is contained in:
parent
779c0188f1
commit
ca6d507ec7
15 changed files with 82 additions and 47 deletions
|
@ -9,6 +9,7 @@ export const sharedPageComponents: SharedLayout = {
|
|||
footer: Component.Footer({
|
||||
links: {
|
||||
GitHub: "https://github.com/zen-browser/",
|
||||
Homepage: "https://www.zen-browser.app/",
|
||||
"Discord Community": "https://discord.gg/nnShMQzR4b",
|
||||
},
|
||||
}),
|
||||
|
@ -21,7 +22,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||
Component.ArticleTitle(),
|
||||
Component.ContentMeta(),
|
||||
Component.TagList(),
|
||||
],
|
||||
],
|
||||
left: [
|
||||
Component.PageTitle(),
|
||||
Component.MobileOnly(Component.Spacer()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue