-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing Docs Structure + Code Theme
- Loading branch information
1 parent
0cbdc0e
commit 6e0c581
Showing
10 changed files
with
119 additions
and
40 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 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,7 +1,7 @@ | ||
--- | ||
prev: | ||
text: Patterns | ||
link: patterns | ||
text: Context | ||
link: context | ||
next: false | ||
--- | ||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
--- | ||
title: Overview | ||
prev: false | ||
next: | ||
title: Quickstart | ||
link: quickstart | ||
--- | ||
|
||
# Structured Outputs TypeScript | ||
|
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,23 @@ | ||
--- | ||
prev: false | ||
next: | ||
text: Authoring Patterns | ||
link: patterns/authoring | ||
--- | ||
|
||
# Patterns Overview | ||
|
||
`structured-outputs` was designed to enable the creation of libraries that abstract over the core | ||
types described in [the types section](../types.md). The aim is to enable an ecosystem of libraries | ||
that make available reusable types for common use cases. | ||
|
||
These types' context can be parameterized, such that end developers can apply context as necessary | ||
([see context section](../context.md)). | ||
|
||
## Requesting Patterns | ||
|
||
If you have an idea for a `structured-outputs` pattern library, please feel free to open an issue in | ||
the GitHub. | ||
|
||
If you already created a library, please feel free to submit a pull request that adds it to the | ||
"Pattern Libraries" list of this very documentation. |
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,7 +1,7 @@ | ||
--- | ||
prev: | ||
text: Overview | ||
link: overview | ||
link: / | ||
next: | ||
text: Types | ||
link: types | ||
|
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