Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 7 additions & 21 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -951,25 +951,14 @@
{
"group": "Python SDK",
"pages": [
"weave/reference/python-sdk",
{
"group": "Core",
"group": "Other",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed locally in the scripts

"pages": [
"weave/reference/python-sdk/trace/feedback",
"weave/reference/python-sdk/trace/op",
"weave/reference/python-sdk/trace/util",
"weave/reference/python-sdk/trace/weave_client"
]
},
{
"group": "Trace Server",
"pages": [
"weave/reference/python-sdk/trace_server/trace_server_interface"
]
},
{
"group": "Trace Server Bindings",
"pages": [
"weave/reference/python-sdk/trace/weave_client",
"weave/reference/python-sdk/trace_server/trace_server_interface",
"weave/reference/python-sdk/trace_server_bindings/remote_http_trace_server"
]
}
Expand All @@ -978,14 +967,14 @@
{
"group": "TypeScript SDK",
"pages": [
"weave/reference/typescript-sdk",
{
"group": "Classes",
"pages": [
"weave/reference/typescript-sdk/classes/Dataset",
"weave/reference/typescript-sdk/classes/Evaluation",
"weave/reference/typescript-sdk/classes/EvaluationLogger",
"weave/reference/typescript-sdk/classes/MessagesPrompt",
"weave/reference/typescript-sdk/classes/ObjectRef",
"weave/reference/typescript-sdk/classes/ScoreLogger",
"weave/reference/typescript-sdk/classes/StringPrompt",
"weave/reference/typescript-sdk/classes/WeaveClient",
Expand Down Expand Up @@ -1028,10 +1017,7 @@
"pages": [
"weave/reference/service-api"
],
"openapi": {
"source": "weave/reference/service-api/openapi.json",
"directory": "weave/reference/service-api"
}
"openapi": "https://raw.githubusercontent.com/wandb/weave/v0.52.16/sdks/node/weave.openapi.json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed locally in the scripts

}
]
},
Expand Down Expand Up @@ -2317,7 +2303,7 @@
{
"source": "/guides/integrations/pytorch",
"destination": "/models/integrations"
},
},
{
"source": "/guides/launch/:slug*",
"destination": "/platform/launch/:slug*"
Expand Down Expand Up @@ -2504,4 +2490,4 @@
}
],
"baseUrl": "https://docs.wandb.ai"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert these casing changes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed locally in the scripts

File renamed without changes.
Loading