4 Commits

Author SHA1 Message Date
susan evans
eb6aa357b2
reorg docs nav + add cloud pages (#2769) 2023-05-15 15:25:28 -07:00
Abhinav Gupta
9921e7a282
python: __opts__ => opts (#2483)
Some of the examples pass options to Python APIs
via `__opts__` instead of `opts`.
The only time `__opts__` is supposed to be used is when
the resource has an existing `opts` parameter,
which is not the case for the resources in these examples.

This updates them to use `opts`.

Resolves #2471
2023-02-13 05:15:08 -08:00
Christian Nunciato
3bfe1098ee
Replace relrefs with plain Markdown links (#2071) 2022-10-26 07:22:15 -07:00
Joe Duffy
c1a92a1853
Add a blog about deploying to multiple regions (#1799)
* Add a blog about deploying to multiple regions

I got this question over email today and figured I'd turn
the response into a blog post.

* Apply suggestions from code review

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Add more suggestions from code review

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-08-03 17:09:54 -07:00