Skip to content

Commit

Permalink
docs: introduce new xplorer domain (https://xplorer.space)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlimjustin committed Dec 22, 2021
1 parent c46dd92 commit cd993a2
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
contact_links:
- name: Common Issues
url: https://xplorer.vercel.app/docs/common_problems
url: https://xplorer.space/docs/common_problems
about: Please see if your issue is a common issue
- name: Feature Request
url: https://github.com/kimlimjustin/xplorer/discussions
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING_GUIDELINE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please see https://xplorer.vercel.app/docs/Community/Contributing/
Please see https://xplorer.space/docs/Community/Contributing/
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</div>

<p align="center"><span><b>Xplorer</b>, a customizable, modern and cross-platform File Explorer.</span></p>
<h4 align="center"><span><a href="https://xplorer.vercel.app/community/support/">Supports</a></span> • <span><a href="https://github.com/kimlimjustin/xplorer/discussions">Discussions</a></span> • <span><a href="https://xplorer.vercel.app">Documentation</a></span> • <span><a href="https://discord.gg/MHGtSWvfUS">Discord</a></span></h4>
<h4 align="center"><span><a href="https://xplorer.space/docs/Community/support/">Supports</a></span> • <span><a href="https://github.com/kimlimjustin/xplorer/discussions">Discussions</a></span> • <span><a href="https://xplorer.space">Documentation</a></span> • <span><a href="https://discord.gg/MHGtSWvfUS">Discord</a></span></h4>

<div align="center">

Expand Down Expand Up @@ -42,12 +42,12 @@ To summarize, Xplorer's features contain:
- It looks modern
- Easy to use
- Cross-platform
- [File Preview](https://xplorer.vercel.app/docs/guides/operation/#preview-file), even for videos!
- [File Preview](https://xplorer.space/docs/guides/operation/#preview-file), even for videos!
- Customizable
- Supports multiple tabs
- Most importantly, Free and Open Source Software(FOSS), which means you can change components inside if you see fit

Xplorer is currently under heavy development. You can give your suggestions and feedback on our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.vercel.app/community/Contributing/).
Xplorer is currently under heavy development. You can give your suggestions and feedback on our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.space/community/Contributing/).

---

Expand All @@ -63,20 +63,20 @@ If you find any bugs, please report it by submitting an issue on our [issue page

## Feature Request

You can also submit a feature request on our [issue page](https://github.com/kimlimjustin/xplorer) or [discussions](https://github.com/kimlimjustin/xplorer/discussions) and we will try to implement it as soon as possible. If you want to contribute to this project, please [contribute to this project](https://xplorer.vercel.app/community/Contributing/).
You can also submit a feature request on our [issue page](https://github.com/kimlimjustin/xplorer) or [discussions](https://github.com/kimlimjustin/xplorer/discussions) and we will try to implement it as soon as possible. If you want to contribute to this project, please [contribute to this project](https://xplorer.space/community/Contributing/).

---

## Common Problems

**NB: For common installation problems, please visit this page [here](https://xplorer.vercel.app/docs/install/#common-problems)**
**NB: For common installation problems, please visit this page [here](https://xplorer.space/docs/install/#common-problems)**

<details>
<summary>
Opening folders like <code>Documents</code>, <code>Desktop</code>, <code>Downloads</code> makes Xplorer crash
</summary>

Try disabling the [`Extract exe file icon and make it as preview`](https://xplorer.vercel.app/docs/guides/setting/#extract-exe-file-icon-and-make-it-a-preview) option on `Preference` page on Settings.
Try disabling the [`Extract exe file icon and make it as preview`](https://xplorer.space/docs/guides/setting/#extract-exe-file-icon-and-make-it-a-preview) option on `Preference` page on Settings.

Also, please make sure that Windows Defender isn't blocking Xplorer from accessing your documents.

Expand Down Expand Up @@ -139,7 +139,7 @@ The easiest way to run Xplorer in Gitpod is to use the [Gitpod](https://gitpod.i

## Contribution Guide

We highly encourage you to contribute to this project (even if you are a beginner). And if you finally want to contribute to this project, please read [our contribution guide](https://xplorer.vercel.app/community/Contributing).
We highly encourage you to contribute to this project (even if you are a beginner). And if you finally want to contribute to this project, please read [our contribution guide](https://xplorer.space/community/Contributing).

---

Expand All @@ -151,4 +151,4 @@ We highly encourage you to contribute to this project (even if you are a beginne

## Love my work?

<a href='https://ko-fi.com/kimlimjustin' target='_blank'><img height='35' style='border:0px;height:34px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />
<a href='https://ko-fi.com/kimlimjustin' target='_blank'><img height='35' style='border:0px;height:34px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' />
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This is source of [Xplorer documentation site](https://xplorer.vercel.app/docs/intro/). To edit it, please see [here](https://xplorer.vercel.app/community/Contributing/#working-on-xplorer-docs).
This is source of [Xplorer documentation site](https://xplorer.space/docs/intro/). To edit it, please see [here](https://xplorer.space/community/Contributing/#working-on-xplorer-docs).
4 changes: 2 additions & 2 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ To summarize, Xplorer's features contain:
- It looks modern
- Easy to use
- Cross-platform
- [File Preview](https://xplorer.vercel.app/docs/guides/operation/#preview-file), even for videos!
- [File Preview](https://xplorer.space/docs/guides/operation/#preview-file), even for videos!
- Customizable
- Supports multiple tab
- Most importantly, Free and Open Source Software(FOSS), which means you can change components inside if you see fit

Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.vercel.app/community/Contributing/).
Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.space/community/Contributing/).
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
module.exports = {
title: 'Xplorer',
tagline: 'An easy-to-use, customizable, modern file manager',
url: 'https://xplorer.vercel.app',
url: 'https://xplorer.space',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down
4 changes: 2 additions & 2 deletions docs/i18n/fr/docusaurus-plugin-content-docs/current/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Pour résumer, les fonctionnalités de Xplorer contiennent:
- Apparence moderne
- Facile d'utilisation
- Multi-Plateformes
- [Aperçu du fichier](https://xplorer.vercel.app/docs/guides/operation/#preview-file), même pour les vidéos !
- [Aperçu du fichier](https://xplorer.space/docs/guides/operation/#preview-file), même pour les vidéos !
- Personnalisable
- Prise en charge de plusieurs onglets
- Plus important encore, Logiciel Libre et Open Source (FOSS), ce qui signifie que vous pouvez changer de composants à l'intérieur si vous le souhaitez

Xplorer est actuellement en cours de développement. Vous pouvez donner vos suggestions et commentaires sur notre page [Discussions](https://github.com/kimlimjustin/xplorer/discussions/). Si vous vous sentez à l'aise dans l'écriture de code en utilisant Typescript et Rust, nous vous encourageons fortement à [contribuer à ce projet](https://xplorer.vercel.app/community/Contributing/).
Xplorer est actuellement en cours de développement. Vous pouvez donner vos suggestions et commentaires sur notre page [Discussions](https://github.com/kimlimjustin/xplorer/discussions/). Si vous vous sentez à l'aise dans l'écriture de code en utilisant Typescript et Rust, nous vous encourageons fortement à [contribuer à ce projet](https://xplorer.space/community/Contributing/).
4 changes: 2 additions & 2 deletions docs/i18n/pt/docusaurus-plugin-content-docs/current/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ To summarize, Xplorer's features contain:
- It looks modern
- Fácil de usar
- Multi-plataforma
- [File Preview](https://xplorer.vercel.app/docs/guides/operation/#preview-file), even for videos!
- [File Preview](https://xplorer.space/docs/guides/operation/#preview-file), even for videos!
- Customizable
- Supports multiple tab
- Most importantly, Free and Open Source Software(FOSS), which means you can change components inside if you see fit

Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.vercel.app/community/Contributing/).
Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.space/community/Contributing/).
4 changes: 2 additions & 2 deletions docs/i18n/ru/docusaurus-plugin-content-docs/current/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ To summarize, Xplorer's features contain:
- It looks modern
- Простоту использования
- Кроссплатформенность
- [File Preview](https://xplorer.vercel.app/docs/guides/operation/#preview-file), even for videos!
- [File Preview](https://xplorer.space/docs/guides/operation/#preview-file), even for videos!
- Customizable
- Supports multiple tab
- Most importantly, Free and Open Source Software(FOSS), which means you can change components inside if you see fit

Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.vercel.app/community/Contributing/).
Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.space/community/Contributing/).
4 changes: 2 additions & 2 deletions docs/i18n/uk/docusaurus-plugin-content-docs/current/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ To summarize, Xplorer's features contain:
- It looks modern
- Простоту використання
- Кроссплатформенність
- [File Preview](https://xplorer.vercel.app/docs/guides/operation/#preview-file), even for videos!
- [File Preview](https://xplorer.space/docs/guides/operation/#preview-file), even for videos!
- Customizable
- Supports multiple tab
- Most importantly, Free and Open Source Software(FOSS), which means you can change components inside if you see fit

Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.vercel.app/community/Contributing/).
Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.space/community/Contributing/).
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ To summarize, Xplorer's features contain:
- It looks modern
- Easy to use
- Cross-platform
- [File Preview](https://xplorer.vercel.app/docs/guides/operation/#preview-file), even for videos!
- [File Preview](https://xplorer.space/docs/guides/operation/#preview-file), even for videos!
- Customizable
- Supports multiple tab
- Most importantly, Free and Open Source Software(FOSS), which means you can change components inside if you see fit

Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.vercel.app/community/Contributing/).
Xplorer is currently under heavy development. You can give your suggestions and feedbacks in our [Discussions](https://github.com/kimlimjustin/xplorer/discussions/) page. If you feel comfortable in writing code using Typescript and Rust, we highly encourage you to [contribute to this project](https://xplorer.space/community/Contributing/).
2 changes: 1 addition & 1 deletion docs/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"related_applications": [
{
"platform": "webapp",
"url": "https://xplorer.vercel.app/manifest.json"
"url": "https://xplorer.space/manifest.json"
}
],
"icons": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Justin Maximillian Kimlim <[email protected]>",
"icon": "build/icon.icns",
"private": false,
"homepage": "https://xplorer.vercel.app",
"homepage": "https://xplorer.space",
"repository": {
"type": "git",
"url": "https://github.com/kimlimjustin/xplorer.git"
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Setting/About/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const About = async (): Promise<void> => {
>
<a
class="settings-about-link-btn"
href="https://xplorer.vercel.app"
href="https://xplorer.space"
target="_blank"
>Documentation</a
>
Expand Down

2 comments on commit cd993a2

@vercel
Copy link

@vercel vercel bot commented on cd993a2 Dec 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

updater – ./api/updater

updater-kimlimjustin.vercel.app
updater-git-master-kimlimjustin.vercel.app
updater.xplorer.space

@vercel
Copy link

@vercel vercel bot commented on cd993a2 Dec 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.