mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 01:10:03 +02:00
enabled draft mode on all files inside contribute
This commit is contained in:
parent
b232772a34
commit
3711d7defa
8 changed files with 17 additions and 11 deletions
20
content/.obsidian/workspace.json
vendored
20
content/.obsidian/workspace.json
vendored
|
@ -25,8 +25,8 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "contribute/index.md",
|
"file": "contribute/www.md",
|
||||||
"mode": "preview",
|
"mode": "source",
|
||||||
"source": true
|
"source": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "contribute/index.md",
|
"file": "contribute/www.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "contribute/index.md",
|
"file": "contribute/www.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "contribute/index.md"
|
"file": "contribute/www.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -161,12 +161,12 @@
|
||||||
},
|
},
|
||||||
"active": "42952bec6b18e374",
|
"active": "42952bec6b18e374",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"contribute/CODE_OF_CONDUCT.md",
|
|
||||||
"contribute/CONTRIBUTING.md",
|
|
||||||
"contribute/desktop.md",
|
|
||||||
"contribute/docs.md",
|
|
||||||
"contribute/index.md",
|
|
||||||
"contribute/translation.md",
|
"contribute/translation.md",
|
||||||
|
"contribute/index.md",
|
||||||
|
"contribute/docs.md",
|
||||||
|
"contribute/desktop.md",
|
||||||
|
"contribute/CONTRIBUTING.md",
|
||||||
|
"contribute/CODE_OF_CONDUCT.md",
|
||||||
"contribute/www.md",
|
"contribute/www.md",
|
||||||
"building-zen-browser/index.md",
|
"building-zen-browser/index.md",
|
||||||
"building-zen-browser/building-zen-browser.md",
|
"building-zen-browser/building-zen-browser.md",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Code of Conduct
|
title: Code of Conduct
|
||||||
|
draft: false
|
||||||
---
|
---
|
||||||
## Our Pledge
|
## Our Pledge
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Contributing to Zen Browser
|
title: Contributing to Zen Browser
|
||||||
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
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,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Getting Started with Desktop Browser Development
|
title: Getting Started with Desktop Browser Development
|
||||||
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
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,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Getting Started with Documentation Contributions
|
title: Getting Started with Documentation Contributions
|
||||||
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
title: Zen Browser Contribution Guides 🌟
|
title: Zen Browser Contribution Guides 🌟
|
||||||
draft: true
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Getting Started with Translations
|
title: Getting Started with Translations
|
||||||
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Getting Started with Zen's Homepage Development
|
title: Getting Started with Zen's Homepage Development
|
||||||
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue