From c98bed64e5b2ae0ea1d38884fe6a0fb3361c37e0 Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Wed, 17 Apr 2024 18:28:43 -0700 Subject: [PATCH 1/2] Add demo video to website * Add some related projects to the FAQ. --- docs/content/en/_index.md | 4 ++++ docs/content/en/docs/reference/faq.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/content/en/_index.md b/docs/content/en/_index.md index 1ce11e91..23581ac1 100644 --- a/docs/content/en/_index.md +++ b/docs/content/en/_index.md @@ -16,6 +16,10 @@ title: Foyle {{% blocks/lead color="primary" %}} Foyle provides an AI powered assistant and literate environment to help you deploy and operate software. + +
+ +
{{% /blocks/lead %}} diff --git a/docs/content/en/docs/reference/faq.md b/docs/content/en/docs/reference/faq.md index 36301066..1274fa08 100644 --- a/docs/content/en/docs/reference/faq.md +++ b/docs/content/en/docs/reference/faq.md @@ -15,4 +15,8 @@ If users want to execute python code they can still do it by invoking `python` i * [cleric.io](https://cleric.io/) Company building a fully autonomous SRE teammate. * [k8sgpt.ai](https://k8sgpt.ai/) Tool to scan your K8s clusters and explain issues and potential fixes. * [Honeycomb Query Assitant](https://www.honeycomb.io/blog/introducing-query-assistant) -* [Fiberplane](https://docs.fiberplane.com/docs/notebooks) Offer collaborative notebooks for incidement management and post-mortems \ No newline at end of file +* [Fiberplane](https://docs.fiberplane.com/docs/notebooks) Offer collaborative notebooks for incidement management and post-mortems +* [Kubecost](https://kubecost.com/) Offers a Jupyter notebook interface for analyzing Kubernetes cost data. +* [k9s](https://k9scli.io/) Offers a terminal based UI for interacting with Kubernetes. +* [Waveterm](https://github.com/wavetermdev/waveterm) AI Open Source Terminal +* [warp.dev](https://warp.dev/) AI based terminal which now supports notebooks \ No newline at end of file From 5e4b7493b2f4663c118cb2f80d569d1e677b591f Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Wed, 17 Apr 2024 18:45:10 -0700 Subject: [PATCH 2/2] Fix padding. --- docs/content/en/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/_index.md b/docs/content/en/_index.md index 23581ac1..6ae82e21 100644 --- a/docs/content/en/_index.md +++ b/docs/content/en/_index.md @@ -17,7 +17,7 @@ title: Foyle {{% blocks/lead color="primary" %}} Foyle provides an AI powered assistant and literate environment to help you deploy and operate software. -
+
{{% /blocks/lead %}}