diff --git a/docs/developers/changing-credentials.md b/docs/developers/changing-credentials.md index e5a4273..aae5b20 100644 --- a/docs/developers/changing-credentials.md +++ b/docs/developers/changing-credentials.md @@ -12,7 +12,7 @@ To increase account security, we don't provide changing your nickname option and ## Changing email In email field, type your new email address and press `Change e-mail` button. -![Changing email](/img/developers/changing-credentials/email.png) +![Changing email](/img/legacy/developers/changing-credentials/email.png) You will receive an email with confirmation link. @@ -21,7 +21,7 @@ If you don't have access to your email or you have forgotten your password, you ## Changing password To change your password, type old and new password and press `Change password` button. -![Changing password](/img/developers/changing-credentials/password.png) +![Changing password](/img/legacy/developers/changing-credentials/password.png) If old pass doesn't match with passowrd in config file, you will get an error. diff --git a/docs/developers/editing-packages.md b/docs/developers/editing-packages.md index da8df9d..2ea12ec 100644 --- a/docs/developers/editing-packages.md +++ b/docs/developers/editing-packages.md @@ -11,11 +11,11 @@ Under `Manage your packages` you can see all your packages. Double click on package to edit it. -![Editing packages](/img/developers/editing-packages/form.png) +![Editing packages](/img/legacy/developers/editing-packages/form.png) Let's change description. -![Editing description](/img/developers/editing-packages/description.png) +![Editing description](/img/legacy/developers/editing-packages/description.png) Press `Update` button. @@ -23,7 +23,7 @@ You will see success message. Now, all data (database and search) have been updated. -![In search](/img/developers/editing-packages/search.png) -![Info](/img/developers/editing-packages/info.png) +![In search](/img/legacy/developers/editing-packages/search.png) +![Info](/img/legacy/developers/editing-packages/info.png) You can bring back old package data by changing it again. diff --git a/docs/developers/file-req.md b/docs/developers/file-req.md index 328e698..f4ecb90 100644 --- a/docs/developers/file-req.md +++ b/docs/developers/file-req.md @@ -34,14 +34,14 @@ So, for example, you wrote a python (or other not compiled) file. You don't whan Go to Python (or NodeJS, etc.) official website and copy installer link. You should add it to dependencies in horsy. -![Download Python](/img/developers/file-req/zxcpython.png) -![Download NodeJS](/img/developers/file-req/nodejszxxxc.png) +![Download Python](/img/legacy/developers/file-req/zxcpython.png) +![Download NodeJS](/img/legacy/developers/file-req/nodejszxxxc.png) ## Uploading horsy doesn't keep your files, so you need to upload them to any servers. For example, it can be GitHub. Copy link to exe in `Download` button, if on GitHub. -![Download](/img/developers/file-req/dl-button.png) +![Download](/img/legacy/developers/file-req/dl-button.png) Link to executable should end on `.exe` or `.zip` diff --git a/docs/developers/gui-uploading.md b/docs/developers/gui-uploading.md index afbf430..0616068 100644 --- a/docs/developers/gui-uploading.md +++ b/docs/developers/gui-uploading.md @@ -18,7 +18,7 @@ So, press the `Log in/Log out` button. You will see form -![Login form](/img/developers/gui-uploading/login.jpg) +![Login form](/img/legacy/developers/gui-uploading/login.jpg) Fill out the form and press `Log in`. @@ -31,7 +31,7 @@ Fill the form Uploading looked like this: -![Filled form](/img/developers/gui-uploading/form-filled.png) +![Filled form](/img/legacy/developers/gui-uploading/form-filled.png) So, first option is project name. It should be something like `yourapp`, `your-app`, `your_app`, etc. diff --git a/docs/installation.md b/docs/installation.md index ca860c7..80aa61d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -31,7 +31,7 @@ If nothing happens - start app once more, it can be blocked or stopped with othe You will see installer GUI -![Installer GUI](/img/installation/installer.png) +![Installer GUI](/img/legacy/installation/installer.png) Press ```Choose path``` button and choose folder where horsy and its apps will be installed. We will create ```horsy``` folder in folder that you have chosen diff --git a/docs/more/virustotal.md b/docs/more/virustotal.md index e51b4bf..ccefd79 100644 --- a/docs/more/virustotal.md +++ b/docs/more/virustotal.md @@ -10,15 +10,15 @@ To enable it, you need to have VirusTotal API key. ## Getting API key Go to [VirusTotal](https://www.virustotal.com/) and create an account. -![VirusTotal sign up](/img/more/virustotal/signup_button.png) +![VirusTotal sign up](/img/legacy/more/virustotal/signup_button.png) Create account and open this in menu: -![API key tab](/img/more/virustotal/apikey_button.png) +![API key tab](/img/legacy/more/virustotal/apikey_button.png) Copy your api key: -![API key](/img/more/virustotal/apikey.png) +![API key](/img/legacy/more/virustotal/apikey.png) It is 64-character long string from random numbers and letters, for example `0f000f0000f00f000000f0000f0000f00f0000f0000f00f0f0000f0f000f00f0` diff --git a/docs/users/first-gui-launch.md b/docs/users/first-gui-launch.md index a9530e5..818a453 100644 --- a/docs/users/first-gui-launch.md +++ b/docs/users/first-gui-launch.md @@ -13,7 +13,7 @@ Whis will run ```horsygui.exe``` with console, and if you have default terminal, If you launch it first time, you will empty installed window, something like this: -![Empty installed window](/img/for-users/first-gui-launch/empty-installed.png) +![Empty installed window](/img/legacy/for-users/first-gui-launch/empty-installed.png) If you see strange laggs - don't worry. If noone uses server, it stops itself, so now it loads, it will take several seconds. @@ -25,11 +25,11 @@ Click ```Browse``` tab. In search box, type app name. We use `Algolia` for searching, so you can type two-three letters, search by description and even dependencies. -![Search](/img/for-users/first-gui-launch/kotosearch.png) +![Search](/img/legacy/for-users/first-gui-launch/kotosearch.png) Press `Search` button. -![Found](/img/for-users/first-gui-launch/found.png) +![Found](/img/legacy/for-users/first-gui-launch/found.png) Now, select `kotogamescam` app and press `Install` button diff --git a/static/img/developers/changing-credentials/email.png b/static/img/legacy/developers/changing-credentials/email.png similarity index 100% rename from static/img/developers/changing-credentials/email.png rename to static/img/legacy/developers/changing-credentials/email.png diff --git a/static/img/developers/changing-credentials/password.png b/static/img/legacy/developers/changing-credentials/password.png similarity index 100% rename from static/img/developers/changing-credentials/password.png rename to static/img/legacy/developers/changing-credentials/password.png diff --git a/static/img/developers/editing-packages/description.png b/static/img/legacy/developers/editing-packages/description.png similarity index 100% rename from static/img/developers/editing-packages/description.png rename to static/img/legacy/developers/editing-packages/description.png diff --git a/static/img/developers/editing-packages/form.png b/static/img/legacy/developers/editing-packages/form.png similarity index 100% rename from static/img/developers/editing-packages/form.png rename to static/img/legacy/developers/editing-packages/form.png diff --git a/static/img/developers/editing-packages/info.png b/static/img/legacy/developers/editing-packages/info.png similarity index 100% rename from static/img/developers/editing-packages/info.png rename to static/img/legacy/developers/editing-packages/info.png diff --git a/static/img/developers/editing-packages/search.png b/static/img/legacy/developers/editing-packages/search.png similarity index 100% rename from static/img/developers/editing-packages/search.png rename to static/img/legacy/developers/editing-packages/search.png diff --git a/static/img/developers/file-req/dl-button.png b/static/img/legacy/developers/file-req/dl-button.png similarity index 100% rename from static/img/developers/file-req/dl-button.png rename to static/img/legacy/developers/file-req/dl-button.png diff --git a/static/img/developers/file-req/nodejszxxxc.png b/static/img/legacy/developers/file-req/nodejszxxxc.png similarity index 100% rename from static/img/developers/file-req/nodejszxxxc.png rename to static/img/legacy/developers/file-req/nodejszxxxc.png diff --git a/static/img/developers/file-req/zxcpython.png b/static/img/legacy/developers/file-req/zxcpython.png similarity index 100% rename from static/img/developers/file-req/zxcpython.png rename to static/img/legacy/developers/file-req/zxcpython.png diff --git a/static/img/developers/gui-uploading/form-filled.png b/static/img/legacy/developers/gui-uploading/form-filled.png similarity index 100% rename from static/img/developers/gui-uploading/form-filled.png rename to static/img/legacy/developers/gui-uploading/form-filled.png diff --git a/static/img/developers/gui-uploading/login.jpg b/static/img/legacy/developers/gui-uploading/login.jpg similarity index 100% rename from static/img/developers/gui-uploading/login.jpg rename to static/img/legacy/developers/gui-uploading/login.jpg diff --git a/static/img/for-users/first-gui-launch/empty-installed.png b/static/img/legacy/for-users/first-gui-launch/empty-installed.png similarity index 100% rename from static/img/for-users/first-gui-launch/empty-installed.png rename to static/img/legacy/for-users/first-gui-launch/empty-installed.png diff --git a/static/img/for-users/first-gui-launch/found.png b/static/img/legacy/for-users/first-gui-launch/found.png similarity index 100% rename from static/img/for-users/first-gui-launch/found.png rename to static/img/legacy/for-users/first-gui-launch/found.png diff --git a/static/img/for-users/first-gui-launch/kotosearch.png b/static/img/legacy/for-users/first-gui-launch/kotosearch.png similarity index 100% rename from static/img/for-users/first-gui-launch/kotosearch.png rename to static/img/legacy/for-users/first-gui-launch/kotosearch.png diff --git a/static/img/installation/installer.png b/static/img/legacy/installation/installer.png similarity index 100% rename from static/img/installation/installer.png rename to static/img/legacy/installation/installer.png diff --git a/static/img/more/virustotal/apikey.png b/static/img/legacy/more/virustotal/apikey.png similarity index 100% rename from static/img/more/virustotal/apikey.png rename to static/img/legacy/more/virustotal/apikey.png diff --git a/static/img/more/virustotal/apikey_button.png b/static/img/legacy/more/virustotal/apikey_button.png similarity index 100% rename from static/img/more/virustotal/apikey_button.png rename to static/img/legacy/more/virustotal/apikey_button.png diff --git a/static/img/more/virustotal/signup_button.png b/static/img/legacy/more/virustotal/signup_button.png similarity index 100% rename from static/img/more/virustotal/signup_button.png rename to static/img/legacy/more/virustotal/signup_button.png