From 3711d7defa43f5911ee6026eeb98b215b522969c Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:58:23 -0600 Subject: [PATCH] enabled draft mode on all files inside contribute --- content/.obsidian/workspace.json | 20 ++++++++++---------- content/contribute/CODE_OF_CONDUCT.md | 1 + content/contribute/CONTRIBUTING.md | 1 + content/contribute/desktop.md | 1 + content/contribute/docs.md | 1 + content/contribute/index.md | 2 +- content/contribute/translation.md | 1 + content/contribute/www.md | 1 + 8 files changed, 17 insertions(+), 11 deletions(-) diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index b40d43f..09b7425 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -25,8 +25,8 @@ "state": { "type": "markdown", "state": { - "file": "contribute/index.md", - "mode": "preview", + "file": "contribute/www.md", + "mode": "source", "source": true } } @@ -98,7 +98,7 @@ "state": { "type": "backlink", "state": { - "file": "contribute/index.md", + "file": "contribute/www.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -115,7 +115,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "contribute/index.md", + "file": "contribute/www.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -138,7 +138,7 @@ "state": { "type": "outline", "state": { - "file": "contribute/index.md" + "file": "contribute/www.md" } } } @@ -161,12 +161,12 @@ }, "active": "42952bec6b18e374", "lastOpenFiles": [ - "contribute/CODE_OF_CONDUCT.md", - "contribute/CONTRIBUTING.md", - "contribute/desktop.md", - "contribute/docs.md", - "contribute/index.md", "contribute/translation.md", + "contribute/index.md", + "contribute/docs.md", + "contribute/desktop.md", + "contribute/CONTRIBUTING.md", + "contribute/CODE_OF_CONDUCT.md", "contribute/www.md", "building-zen-browser/index.md", "building-zen-browser/building-zen-browser.md", diff --git a/content/contribute/CODE_OF_CONDUCT.md b/content/contribute/CODE_OF_CONDUCT.md index 887efa5..819cbfc 100644 --- a/content/contribute/CODE_OF_CONDUCT.md +++ b/content/contribute/CODE_OF_CONDUCT.md @@ -1,5 +1,6 @@ --- title: Code of Conduct +draft: false --- ## Our Pledge diff --git a/content/contribute/CONTRIBUTING.md b/content/contribute/CONTRIBUTING.md index b6de4e1..60a159f 100644 --- a/content/contribute/CONTRIBUTING.md +++ b/content/contribute/CONTRIBUTING.md @@ -1,5 +1,6 @@ --- 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. diff --git a/content/contribute/desktop.md b/content/contribute/desktop.md index e622fe3..4c3ff29 100644 --- a/content/contribute/desktop.md +++ b/content/contribute/desktop.md @@ -1,5 +1,6 @@ --- 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. diff --git a/content/contribute/docs.md b/content/contribute/docs.md index ff54537..4e9aa4e 100644 --- a/content/contribute/docs.md +++ b/content/contribute/docs.md @@ -1,5 +1,6 @@ --- title: Getting Started with Documentation Contributions +draft: false --- diff --git a/content/contribute/index.md b/content/contribute/index.md index 12367e4..4431d5d 100644 --- a/content/contribute/index.md +++ b/content/contribute/index.md @@ -1,4 +1,4 @@ --- title: Zen Browser Contribution Guides 🌟 -draft: true +draft: false --- diff --git a/content/contribute/translation.md b/content/contribute/translation.md index e739ebf..4ed62c0 100644 --- a/content/contribute/translation.md +++ b/content/contribute/translation.md @@ -1,5 +1,6 @@ --- title: Getting Started with Translations +draft: false --- diff --git a/content/contribute/www.md b/content/contribute/www.md index 30c4bba..1558ee2 100644 --- a/content/contribute/www.md +++ b/content/contribute/www.md @@ -1,5 +1,6 @@ --- title: Getting Started with Zen's Homepage Development +draft: false ---