Skip to content

Commit fb97936

Browse files
committed
Remove feedback from pages
1 parent bf84cdd commit fb97936

16 files changed

+0
-38
lines changed

docs/advanced/advanced-mosh.md

-2
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,3 @@ Mosh has no concepts of SSH tunnels or bastion hosts but you can run a SSH tunne
8686
## The Bleeding Edge of Mosh
8787

8888
Blink has additional support for new Mosh features like TrueColor rendering and remote clipboard. Some of these features are not supported in older versions of Mosh versions that may be installed on your servers. If that's the case, you can uninstall Mosh via your package manager or compile it and install it from source. Please see this [link](https://mosh.org) for more information.
89-
90-
<div id="fyfk-widget"></div>

docs/advanced/advanced-ssh.md

-2
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,3 @@ SSH jump hosts eliminate the need for SSH agent forwarding, offering a more secu
6464
## Venture Forth with Your Advanced SSH Knowledge
6565

6666
We hope this guide to advanced SSH has been helpful. Blink Shell, with its native shell and SSH support combined with your knowledge of SSH agent forwarding, jump hosts, SSH tunnels and persistent connections transforms your iOS device into a networking and development powerhouse.
67-
68-
<div id="fyfk-widget"></div>

docs/advanced/unix-roundup.md

-2
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,3 @@ open url
139139
```
140140

141141
This whirlwind tour of the Blink Shell just scratches the surface of what you can do with Blink. Go ahead and put your command line chops to use with our innovative command line interface to unlock a whole new world of mobile functionality.
142-
143-
<div id="fyfk-widget"></div>

docs/basics/commands.md

-2
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,3 @@ This command is a simple wrapper around the ssh command to facilitate easy trans
9696
**SCP and SFTP.** Blink gives you the usual basic commands to copy and move files between your system and the remote. For example, you can type `scp file.txt user@remotehost:` to copy the `file.txt` on your local machine to the remote host. You can find more information about this command online.
9797

9898
**Basic UNIX toolbox.** Within Blink, we have embedded a basic UNIX toolbox. You will find some network operations like `ping` or `nc`, file operations like `mkdir`, `grep`, and even the small “popular” editor `ed`.
99-
100-
<div id="fyfk-widget"></div>

docs/basics/hosts.md

-2
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,3 @@ Command line parameters always have preference over configuration. You can redef
9090
```bash
9191
mosh root@plankton
9292
```
93-
94-
<div id="fyfk-widget"></div>

docs/basics/navigation.md

-2
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,3 @@ We sincerely appreciate your support and use of Blink. You can contact us via [e
7474
When a crash occurs in the application we receive a crash report. When this happens, please [email](mailto:[email protected]) us or open an issue on [GitHub](https://github.com/blinksh/blink/issues).
7575

7676
If you have an idea for a feature? Join our community on GitHub to send us your suggestions! We want to make Blink the most awesome terminal ever!
77-
78-
<div id="fyfk-widget"></div>

docs/basics/notifications.md

-2
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,3 @@ echo -e "\033]777;notify;Title;Body of the notification\a"
6464
Bear in mind that **some sequences are not supported in Mosh**.
6565

6666
When Blink is sent to the background the system can kill the remote connection after some time. This is done by the system depending on different conditions. To avoid this and persist the SSH connection and receive these notifications after a while, use the [`geo` command](https://blink.sh/docs/advanced/advanced-ssh#persistent-ssh-connections-with-blink). It bypasses the system's background resources and leaves you with a better notification integration experience. Not doing this doesn't guarantee your session will stay up as long as necessary.
67-
68-
<div id="fyfk-widget"></div>

docs/basics/ssh-keys.md

-2
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,3 @@ mosh -I your_key host
7676
```
7777

7878
In this example, `your_key` is the SSH key to use, and `host` is the host entry to use in the connection.
79-
80-
<div id="fyfk-widget"></div>

docs/basics/tips-and-tricks.md

-2
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,3 @@ Using the Config > Keyboard > Custom Presses settings you can add new shortcuts.
172172
### Emacs: Change ALT to Meta
173173

174174
Change "Prss and send" to **None** and "As modifier" to **ESC** option in Config > Keyboard > ⌥ Option so you can use it as `Meta`. From now on `⌥ Option/Alt - x` will work as `Meta - x`.
175-
176-
<div id="fyfk-widget"></div>

docs/cloud-providers/aws.md

-2
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,3 @@ In the above example replace IP with the address of your EC2 instance. If you ch
7878
## Conclusion
7979

8080
AWS powers a large portion of the Internet, so launching an EC2 instance inside Amazon's powerful cloud puts your server in good company with leading web brands. Blink's flexible command-line tools, including SSH and mosh, make managing your Amazon cloud server a breeze.
81-
82-
<div id="fyfk-widget"></div>

docs/cloud-providers/do.md

-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,3 @@ As you can see there are multiple options available and prices that suit your ne
5151
From production servers behind load balancers to test and development servers, Digital Ocean's Droplets have you covered. Pair your Droplet with Mosh and have an always-on Linux server at your command - reachable from any device from anywhere with Internet access.
5252

5353
In future articles, we'll explain how to set up a development environment, install VS Code remote extensions or even Jupyter Notebooks.
54-
55-
<div id="fyfk-widget"></div>

docs/cloud-providers/hetzner.md

-2
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,3 @@ ssh [host]
6060
```
6161

6262
![finally connected](hetzner/finally_connected.png)
63-
64-
<div id="fyfk-widget"></div>

docs/faq.md

-2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,3 @@ That way you will have full keyboard access and spacebar working in Blink
4545
This issue appears mostly when Blink cannot find mosh-server on the device, meaning that the location is not one of the defaults in the path. To fix that do `which mosh-server` to get its current location. Then configure that location in Blink: `Settings` > `Hosts` > `Mosh` > `Command`.
4646

4747
You can also test it from the command line by providing it to the `mosh --server=<path> <host>` command.
48-
49-
<div id="fyfk-widget"></div>

docs/intro.md

-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ But, Blink is much more. Please read on.
2020
- We've incorporated `SplitView`, for those necessary Google searches and chats with coworkers.
2121

2222
Blink is open source software. Participate in our community, and don’t forget to leave us your feedback and your feature(s) requests. Enjoy!
23-
24-
<div id="fyfk-widget"></div>

docusaurus.config.js

-5
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,4 @@ module.exports = {
152152
},
153153
],
154154
],
155-
scripts: [
156-
{
157-
src: "js/freddyfeedback.js",
158-
},
159-
],
160155
};

static/js/freddyfeedback.js

-5
This file was deleted.

0 commit comments

Comments
 (0)