From af95d2f88a9378a8b5f7f462337650229e4dc7dd Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Sat, 9 Nov 2024 12:35:24 -0800 Subject: [PATCH] Fix docs to mention enabling AI autocell. Add bluesky logo (#334) --- docs/assets/icons/bluesky_logo.svg | 4 ++++ docs/content/en/_index.md | 2 +- docs/content/en/docs/getting-started/locally.md | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 docs/assets/icons/bluesky_logo.svg diff --git a/docs/assets/icons/bluesky_logo.svg b/docs/assets/icons/bluesky_logo.svg new file mode 100644 index 00000000..c71e2018 --- /dev/null +++ b/docs/assets/icons/bluesky_logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/docs/content/en/_index.md b/docs/content/en/_index.md index 82212f74..a59dd1c1 100644 --- a/docs/content/en/_index.md +++ b/docs/content/en/_index.md @@ -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 %}} diff --git a/docs/content/en/docs/getting-started/locally.md b/docs/content/en/docs/getting-started/locally.md index 9c839fcd..68dbebee 100644 --- a/docs/content/en/docs/getting-started/locally.md +++ b/docs/content/en/docs/getting-started/locally.md @@ -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.