-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improving examples and docs (#235)
* docs: improving examples and docs Signed-off-by: Carlos Alexandro Becker <[email protected]> * refactor: renamed some vars Signed-off-by: Carlos Alexandro Becker <[email protected]> * docs: more examples Signed-off-by: Carlos Alexandro Becker <[email protected]> * chore: typo * docs: wording * Apply suggestions from code review Co-authored-by: Ayman Bagabas <[email protected]> --------- Signed-off-by: Carlos Alexandro Becker <[email protected]> Co-authored-by: Ayman Bagabas <[email protected]>
- Loading branch information
1 parent
5790d56
commit 23261db
Showing
22 changed files
with
483 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Wish Examples | ||
|
||
We recommend you follow the examples in the following order: | ||
|
||
## Basics | ||
|
||
1. [Simple](./simple) | ||
1. [Server banner and middleware](./banner) | ||
1. [Identifying Users](./identity) | ||
1. [Multiple authentication types](./multi-auth) | ||
|
||
## Making SSH apps | ||
|
||
1. [Using spf13/cobra](./cobra) | ||
1. [Serving Bubble Tea apps](./bubbletea) | ||
1. [Serving Bubble Tea programs](./bubbleteaprogram) | ||
1. [Reverse Port Forwarding](./forward) | ||
1. [Multichat](./multichat) | ||
|
||
## SCP, SFTP, and Git | ||
|
||
1. [Serving a Git repository](./git) | ||
1. [SCP and SFTP](./scp) | ||
|
||
## Pseudo Terminals | ||
|
||
1. [Allocate a PTY](./pty) | ||
1. [Running Bubble Tea, and executing another program on an allocated PTY](./wish-exec) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.