XWrite - The Content Artisans Framework Designed for Docs

Xwrite is a modern content framework that helps you build beautiful, fast, and accessible docs content more enjoyable at scale.

docs/python-sdk.md
# Python SDK
@let(snippet = await snippets.py.getSettings())
Python *Get Settings* SDK snippet:
~~~python [=mySnippet]
{snippet}
~~~
@let(
.mySnippet.descHead="TIP"
.mySnippet.desc = (
Use our [Python SDK](https://sdk.example.com/py)
to **integrate** your API settings.
* Configure authentication and endpoints
* Handle responses and error cases
)
)
Get Settings reference:
@uniform({snippet})

Info

uniform converts API / Code referenes to docs format.