From 3a7f3d46c3b9310c97b3a884be2c0f41b4c66b6e Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 30 Jul 2024 14:10:48 -0400 Subject: [PATCH] docs: Add pydantic compatibility to side bar (#24826) Add pydantic compatibility to side bar --- docs/sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/sidebars.js b/docs/sidebars.js index c7604f198b1..15d65418958 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -75,6 +75,11 @@ module.exports = { "versions/overview", "versions/release_policy", "versions/packages", + { + type: 'doc', + id: "how_to/pydantic_compatibility", + label: "Pydantic", + }, { type: "category", label: "v0.2",