Skip to content

Commit 3379981

Browse files
authored
Moved KeyboardShortcut component to src directory (#191)
1 parent 96037b5 commit 3379981

File tree

13 files changed

+11
-14
lines changed

13 files changed

+11
-14
lines changed

content/docs/contribute/docs/editing-with-vscode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Editing with VS Code
33
description: How to use Visual Studio Code to contribute to the Zen Browser documentation.
44
---
5-
import KeyboardShortcut from '@components/KeyboardShortcut';
5+
import KeyboardShortcut from '@/components/KeyboardShortcut';
66

77
Visual Studio Code (VS Code) is a popular and powerful code editor that works well for editing Zen Browser documentation, especially with the right extensions.
88

content/docs/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: FAQ
33
icon: CircleHelp
44
---
5-
import KeyboardShortcut from '@components/KeyboardShortcut';
5+
import KeyboardShortcut from '@/components/KeyboardShortcut';
66
import { Callout } from 'fumadocs-ui/components/callout';
77
import { InlineTOC } from 'fumadocs-ui/components/inline-toc';
88

content/docs/guides/about-config-flags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: List of Hidden/Advanced Preferences
2+
title: Hidden/Advanced Preferences
33
description: A list of useful flags in Zen Browser's Advanced Preferences page (about:config).
44
---
55
These are a variety of settings that can change Zen's appearance, behavior, and more. To access them, go to `about:config` in Zen Browser, and search for the title of the flag. Some of these flags may require a restart to work.

content/docs/guides/live-editing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Live Editing Zen Theme
33
description: Learn how to live edit the appearance of Zen Browser by editing the userChrome.css file.
44
---
5-
import KeyboardShortcut from '@components/KeyboardShortcut';
5+
import KeyboardShortcut from '@/components/KeyboardShortcut';
66

77
import { Callout } from 'fumadocs-ui/components/callout';
88

content/docs/user-manual/bookmarks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bookmarks
33
description: Managing bookmarks in Zen
44
---
55
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
6-
import KeyboardShortcut from '@components/KeyboardShortcut';
6+
import KeyboardShortcut from '@/components/KeyboardShortcut';
77

88
Zen, as a fork of Firefox, inherits its webpage bookmarking system primarily from Firefox itself, with some additional Zen enhancements. Zen offers two vertical tab layouts: **Single toolbar layout**, which integrates a compact address bar into the vertical tabs toolbar, and **Multiple toolbars layout**, featuring a traditional, full-size address bar in a separate horizontal toolbar. This guide covers the basics of creating and managing bookmarks, tailored to your chosen Zen layout.
99

content/docs/user-manual/compact-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Compact Mode
33
description: Minimalistic interface for focused browsing
44
---
5-
import KeyboardShortcut from '@components/KeyboardShortcut';
5+
import KeyboardShortcut from '@/components/KeyboardShortcut';
66

77
Compact Mode is one of Zen's main feature that let you hide all browser toolbars and give wider view for the website you're currently visit.
88

content/docs/user-manual/extensions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Extensions
33
description: Get to know how extensions work in Zen
44
---
5-
import KeyboardShortcut from '@components/KeyboardShortcut';
5+
import KeyboardShortcut from '@/components/KeyboardShortcut';
66

77
Extensions are a small software piece that enhance and personalize a browser by adding or modifying browser function and features. Example of commonly installed extensions includes ad blockers, easy reader mode, privacy and tracking managers, media downloaders, password managers, and tweaks for commonly used websites.
88

content/docs/user-manual/glance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Glance
33
description: Preview websites on top of your current tab
44
---
5-
import KeyboardShortcut from '@components/KeyboardShortcut';
5+
import KeyboardShortcut from '@/components/KeyboardShortcut';
66

77
Zen's Glance lets you preview websites on top of your current tab, without fully switching to it. By default, you can create a Glance view by holding <KeyboardShortcut shortcut="Alt" /> as trigger key when clicking a link in a regular tab. In Essentials and pinned tabs, Glance will be automatically created when clicking a link outside current website, without having to pressing the trigger key.
88

content/docs/user-manual/pip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Picture-in-Picture
33
description: Watch videos in a separate window
44
---
5-
import KeyboardShortcut from '@components/KeyboardShortcut';
5+
import KeyboardShortcut from '@/components/KeyboardShortcut';
66

77
With **Picture-in-Picture (PiP)** in **Zen**, you can pop videos out of webpages into a clean, always-on-top floating window. Whether you're working, browsing, or just casually scrolling, PiP keeps your video visible without disrupting your flow.
88

content/docs/user-manual/split-view.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Split View
33
description: Open multiple tabs side by side easily
44
---
5-
import KeyboardShortcut from '../../../components/KeyboardShortcut';
5+
import KeyboardShortcut from '@/components/KeyboardShortcut';
66

77
Zen's Split View lets you view up to 4 tabs side by side, so you can compare information or multitask easily.
88

content/docs/user-manual/urlbar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: URL Bar & Search Functions
33
description: Smart navigation with persistent input memory
44
---
5-
import KeyboardShortcut from '@components/KeyboardShortcut';
5+
import KeyboardShortcut from '@/components/KeyboardShortcut';
66

77
Different from most browsers, Zen uses the **URL bar** as a quick and efficient way to navigate the web, eliminating the need for a dedicated new tab page.
88

File renamed without changes.

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
],
2626
"@/*": [
2727
"./src/*"
28-
],
29-
"@components/*": [
30-
"./components/*"
3128
]
3229
},
3330
"plugins": [

0 commit comments

Comments
 (0)