Skip to content

Commit

Permalink
Small fixes (#457)
Browse files Browse the repository at this point in the history
* Small fixes

* Fix Python serving docs
  • Loading branch information
gvdongen authored Sep 9, 2024
1 parent bc73d3e commit b98b71b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/concepts/durable_building_blocks.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 1
description: ""
hide_table_of_contents: true
---

import Tabs from '@theme/Tabs';
Expand Down
2 changes: 1 addition & 1 deletion docs/develop/python/serving.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ alt="TypeScript SDK Documentation"></img></a></div>
href="/category/javakotlin-sdk"
role="button"><img className="buttonIcon" src="/img/java.svg" width="30"
alt="Java SDK Documentation"></img></a></div>
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg firstTimeButton"
href="/category/javakotlin-sdk?sdk=kotlin"
role="button"><img className="buttonIcon" src="/img/kotlin.svg" width="26"
alt="Kotlin SDK Documentation"></img></a></div>
<div id="overviewButtonDiv"><a className="overviewButton btn btn-primary btn-lg familiarButton"
href="/category/go-sdk"
role="button"><img className="buttonIcon" src="/img/go.svg" width="40"
Expand Down

0 comments on commit b98b71b

Please sign in to comment.