Skip to content

Commit

Permalink
Fix docs to mention enabling AI autocell. Add bluesky logo (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi authored Nov 9, 2024
1 parent 7515a60 commit af95d2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/assets/icons/bluesky_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We do a [Pull Request](https://github.com/jlewi/foyle/pulls) contributions workf
{{% /blocks/feature %}}


{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/jeremylewi" %}}
{{% blocks/feature icon="bluesky_logo" title="Follow us on Bluesky!" url="https://bsky.app/profile/jeremy.lewi.us" %}}
For announcement of latest features etc.
{{% /blocks/feature %}}

Expand Down
5 changes: 4 additions & 1 deletion docs/content/en/docs/getting-started/locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ to provide the frontend.
```

1. Inside VSCode configure RunMe to use Foyle
1. Open the VSCode setting palette
1. Open the VSCode settings palette
1. Search for `Runme > Experiments: Ai Auto Cell`
* Check the box to set the option to true
1. Search for `Runme: Ai Base URL`
1. Set the address to `http://localhost:${HTTP_PORT}/api`
* The default port is 8877
* If you set a non default value then it will be the value of `server.httpPort`


## Try it out!

Now that foyle is running you can open markdown documents in VSCode and start interacting with foyle.
Expand Down

0 comments on commit af95d2f

Please sign in to comment.