Skip to content

Commit

Permalink
fix: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-du committed Jan 15, 2021
1 parent 3d9274c commit e018664
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/target
.now
.idea
.iml
*.iml
Cargo.lock
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

-----------------------------------------------------------------------------------------------

## [Live demo](https://wiki-graphs.herokuapp.com/)

## How to use

Enter keywords and click search, it will generate a network graph.
Expand All @@ -23,11 +25,9 @@ Enter keywords and click search, it will generate a network graph.

[![](docs/src/images/graph.png)](https://wiki-graphs.herokuapp.com)

## [Live demo](https://wiki-graphs.herokuapp.com/)

## How to deploy

### CLI Command
### CLI Commands

```shell
░██╗░░░░░░░██╗██╗██╗░░██╗██╗  ░██████╗░██████╗░░█████╗░██████╗░██╗░░██╗
Expand Down Expand Up @@ -90,6 +90,10 @@ git push heroku master

## Docker

```shell
docker run -d -p 3690:3690 francisdu/wiki-graph
```

## License

[MIT LICENSE](LICENSE)
10 changes: 7 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

-----------------------------------------------------------------------------------------------

## [Live demo](https://wiki-graphs.herokuapp.com/)

## How to use

Enter keywords and click search, it will generate a network graph.
Expand All @@ -25,11 +27,9 @@ Enter keywords and click search, it will generate a network graph.

[![](images/graph.png)](https://wiki-graphs.herokuapp.com)

## [Live demo](https://wiki-graphs.herokuapp.com/)

## How to deploy

### CLI Command
### CLI Commands

```shell
░██╗░░░░░░░██╗██╗██╗░░██╗██╗  ░██████╗░██████╗░░█████╗░██████╗░██╗░░██╗
Expand Down Expand Up @@ -92,6 +92,10 @@ git push heroku master

### Docker

```shell
docker run -d -p 3690:3690 francisdu/wiki-graph
```

## License

[MIT LICENSE](LICENSE)

0 comments on commit e018664

Please sign in to comment.