Skip to content

Commit

Permalink
feat: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Apr 17, 2023
1 parent 326cd27 commit bfa7aaa
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> AI powered terminal assistant.
![Intro](docs/examples/intro.gif)
![Intro](docs/_assets/intro.gif)

## Table of contents

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
18 changes: 10 additions & 8 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
main:
- title: "Posts"
url: /posts/
- title: "Categories"
url: /categories/
- title: "Tags"
url: /tags/
- title: "About"
url: /about/
- title: "Installation"
url: /installation/
- title: "Configuration"
url: /configuration/
- title: "CLI mode"
url: /cli/
- title: "REPL mode"
url: /repl/
- title: "Examples"
url: /examples/
18 changes: 7 additions & 11 deletions docs/examples/README.md → docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Yo - Usage examples

> `Yo` can help you in many ways. Check some examples of what it can do for you.
## CLI mode

`Yo` can be used in `CLI` mode to streamline your terminal workflow.

For example, this is how it can assist you while developing an application:

![](dev.gif)
![](_assets/dev.gif)

You can also pipe any input and make it work with it:

![](pipe.gif)
![](_assets/pipe.gif)

## REPL mode

Expand All @@ -22,22 +18,22 @@ You can also pipe any input and make it work with it:

An example on how it can help you to manage your system:

![](system.gif)
![](_assets/system.gif)

Or help you to manage your packages:

![](pkg.gif)
![](_assets/pkg.gif)

It can also go way further, for example help you to manage docker resources:

![](docker.gif)
![](_assets/docker.gif)

Or even help you while using a k8s cluster:

![](k8s.gif)
![](_assets/k8s.gif)

### Chat

`Yo` is not made to just generate command lines. You can also engage in a discussion with it about any topics.

![](chat.gif)
![](_assets/chat.gif)
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
```shell
curl -sS https://raw.githubusercontent.com/ekkinox/yo/main/install.sh | bash
```
[:fontawesome-brands-github: GitHub repository](https://github.com/ekkinox/yo)

0 comments on commit bfa7aaa

Please sign in to comment.