From b98b71b8417ba5e92cb27ae0003583c9e221a943 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Mon, 9 Sep 2024 20:32:03 +0200 Subject: [PATCH] Small fixes (#457) * Small fixes * Fix Python serving docs --- docs/concepts/durable_building_blocks.mdx | 1 + docs/develop/python/serving.mdx | 2 +- docs/overview.mdx | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/concepts/durable_building_blocks.mdx b/docs/concepts/durable_building_blocks.mdx index c36ebea8..99e45883 100644 --- a/docs/concepts/durable_building_blocks.mdx +++ b/docs/concepts/durable_building_blocks.mdx @@ -1,6 +1,7 @@ --- sidebar_position: 1 description: "" +hide_table_of_contents: true --- import Tabs from '@theme/Tabs'; diff --git a/docs/develop/python/serving.mdx b/docs/develop/python/serving.mdx index 35e5cc55..df906127 100644 --- a/docs/develop/python/serving.mdx +++ b/docs/develop/python/serving.mdx @@ -20,7 +20,7 @@ The templates and examples use [Hypercorn](https://pypi.org/project/Hypercorn/) You can run them as follows: ```shell -python -m hypercorn --config hypercorn-config.toml -b localhost:9080 example:app +python -m hypercorn --config hypercorn-config.toml example:app ``` ## Validating request identity diff --git a/docs/overview.mdx b/docs/overview.mdx index b999eb8a..d2b1ca6a 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -113,6 +113,10 @@ alt="TypeScript SDK Documentation"> href="/category/javakotlin-sdk" role="button">Java SDK Documentation +