Skip to content

Commit

Permalink
Restructure docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acekyd committed Jan 22, 2025
1 parent c93728e commit b2b7a01
Show file tree
Hide file tree
Showing 25 changed files with 52 additions and 290 deletions.
8 changes: 8 additions & 0 deletions documentation/docs/configuration/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Configuration",
"position": 5,
"link": {
"type": "generated-index",
"description": "Extend goose functionalities with extensions and custom configurations"
}
}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 2
title: Managing Goose Extensions
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Providers
---
sidebar_position: 1
---

# Supported Providers

Providers in Goose mean "LLM providers" that Goose can interact with. Providers are defined in the [Exchange library][exchange-providers] for the most part, but you can define your own.

Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions documentation/docs/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Getting Started",
"position": 3,
"link": {
"type": "generated-index",
"description": "Get up to speed quickly with Goose"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
---
sidebar_position: 3
title: Applications of Goose
---

# Uses of Goose so Far

We've been using Goose to help us with a variety of tasks. Here are some examples:

- Conduct code migrations like:
- Ember to React
- Ruby to Kotlin
- Prefect-1 to Prefect-2
- Dive into a new project in an unfamiliar coding language
- Transition a code-base from field-based injection to constructor-based injection in a dependency injection framework
- Conduct performance benchmarks for a build command using a build automation tool
- Increasing code coverage above a specific threshold
- Scaffolding an API for data retention
- Creating Datadog monitors
- Removing or adding feature flags

# Goose in action

This page is frequently updated with the latest use-cases and applications of Goose!
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Configuration
sidebar_position: 2
title: Using Extensions
---
# Configuring Goose

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
sidebar_position: 1
title: Using Goose for Free
---

Expand Down
19 changes: 0 additions & 19 deletions documentation/docs/guidance/applications.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Guides",
"position": 5,
"position": 4,
"link": {
"type": "generated-index",
"description": "Learn essential tips and recommendations for using Goose"
Expand Down
Empty file.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion documentation/docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 1
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand Down
8 changes: 0 additions & 8 deletions documentation/docs/plugins/_category_.json

This file was deleted.

95 changes: 0 additions & 95 deletions documentation/docs/plugins/available-toolkits.md

This file was deleted.

15 changes: 0 additions & 15 deletions documentation/docs/plugins/plugins.md

This file was deleted.

147 changes: 0 additions & 147 deletions documentation/docs/plugins/using-toolkits.md

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 2
title: Quickstart
---

Expand Down
3 changes: 3 additions & 0 deletions documentation/docs/run_cross_local.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
draft: true
---
# Instructions for running cross to test release builds locally

## Prerequisites
Expand Down
File renamed without changes.

0 comments on commit b2b7a01

Please sign in to comment.