Ori Zohar
e8dec27b77
SDK table update version
2021-02-12 08:52:41 -08:00
Ori Zohar
5331ba6c9d
Adding links to PHP SDK and more SDK page interlinking
2021-02-11 16:46:27 -08:00
Mukundan Sundararajan
e5f0ded142
update bindings docs ( #1187 )
...
* update bindings docs
* fix casing
* Update howto-bindings.md
* Update apns.md
* Update blobstorage.md
* Update cosmosdb.md
* Update eventgrid.md
* Update kafka.md
* Update rabbitmq.md
* Update signalr.md
* Update cosmosdb.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-02-11 14:50:56 -08:00
halspang
5b02d7b24d
Add docs for upgrade command in cli ( #1181 )
...
* Add docs for upgrade command in cli
https://github.com/dapr/docs/issues/1163
* Update dapr-upgrade.md
* Update dapr-upgrade.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-02-11 14:39:14 -08:00
Ori Zohar
93bd2ab585
Merge pull request #1189 from dapr/release-updates-v1.0
...
Release updates for v1.0
2021-02-11 10:10:25 -08:00
Ori Zohar
8128885b39
Updating baseURL
2021-02-11 10:07:53 -08:00
Ori Zohar
3c2eaa2227
Updating config.toml to reflect v1.0 becoming primary docs version
2021-02-10 17:06:03 -08:00
Ori Zohar
2768f832a5
Removing notes and updating versions in commands
2021-02-10 16:58:46 -08:00
Aaron Crawfis
ecb5cc0ad2
Merge pull request #1178 from pkedy/single_page_v1.0_env_vars_1114
...
Added single page of all the env variables used by Dapr
2021-02-10 09:37:45 -08:00
Phil Kedy
b791d5670e
Removing extra `(`
2021-02-10 12:34:10 -05:00
Aaron Crawfis
3dc9793e0d
Merge branch 'v1.0' into single_page_v1.0_env_vars_1114
2021-02-10 09:23:48 -08:00
Tom Kerkhove
a6a81d838d
fix: Broken link to Authenticate requests from Dapr using token authentication ( #1179 )
...
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2021-02-10 09:14:45 -08:00
Phil Kedy
455eda19cb
Merge branch 'v1.0' into single_page_v1.0_env_vars_1114
2021-02-10 08:40:07 -05:00
Mark Fussell
65d6c4a085
Update _index.md
2021-02-09 22:16:24 -08:00
Mark Fussell
ac0365944a
Update _index.md
2021-02-09 22:14:53 -08:00
Phil Kedy
c6f708fe83
Updating the HTTP binding documentation … ( #1174 )
...
* fixed typo in Service invocation overview (#1170 )
* Updating the HTTP binding documentation per PR dapr/components-contrib/pull/661
* Adding extra status info returned by the refactored HTTP binding
* Tweaks per PR
* Update http.md
* Formatting tweaks
Co-authored-by: Patrick de Mooij <patrickdemooij@gmail.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-09 17:23:18 -08:00
Edwin van Wijk
dfc0555291
Add smtp output binding ( #1166 )
2021-02-09 15:18:00 -08:00
Phil Kedy
b03378cdca
Tweak per PR
2021-02-09 14:53:05 -05:00
Phil Kedy
388424438a
Added single page of all the env variables used by Dapr
2021-02-09 14:15:12 -05:00
Aaron Crawfis
2513451cc5
Merge pull request #1162 from dapr/periodic-v1.0
...
Periodic v1.0 from v1.0-rc3
2021-02-04 10:39:40 -08:00
Ori Zohar
1f66b7c06e
merging latest updates from v1.0-rc3 docs
2021-02-04 10:33:25 -08:00
Ori Zohar
c2bb9714f6
Merge pull request #1161 from dapr/periodic-rc2-to-rc3
...
Periodic rc2 to rc3
2021-02-04 10:29:06 -08:00
Ori Zohar
d1b3edfbc7
Peridodic merge from rc2 to rc3
2021-02-04 10:23:42 -08:00
Aaron Crawfis
5a91b55bcd
Merge pull request #1160 from dapr/periodic-rc3
...
Periodic rc3
2021-02-04 10:08:02 -08:00
Ori Zohar
3fedffdb36
Periodic merge from v0.11 to v1.0-rc3
2021-02-04 09:35:11 -08:00
Ori Zohar
852bbf64a8
Merge pull request #1152 from dapr/publish-rc.3
...
Changes to publish rc.3 release in docs.dapr.io
2021-02-03 09:24:09 -08:00
Aaron Crawfis
aced209e0c
Merge pull request #1159 from IroNEDR/patch-1
...
Update Method names for Python SDK example
2021-02-03 08:34:03 -08:00
Ekin Tiras
1abf22bf60
Update Method names for Python SDK example
...
The function names for saving, getting and executing transactions with multiple state items were incorrect for v1-rc3 in the current documentation.
I have updated them "save_bulk_state", "get_bulk_state" and "execute_state_transaction".
2021-02-03 12:47:34 +01:00
Yaron Schneider
df05ea3596
Add pub/sub content-type info ( #1158 )
...
* add pub/sub content-type info
* datacontenttype clarification
* Update pubsub_api.md
* add custom cloudevent info
* reorder
* Update howto-publish-subscribe.md
* Update howto-publish-subscribe.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-02 21:46:23 -08:00
Mark Fussell
08d86488bf
Updated all the pubsub topics + a few others ( #1140 )
...
* Updated all the pubsub topics + otherss
* Changes for Issue #1093
* Pushing updates from review feedback
* Fixing up the Publish CLI example
* Fixing reference
* Fixing having a single place for the Dapr side car
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-02-02 21:40:06 -08:00
Aaron Crawfis
706487a474
Merge pull request #1157 from yaron2/k8s-1
...
streamline kubernetes getting started
2021-02-02 15:25:07 -08:00
yaron2
d216f07f36
fix typo
2021-02-02 15:14:39 -08:00
Aaron Crawfis
8933b95777
TOML update
2021-02-02 15:11:05 -08:00
Aaron Crawfis
d740e08bde
Update toml
2021-02-02 15:09:34 -08:00
Aaron Crawfis
00d753d5cb
Add alias to old path
2021-02-02 15:08:25 -08:00
yaron2
ac7af179e2
remove kubernetes from getting started
2021-02-02 15:01:31 -08:00
yaron2
5cab4f5b3a
streamline kubernetes getting started
2021-02-02 14:42:10 -08:00
Ori Zohar
2098d90d3b
Updating branch guidance
2021-02-02 14:12:43 -08:00
Ori Zohar
c88e0259b7
Merge pull request #1156 from yaron2/kfix-2
...
fix kubernetes related texts
2021-02-02 12:32:22 -08:00
Ori Zohar
65405ed59a
Redoing cosmetic changes, fixing broken link
2021-02-02 12:29:40 -08:00
Aaron Crawfis
67759f09d9
Update azure-static-web-apps-black-water-03a7ce11e.yml
2021-02-02 12:01:07 -08:00
Azure Static Web Apps
17ea1fcab9
ci: add Azure Static Web Apps workflow file
...
on-behalf-of: @Azure opensource@microsoft.com
2021-02-02 11:57:58 -08:00
Yaron Schneider
37d4d87818
Merge branch 'v1.0-rc3' into kfix-2
2021-02-02 11:51:33 -08:00
yaron2
5a0f918b69
fix kubernetes related texts
2021-02-02 11:49:54 -08:00
Aaron Crawfis
de85ce4643
Merge pull request #1154 from dapr/homepage-refresh
...
Add homepage refresh
2021-02-02 11:47:14 -08:00
Aaron Crawfis
6bcb9eaab9
Enable algolia
2021-02-02 11:44:28 -08:00
Ori Zohar
3de98001dd
Merge branch 'v1.0-rc3' into homepage-refresh
2021-02-02 11:40:17 -08:00
Aaron Crawfis
a5de6585c0
Merge pull request #1155 from msfussell/k8upgrade
...
Update the K8s upgrade docs
2021-02-02 09:46:06 -08:00
Mark Fussell
0ba36b174b
minor changes
2021-02-02 09:38:31 -08:00
Mark Fussell
cdc4a67ca2
Update the K8s upgrade docs
2021-02-02 09:35:04 -08:00