diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 8c33520f6..6d2c233c7 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -18,6 +18,7 @@ "/examples/advanced", "/examples/faker", "/examples/msw", + "/examples/python", "/examples/msw-v2", "/examples/react-query", "/examples/react-query-v5", diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index f7fcd0333..abf0ab7e3 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -346,6 +346,10 @@ const examplesSidebar = [ text: 'Templates new', link: '/examples/client', }, + { + text: 'Python new', + link: '/examples/python', + }, ] const blogSidebar = [ diff --git a/docs/examples/python.md b/docs/examples/python.md new file mode 100644 index 000000000..cd776c09f --- /dev/null +++ b/docs/examples/python.md @@ -0,0 +1,18 @@ +--- +title: Python PetStore +aside: false +--- + +