diff --git a/.eslintignore b/.eslintignore
index 35effb74..8de0bbec 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -4,4 +4,5 @@ src/Lib/**/*
outs/**/*
scripts/*
src/Components/Functions/log.ts
-gruntfile.js
\ No newline at end of file
+gruntfile.js
+docs/**/*
\ No newline at end of file
diff --git a/.prettierignore b/.prettierignore
index d96b9619..59104df7 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -7,4 +7,5 @@ src/Components/Files/File Icon/fileIcon.ts
src/Components/Files/File Operation/open.ts
src/Components/Favorites/favorites.ts
src/Components/Context Menu/contextmenu.ts
-src/Components/Files/File Operation/new.ts
\ No newline at end of file
+src/Components/Files/File Operation/new.ts
+*.min.css
\ No newline at end of file
diff --git a/README.md b/README.md
index 89759dbc..ff6c250e 100644
--- a/README.md
+++ b/README.md
@@ -3,26 +3,41 @@
Xplorer, a customizable, modern and cross-platform file explorer.
---
## What is Xplorer?
-![Demo](https://drive.google.com/uc?export=view&id=1SBuUc0BhC49druJwndW2mabS9amTospZ)
-Xplorer is a modern file explorer built from ground-up to be fully customizable and even without customization, it also looks modern! It is cross-platform, built using Electron Technology that allowed our File Explorer to be run not only in Windows, but also Linux and MacOS alike, lthough we haven't tested it in macOS yet (macOS maintainer in need). It also allowed file preview directly inside it, not only pictures or documents, but also videos!
+
+![Demo](docs/static/img/Xplorer%20win.png)
+Xplorer is a file explorer built from ground-up to be fully customizable and without customization, it also looks modern!
+It is cross-platform, built using Electron Technology that allowed our File Explorer to be run not only in Windows, but also Linux and MacOS alike.
+It also allowed file preview directly inside it, not only pictures or documents, but also videos!
So to summary, Xplorer's features contain:
-- Looks modern
-- Fully customizable
-- Easy to use
-- Cross-platform
-- File Preview, even videos!
-- Most importantly, FOSS, Free and Open Source, which mean you can change components inside if you see fit
+
+- Looks modern
+- Easy to use
+- Cross-platform
+- File Preview, even videos!
+- Most importantly, FOSS, Free and Open Source, which mean you can change components inside if you see fit
Xplorer is currently on development progress. Suggest improvement on Xplorer [Discussion](https://github.com/kimlimjustin/xplorer/discussions/) or [contribute into it](https://xplorer.vercel.app/community/Contributing/)!
+## Features
+
+So to summary, Xplorer's features contain:
+
+- Looks modern
+- Easy to use
+- Cross-platform
+- File Preview, even videos!
+- Most importantly, it's Free and Open Source! Which mean you can change components inside if you see fit and you also don't make your wallet go dry
+
### Installation
-Xplorer is still on development progress right now, however, you can download the installer [here](https://drive.google.com/drive/folders/1n3V-bznvXg-lVZS_5UHMQybGIOamlSUE?usp=sharing) or by developing it locally. We will provide binary installer after releasing the alpha version! Stay tuned!
+
+You can access the insider version [here](https://github.com/kimlimjustin/xplorer/releases). Please not that this is not stable yet. Use it on your own risk.
### LICENSE
+
[Apache-2.0](https://github.com/kimlimjustin/xplorer/blob/master/LICENSE)
diff --git a/docs/docs/feature/file operation.md b/docs/docs/feature/file operation.md
deleted file mode 100644
index 16c710c9..00000000
--- a/docs/docs/feature/file operation.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# File Operations
-
-## Copy file
-
-You can copy files by right clicking it and click `Copy` option or select the file then press `Ctrl + C` as shortcut and paste it by clicking `Paste` option or press `Ctrl + V` on the destination folder.
-
-![Copy file](/img/docs/copy.png)
-
-## Cut file
-
-You can cut files by right clicking it and click `Cut` option or select the file then press `Ctrl + X` as shortcut and paste it by clicking `Paste` option or press `Ctrl + V` on the destination folder.
-
-![Copy file](/img/docs/cut.png)
-
-## How does it work?
-
-### Copy file
-
-On windows and macOS, Xplorer will copy the file paths into local clipboard, because of this, you can copy file from Xplorer and paste it into an folder in another system. However, on Linux, we create a string of Xplorer commands and copy it into user clipboard, Xplorer will read user's clipboard when pasting file (because we haven't found any idea to implement it, fell free to [open a PR](/community/Contributing/#pull-requests) if you can help us). The string of Xplorer command look like this:
-
-```
-Xplorer command - COPY
-~/xplorer
-~/test
-```
-
-### Cut file
-
-THis is done by creating a string of Xplorer command and copy it into user clipboard to be used when pasting file (not integrated with platform because we haven't found any idea, fell free to [open a PR](/community/Contributing/#pull-requests) if you can help us.). The string og Xplorer command look like this:
-
-```
-Xplorer command - CUT
-E://xplorer
-E://test
-```
diff --git a/docs/docs/feature/shortcut.md b/docs/docs/feature/shortcut.md
deleted file mode 100644
index b3ac726f..00000000
--- a/docs/docs/feature/shortcut.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# Shortcuts
-
-Key | Shortcut
---- | ---
-`Ctrl + W` | Exit Xplorer
-`Ctrl + E` | Close Tab
-`Ctrl + C` | Copy
-`Ctrl + V` | Paste
-`Ctrl + X` | Cut
-`Ctrl + A` | Select All
-`Ctrl + H` | Toggle Hidden Files
-`Ctrl + O` | Preview file
-`Ctrl + R` | Refresh
-`Ctrl + P` | Files/Folders Properties
-`Ctrl + F` | Find Files/Folders
-`Ctrl + T` | New Tab
-`Alt + O` | Open with
-`Alt + N` | New Files (docx, pptx, xlsx, psd, etc...)
-`Alt + S` | Create Shortcut
-`Alt + Left Arrow` | Go Back
-`Alt + Right Arrow` | Go Forward
-`Alt + Up Arrow` | maximize
-`Alt + Down Arrow` | minimize
-`Alt + T` | Open in terminal
-`Alt + P` | Pin to sidebar
-`Alt + Shift + C` | Copy location path
-`F2` | Rename
-`F5` | Refresh
-`F10` | Minimize
-`F11` | Maximize
-`Shift + N` | New Folders
-`Shift + Del` | Permanent Delete
-`Shift + Enter` | Open in vscode
-`Enter` | Open
-`Del` | Delete file
diff --git a/docs/docs/feature/_category_.json b/docs/docs/guides/_category_.json
similarity index 100%
rename from docs/docs/feature/_category_.json
rename to docs/docs/guides/_category_.json
diff --git a/docs/docs/guides/cli.md b/docs/docs/guides/cli.md
new file mode 100644
index 00000000..3e4bee2b
--- /dev/null
+++ b/docs/docs/guides/cli.md
@@ -0,0 +1,31 @@
+# Launch Xplorer from Terminal
+
+:::info
+This feature hasn't optimized yet. It works but it might be laggy. Will be optimized in the feature release.
+:::
+
+## Commands
+
+Xplorer CLI:
+
+```bash
+xplorer [dir1] [dir2] [dir3]
+```
+
+Xplorer will open `dir`, `dir2`, `dir3` as tabs on Xplorer. If there's no any dir passed into the command, Xplorer will starts at Home page.
+
+
+
+xplorer: command not found error on Windows
+
+
+Firstly, you have to register the command into the system path.
+
+1. Open the `System Properties` on Windows.
+2. Click the `Environment Variables` button, it will popup a window.
+3. On the table, search for `Path` variable and click on it.
+4. Click `Edit` button, it will popup a window.
+5. Click `New` button
+6. Add `%USERPROFILE%\AppData\Local\Programs\xplorer`
+
+
diff --git a/docs/docs/guides/operation.md b/docs/docs/guides/operation.md
new file mode 100644
index 00000000..bbb4dd09
--- /dev/null
+++ b/docs/docs/guides/operation.md
@@ -0,0 +1,191 @@
+# Operations
+
+## Copy files
+
+You can copy files by right clicking it and click `Copy` option or select the file then press `Ctrl + C` as shortcut and paste it by clicking `Paste` option or press `Ctrl + V` on the destination folder.
+
+:::info
+
+On windows and macOS, Xplorer will copy the file paths into local clipboard, because of this, you can copy file from Xplorer and paste it into an folder in another system. However, on Linux, we create a string of Xplorer commands and copy it into user clipboard, Xplorer will read user's clipboard when pasting file (because we haven't found any idea to implement it, fell free to [open a PR](/community/Contributing/#pull-requests) if you can help us). The string of Xplorer command look like this:
+
+```
+Xplorer command - COPY
+~/xplorer
+~/test
+```
+
+:::
+
+## Copy Location Path
+
+You can copy a file/folder location path into your clipboard by right clicking it and click `Copy Location Path` or select the file then press `Alt + Shift + C` as shortcut.
+
+## Cut files
+
+You can cut files by right clicking it and click `Cut` option or select the file then press `Ctrl + X` as shortcut and paste it by clicking `Paste` option or press `Ctrl + V` on the destination folder.
+
+:::info
+THis is done by creating a string of Xplorer command and copy it into user clipboard to be used when pasting file (not integrated with platform because we haven't found any idea, fell free to [open a PR](/community/Contributing/#pull-requests) if you can help us.). The string og Xplorer command look like this:
+
+```
+Xplorer command - CUT
+E://xplorer
+E://test
+```
+
+:::
+
+## Delete files
+
+You can cut files by right clicking it and click `Delete` option or select the file then press `Del` as shortcut. Trashed file can be accessed at `xplorer://Trash`.
+
+:::info
+
+- On Windows, this is done by creating a `Trash` folder on `C:` drive and moving the file into it.
+- On Linux, this feature is fully integrated with the sytem
+- On macOS, this is done by creating a `.local/Trash` folder on `homedir` and moving the file into it.
+
+We are still working on Windows on macOS to integrate the `Trash` folder, will be released before the stable version came out. fell free to [open a PR](/community/Contributing/#pull-requests) if you can help us.
+
+:::
+
+### Permanently delete
+
+:::danger
+Permanently deleted file cannot be restored. Please check again before permanently delete any files.
+
+:::
+
+You can permanently delete a file by:
+
+1. Delete it into `Trash` and right clicking it and click the `Permanent Delete` option
+2. Select the file and press `Shift + Del` as shortcut
+
+## New
+
+:::caution Be careful with new file/folder name
+Xplorer treats `/` on file name/folder as subdir/subfile
+:::
+
+### New file
+
+You can create a new file by right clicking the workspace, expand the `New` option and select `file` option or press `Alt + N` as shortcut.
+
+### New folder
+
+You can create a new folder by right clicking the workspace, expand the `New` option and select `folder` option or press `Shift + N` as shortcut.
+
+## Open file
+
+You can open a file on default application by double-clicking it or select the file then press `Enter` as shortcut.
+
+### Open in Terminal
+
+This is built-in function by Xplorer. You can open a folder on Terminal by right clicking it and click `Open in terminal` option or select the folder then press `Alt + T` as shortcut.
+
+### Open in VSCode
+
+This is built-in function by Xplorer. You can open a file/folder on VSCode by right clicking it and click `Open in vscode` option or select the file then press `Ctrl + Enter` as shortcut. You won't able to do this if you don't have VSCode installed.
+
+## Pin to Sidebar
+
+You can pin a file/folder into sidebar by right clicking it and click `Pin to Sidebar` or select the file then press `Alt + P` as shortcut.
+
+## Preview file
+
+You can preview a file directly from Xplorer by right-clicking it and click `Preview` otioin or select the file then press `Ctrl+O`.
+
+![Preview Demo](/img/docs/preview.png)
+
+:::info
+
+
+
+Files available to preview for now:
+
+
+```json
+[
+ ".pdf",
+ ".html",
+ ".docx",
+ ".htm",
+ ".xlsx",
+ ".xls",
+ ".xlsb",
+ "xls",
+ ".ods",
+ ".fods",
+ ".csv",
+ ".txt",
+ ".py",
+ ".js",
+ ".bat",
+ ".css",
+ ".c++",
+ ".cpp",
+ ".cc",
+ ".c",
+ ".diff",
+ ".patch",
+ ".go",
+ ".java",
+ ".json",
+ ".php",
+ ".ts",
+ ".tsx",
+ ".jsx",
+ ".jpg",
+ ".png",
+ ".gif",
+ ".bmp",
+ ".jpeg",
+ ".jpe",
+ ".jif",
+ ".jfif",
+ ".jfi",
+ ".webp",
+ ".tiff",
+ ".tif",
+ ".ico",
+ ".svg",
+ ".webp",
+ ".mp4",
+ ".webm",
+ ".mpg",
+ ".mp2",
+ ".mpeg",
+ ".mpe",
+ ".mpv",
+ ".ocg",
+ ".m4p",
+ ".m4v",
+ ".avi",
+ ".wmv",
+ ".mov",
+ ".qt",
+ ".flv",
+ ".swf",
+ ".md"
+]
+```
+
+
+
+:::
+
+## Properties
+
+You can view properties of a file/folder by right clicking it and click `Properties` or select the file then press `Ctrl + P` as shortcut.
+Available properties for now (will be improved at the next version):
+
+- Size
+- File Path
+- Created At
+- Accesssed At
+- Modified At
+- Is Hidden
+
+## Rename file/folder
+
+You can rename a file/folder by right clicking it and click `Rename` option or select the file then press `F2` as shortcut. It will prompt a dialog, enter the new name and the file/folder will be renamed.
diff --git a/docs/docs/guides/setting.md b/docs/docs/guides/setting.md
new file mode 100644
index 00000000..9f4ce121
--- /dev/null
+++ b/docs/docs/guides/setting.md
@@ -0,0 +1,72 @@
+# Settings
+
+
+
+How to open the settings?
+
+You can open settings on Xplorer by clicking the `Settings` button on the left down of Xplorer.
+
+![Settings](/img/docs/settings.png)
+
+
+
+
+How to exit from the settings?
+
+You can exit from settings on Xplorer by clicking the Arrow Up button on the upside left of Xplorer.
+
+![Settings](/img/docs/exit-settings.png)
+
+
+
+## App Theme
+
+You can change Xplorer's app theme on the `Appearance` tab of the Settings. Available default themes are `light`, `light+`, `dark`, and `dark+`. Besides, there is `System Default` theme which will automatically read your system preference.
+:::info
+Xplorer will supports custom app theme soon, stay tuned!
+:::
+
+### Acrylic Effect
+
+Acrylic Effect is the effect which gives the transparency effect on the sidebar. Only works on Windows 10 and higher.
+
+## File Preview
+
+The file preview here means the preview that replaces the default icon of a file.
+
+### Play video file as preview
+
+THis will automatially play the video file as preview.
+:::caution THIS MIGHT CONSUME HIGH AMOUNT OF RAM
+This might consume hight amount of RAM because it's built on the HTML video player.
+You can just enable this setting and ignore this caution if you got a good-spec computer.
+:::
+
+### Extract `EXE` file icon and make it as preview
+
+This will parse and cache the icon from a `exe` file and make it as preview. Only on Windows.
+
+![Extract Exe file icon](/img/docs/extract-exe-icon.png)
+
+## Default file layout
+
+Default file layout of a directory. Just give it a try :)
+
+## App Language
+
+Localize Xplorer. Help us translate Xplorer [here](https://github.com/kimlimjustin/xplorer/discussions/30).
+
+## Hide Hidden Files
+
+Hide hidden files on Xplorer, you can find this setting on `Preference` tab on Xplorer or by it's shortcut, `Ctrl + H`.
+
+## Hide System Files
+
+Hide Windows' system files on Xplorer.
+:::tip
+Learn what is system file [here](https://en.wikipedia.org/wiki/System_file). Just turn it off if you don't understand what it is.
+:::
+
+## List and sort directories alongside with files
+
+If disabled, Xplorer will prioritize directories above files.
diff --git a/docs/docs/guides/shortcut.md b/docs/docs/guides/shortcut.md
new file mode 100644
index 00000000..5b2a2254
--- /dev/null
+++ b/docs/docs/guides/shortcut.md
@@ -0,0 +1,36 @@
+# Shortcuts
+
+| Key | Shortcut |
+| ------------------- | ------------------------ |
+| `Ctrl + A` | Select All |
+| `Ctrl + C` | Copy |
+| `Ctrl + E` | Close Tab |
+| `Ctrl + H` | Toggle Hidden Files |
+| `Ctrl + O` | Preview file |
+| `Ctrl + P` | Files/Folders Properties |
+| `Ctrl + R` | Reload |
+| `Ctrl + T` | New Tab |
+| `Ctrl + V` | Paste |
+| `Ctrl + X` | Cut |
+| `Ctrl + W` | Exit Xplorer |
+| `Alt + Left Arrow` | Go Back |
+| `Alt + Right Arrow` | Go Forward |
+| `Alt + Up Arrow` | maximize |
+| `Alt + Down Arrow` | minimize |
+| `Alt + T` | Open in terminal |
+| `Alt + P` | Pin to sidebar |
+| `Alt + Shift + C` | Copy location path |
+| `F2` | Rename |
+| `F5` | Refresh |
+| `F10` | Minimize |
+| `F11` | Maximize |
+| `Shift + N` | New Folders |
+| `Shift + Del` | Permanent Delete |
+| `Shift + Enter` | Open in vscode |
+| `Enter` | Open |
+| `Del` | Delete file |
+
+:::note Difference between `reload` and `refresh`
+`Reload` refreshes the internal HTML while `Refresh` refreshes the whole Electron process.
+
+:::
diff --git a/docs/docs/guides/xplorer as default.md b/docs/docs/guides/xplorer as default.md
new file mode 100644
index 00000000..ffed6e98
--- /dev/null
+++ b/docs/docs/guides/xplorer as default.md
@@ -0,0 +1,26 @@
+# Set As Default File Explorer (Windows)
+
+:::caution
+This guides involves modifiying the Windows registry, make sure to crate a backup beforehand to recover if you got any problem with Xplorer. Please keep in mind that this metod may not work for everyone.
+
+> Click [here](https://support.microsoft.com/en-us/topic/how-to-back-up-and-restore-the-registry-in-windows-855140ad-e318-2a13-2829-d428a2ab0692) to Microsoft official documentation on how to backup and restore the registry
+
+:::
+
+1. Type `Win` + `R` and type `regedit.exe`
+2. Click `Yes` on the question `Do you want to allow this app to make changes to your devies`
+3. Create a backup of the registry (see caution above).
+4. Navigate to `Computer\HKEY_CURRENT_USER\Software\Classes\Directory`
+5. Create a key named `shell` if not existed by right and set the default key value to `openinxplorer`
+6. Create a key named `openinxplorer` under `shell`
+7. Create a key named `command` under `openinxplorer` and set the default key value to `"C:\Users\User\AppData\Local\Programs\Microsoft VS Code\Code.exe" "%V"`
+
+![Registry Structure](/img/docs/registry.png)
+
+:::info
+
+To create a new subkey, right click on the parent key and select `New > Key`.
+![Regedit create a new subkey](/img/docs/regedit-create-new-key.png)
+
+To set the default key, double click or by right click and click `Modify` on the `Name` and enter the value there.
+:::
diff --git a/docs/docs/install.md b/docs/docs/install.md
new file mode 100644
index 00000000..6b5e2eed
--- /dev/null
+++ b/docs/docs/install.md
@@ -0,0 +1,59 @@
+---
+sidebar_position: 2
+---
+
+# Installation
+
+## Installer
+
+You can acess the installer [here](https://github.com/kimlimjustin/xplorer/releases).
+
+## Common Problems
+
+
+
+Faced Windows Defender?
+
+
+This is actually not an error, it's a design choice by Microsoft to protect those of us who are not tech-savvy (i.e. potentially your friends) from virus. You don't need to worry the safety of Xplorer in this case, since it's [open source](https://github.com/kimlimjustin/xplorer) and you can inspect the code or even build your own version!
+
+To Handle this, you can just click the `More Info` button, then, just click Run Anyway.
+
+1. ![Step 1](/img/docs/windows-defender-1.png)
+2. ![Step 2](/img/docs/windows-defender-2.png)
+
+:::note References
+
+Adopted from [Stack Overflow](https://stackoverflow.com/questions/65488839/how-can-i-avoid-windows-protected-your-pc-problem-when-my-friends-try-to-use-m).
+:::
+
+
+
+
+How to install in Arch OS?
+
+
+Run following command:
+
+```bash
+sudo pacman -u [installer file name]
+```
+
+:::info
+If you faced the `xplorer exists in filesystem` error, run this command instead:
+
+```bash
+sudo pacman -u [installer file name] --overwrite "*"
+```
+
+:::
+
+
+
+
+There is no my favourites installer.
+
+
+Please address an issue [here](https://github.com/kimlimjustin/xplorer).
+
+
diff --git a/docs/docs/installation/Linux.md b/docs/docs/installation/Linux.md
deleted file mode 100644
index 2ca6be2d..00000000
--- a/docs/docs/installation/Linux.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Install Xplorer in Linux
-
-We made sure that you have easy time installing our file explorer with Linux Installer File (.deb, .tar, etc).
-
-You can access early dev build [here](https://drive.google.com/file/d/14jG5fH2CFXPVhsUrV_Z1NaDsH5qypfOE/view?usp=sharing).
\ No newline at end of file
diff --git a/docs/docs/installation/Windows.md b/docs/docs/installation/Windows.md
deleted file mode 100644
index dc663a0b..00000000
--- a/docs/docs/installation/Windows.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# Install Xplorer in Windows
-
-If you love using Windows, just download and install your installation (.exe) file because who cares to use Windows' CMD other than to check your internet connection.
-
-## Installer link
-
-You can access early dev build [here](https://drive.google.com/file/d/1b63Z258hk7FEJ_Qj5zIv4T6yHKkegfuG/view?usp=sharing).
-
-## Faced Windows Defender?
-This is actually not an error, it's a design choice by Microsoft to protect those of us who are not tech-savvy (i.e. potentially your friends) from virus. You don't need to worry the safety of Xplorer in this case, since it's [open source](https://github.com/kimlimjustin/xplorer) and you can inspect the code or even build your own version!
-
-To Handle this, you can just click the `More Info` button, then, just click Run Anyway.
-1. ![Step 1](https://i.stack.imgur.com/Rybx7.png)
-2. ![Step 2](https://i.stack.imgur.com/Pm0Za.png)
-
-
-### Reference
-Adopted from [Stack Overflow](https://stackoverflow.com/questions/65488839/how-can-i-avoid-windows-protected-your-pc-problem-when-my-friends-try-to-use-m).
\ No newline at end of file
diff --git a/docs/docs/installation/_category_.json b/docs/docs/installation/_category_.json
deleted file mode 100644
index 0ec141d6..00000000
--- a/docs/docs/installation/_category_.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "label": "Installation",
- "position": 2
-}
-
\ No newline at end of file
diff --git a/docs/docs/intro.md b/docs/docs/intro.md
index 24f7aebf..59725daa 100644
--- a/docs/docs/intro.md
+++ b/docs/docs/intro.md
@@ -8,16 +8,16 @@ sidebar_position: 1
Welcome to xplorer! A Free and Open Source (FOSS) File Explorer.
-Xplorer is a file explorer built from ground-up to be fully customizable and without customization, it also looks modern!
-It is cross-platform, built using Electron Technology that allowed our File Explorer to be run not only in Windows, but also Linux and MacOS alike, although we haven't tested it in macOS yet (macOS maintainer in need).
+Xplorer is a file explorer built from ground-up to be fully customizable and without customization, it also looks modern!
+It is cross-platform, built using Electron Technology that allowed our File Explorer to be run not only in Windows, but also Linux and MacOS alike.
It also allowed file preview directly inside it, not only pictures or documents, but also videos!
## Features
So to summary, Xplorer's features contain:
-- Looks modern
-- Fully customizable
-- Easy to use
-- Cross-platform
-- File Preview, even videos!
-- Most importantly, it's Free and Open Source! Which mean you can change components inside if you see fit and you also don't make your wallet go dry
+
+- Looks modern
+- Easy to use
+- Cross-platform
+- File Preview, even videos!
+- Most importantly, it's Free and Open Source! Which mean you can change components inside if you see fit and you also don't make your wallet go dry
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index e187f0ca..68e108c8 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -22,7 +22,7 @@ module.exports = {
announcementBar: {
id: 'support_us',
content:
- 'Xplorer is still under heavy development, docs here may not up to date.',
+ 'Xplorer is still under heavy development, any features might change anytime.',
backgroundColor: '#fafbfc',
textColor: '#091E42',
},
diff --git a/docs/package.json b/docs/package.json
index 729d0000..68910c0a 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -24,6 +24,7 @@
"@docusaurus/preset-classic": "2.0.0-beta.6",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
+ "animate.css": "^4.1.1",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"plugin-image-zoom": "ataft/plugin-image-zoom",
diff --git a/docs/src/components/HomepageFeatures.js b/docs/src/components/HomepageFeatures.js
deleted file mode 100644
index 3048d1e4..00000000
--- a/docs/src/components/HomepageFeatures.js
+++ /dev/null
@@ -1,80 +0,0 @@
-import React from 'react';
-import clsx from 'clsx';
-import styles from './HomepageFeatures.module.css';
-
-const FeatureList = [
- {
- title: 'Easy to Use',
- Svg: require('../../static/img/octocat.svg').default,
- description: (
- <>
- Xplorer was designed to manage your files easily, and you can preview the file natively inside Xplorer!
- >
- ),
- },
- {
- title: 'Customizable',
- Svg: require('../../static/img/octocat.svg').default,
- description: (
- <>
- Xplorer allows you to design your own theme, and you can turn on/off any feature through settings easily!
- >
- ),
- },
- {
- title: 'Modern',
- Svg: require('../../static/img/octocat.svg').default,
- description: (
- <>
- Xplorer was designed to be fully functional and easy to use with a modern looks!.
- >
- ),
- },
- {
- title: 'Cross Platform',
- Svg: require('../../static/img/octocat.svg').default,
- description: (
- <>
- Being built using Electron technology, you can run Xplorer on Windows, Linux, and macOS! (macOS haven't been tested)
- >
- )
- },
- {
- title: "It's FOSS (Free And Open Source)",
- Svg: require('../../static/img/octocat.svg').default,
- description: (
- <>
- Xplorer is an open source project which is hosted publicly on GitHub.
- >
- )
- }
-];
-
-function Feature({ Svg, title, description, idx }) {
- return (
-