-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redo the information hierarchy to be more sensible * We had a lot of top level documentation (e.g. how to use Anthropic or Ollama) move this one layer deep into How Tos * This creates more consistent layout as now all pages are now at least one level deep in the hierarchy rather than being at the first layer Get rid of some sections * Reference there was no useful information in the FAQ so just delete * Use-Cases this only contained the email example. This example is no longer particularly relevant now that we are focusing more on operating on software. I also don't think the document does a good job of explaining/showing how to use Foyle. Its more about a specific CLI gctl.
- Loading branch information
Showing
31 changed files
with
59 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
description: Documentation for contributors to Foyle | ||
title: Developer Guide | ||
weight: 20 | ||
--- | ||
|
||
This guide is for developers looking to contribute to Foyle. |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...en/docs/contribution-guidelines/_index.md → docs/content/en/docs/developer-guide/docs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
description: Getting started with Foyle | ||
title: Getting Started | ||
weight: 1 | ||
weight: 2 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "How Tos" | ||
description: "Short how to guides for Foyle" | ||
weight: 3 | ||
--- |
4 changes: 2 additions & 2 deletions
4
docs/content/en/docs/anthropic/_index.md → docs/content/en/docs/how-tos/anthropic.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/content/en/docs/azure/_index.md → docs/content/en/docs/how-tos/azure.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: "Azure OpenAI" | ||
title: "Use Azure OpenAI" | ||
description: "Using Azure OpenAI with Foyle" | ||
weight: 3 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
.../content/en/docs/integrations/bigquery.md → docs/content/en/docs/how-tos/bigquery.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/content/en/docs/learning/configuring.md → docs/content/en/docs/how-tos/configuring.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: "Configuring" | ||
title: "Configuring RAG" | ||
description: "Configuring Learning In Foyle" | ||
weight: 1 | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...content/en/docs/integrations/honeycomb.md → docs/content/en/docs/how-tos/honeycomb.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/content/en/docs/ollama/_index.md → docs/content/en/docs/how-tos/ollama.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: "Ollama" | ||
title: "Use Ollama" | ||
description: "How to use Ollama with Foyle" | ||
weight: 3 | ||
--- | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Operator Manual | ||
description: How to operate Foyle | ||
weight: 4 | ||
--- | ||
|
||
This guide covers operating and troubleshooting Foyle. |
File renamed without changes.
15 changes: 3 additions & 12 deletions
15
docs/content/en/docs/observability/_index.md → .../en/docs/operator-manual/cloud-logging.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ontent/en/docs/observability/honeycomb.md → ...tent/en/docs/operator-manual/honeycomb.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.