diff --git a/content/.obsidian/plugins/obsidian-icon-folder/data.json b/content/.obsidian/plugins/obsidian-icon-folder/data.json index f81a870..76a3018 100644 --- a/content/.obsidian/plugins/obsidian-icon-folder/data.json +++ b/content/.obsidian/plugins/obsidian-icon-folder/data.json @@ -38,7 +38,7 @@ "contribute": "🌟", "assets": "LiImagePlus", "benchmarks.md": "πŸ“Š", - "building-zen-browser.md": "πŸ“¦", "faq.md": "❓", - "index.md": "LiIndent" + "index.md": "LiIndent", + "building.md": "πŸ“¦" } \ No newline at end of file diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index 6c00196..59ab0ff 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "index.md", + "file": "building.md", "mode": "source", "source": true } @@ -85,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "index.md", + "file": "building.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -102,7 +102,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "index.md", + "file": "building.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -125,7 +125,7 @@ "state": { "type": "outline", "state": { - "file": "index.md" + "file": "building.md" } } } @@ -146,10 +146,11 @@ "command-palette:Open command palette": false } }, - "active": "5cbcc37181f7dca9", + "active": "fe7bf5045f52d84c", "lastOpenFiles": [ + "index.md", "faq.md", - "building-zen-browser.md", + "building.md", "benchmarks.md", "contribute/index.md", "guides/index.md", @@ -161,7 +162,6 @@ "contribute/docs.md", "contribute/CONTRIBUTING.md", "guides/live-editing.md", - "index.md", "themes-store/themes-marketplace.md", "themes-store/themes-marketplace-preferences.md", "themes-store/themes-marketplace-submission-guidelines.md", diff --git a/content/building-zen-browser.md b/content/building.md similarity index 77% rename from content/building-zen-browser.md rename to content/building.md index 6b31620..25eff76 100644 --- a/content/building-zen-browser.md +++ b/content/building.md @@ -35,7 +35,17 @@ npm run init This command handles all the necessary bootstrapping tasks, such as setting up configuration files and downloading essential resources. -## Step 4: Build the Browser +## Step 4: Update Language Packs + +Before building the browser, it’s recommended to update the American English language packs to ensure that all localization files are up-to-date: + +```bash +sh ./scripts/update-en-US-packs.sh +``` + +This script updates the "en-US" localization files, which are necessary for proper language support in Zen Browser. Running this step ensures that your build includes the latest translations and language resources. + +## Step 5: Build the Browser Now that everything is set up, you can build the browser: @@ -45,7 +55,7 @@ npm run build This command compiles the source code and creates the necessary files for running Zen Browser. -## Step 5: Run the Browser +## Step 6: Run the Browser After building the browser, you can start it using: diff --git a/content/contribute/desktop.md b/content/contribute/desktop.md index 5eee1af..eb6fb25 100644 --- a/content/contribute/desktop.md +++ b/content/contribute/desktop.md @@ -13,7 +13,7 @@ Before you begin, ensure you have the following tools installed: - [**Node.js**](https://nodejs.org/): Required for building the browser. - [**npm**](https://www.npmjs.com/): Node package manager, which comes with Node.js. -![[building-zen-browser]] +![[building]] ## Step 6: Making a Contribution diff --git a/content/index.md b/content/index.md index c547749..b6cd020 100644 --- a/content/index.md +++ b/content/index.md @@ -5,7 +5,7 @@ title: Welcome to Zen Browser's Documentation Welcome to **Zen Browser's Documentation!** Here, you'll find everything you need to get the most out of your browsing experience. Dive in to explore how Zen can make your browsing more secure, private, and efficient. ## Index -* #### [[building-zen-browser|Building Zen Browser πŸ“¦]] +* #### [[building|Building Zen Browser πŸ“¦]] * #### [[guides/index|Guides πŸ› οΈ]] * #### [[themes-store/index|Theme Store 🎨]] * #### [[faq | Frequently Asked Questions ❓]]