Skip to content

Commit

Permalink
Web page to API example
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebowczyk committed Sep 11, 2024
1 parent c0536d5 commit 5866290
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
"url": "https://cognesy.com/blog"
}
],
"navigation": {
"0": {
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart",
"llm_providers"
]
},
"1": {
{
"group": "Concepts",
"pages": [
"concepts/overview",
"concepts/why"
]
},
"2": {
{
"group": "Essentials",
"pages": [
"essentials/installation",
Expand All @@ -74,7 +74,7 @@
"essentials/demonstrations"
]
},
"3": {
{
"group": "Advanced Features",
"pages": [
"advanced/model_options",
Expand All @@ -85,15 +85,15 @@
"advanced/modules"
]
},
"4": {
{
"group": "Practical Techniques",
"pages": [
"techniques/prompting",
"techniques/classification",
"techniques/search"
]
},
"5": {
{
"group": "Internals",
"pages": [
"internals/instructor",
Expand All @@ -105,22 +105,22 @@
"internals/events"
]
},
"6": {
{
"group": "More",
"pages": [
"misc/philosophy",
"misc/contributing",
"misc/help"
]
},
"7": {
{
"group": "Instructor Hub",
"pages": [
"cookbook/introduction",
"cookbook/contributing"
]
},
"8": {
{
"group": "Extras",
"pages": [
"cookbook/examples/extras/complex_extraction",
Expand All @@ -134,7 +134,7 @@
"cookbook/examples/extras/translate_ui_fields"
]
},
"9": {
{
"group": "Extras",
"pages": [
"cookbook/examples/extras/complex_extraction",
Expand All @@ -149,7 +149,7 @@
"cookbook/examples/extras/web_to_objects"
]
},
"10": {
{
"group": "Extras",
"pages": [
"cookbook/examples/extras/complex_extraction",
Expand All @@ -164,7 +164,7 @@
"cookbook/examples/extras/web_to_objects"
]
},
"16": {
{
"group": "Extras",
"pages": [
"cookbook/examples/extras/complex_extraction",
Expand All @@ -179,7 +179,7 @@
"cookbook/examples/extras/web_to_objects"
]
},
"17": {
{
"group": "Basics",
"pages": [
"cookbook/examples/basics/basic_use",
Expand All @@ -195,7 +195,7 @@
"cookbook/examples/basics/validation_multifield"
]
},
"18": {
{
"group": "Advanced",
"pages": [
"cookbook/examples/advanced/caching",
Expand All @@ -213,7 +213,7 @@
"cookbook/examples/advanced/structures"
]
},
"19": {
{
"group": "Techniques",
"pages": [
"cookbook/examples/techniques/arbitrary_properties",
Expand All @@ -233,7 +233,7 @@
"cookbook/examples/techniques/component_reuse_cot"
]
},
"20": {
{
"group": "Troubleshooting",
"pages": [
"cookbook/examples/troubleshooting/debugging",
Expand All @@ -243,7 +243,7 @@
"cookbook/examples/troubleshooting/wiretap"
]
},
"21": {
{
"group": "LLM API Support",
"pages": [
"cookbook/examples/api_support/anthropic",
Expand All @@ -259,7 +259,7 @@
"cookbook/examples/api_support/togetherai"
]
},
"22": {
{
"group": "Extras",
"pages": [
"cookbook/examples/extras/complex_extraction",
Expand All @@ -274,7 +274,7 @@
"cookbook/examples/extras/web_to_objects"
]
}
},
],
"footerSocials": {
"x": "https://x.com/ddebowczyk",
"github": "https://github.com/cognesy/instructor-php",
Expand Down

0 comments on commit 5866290

Please sign in to comment.