Commit Graph

46 Commits

Author SHA1 Message Date
Hannah Hunter 4f16a1c9cd add the why
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-27 11:19:28 -04:00
Hannah Hunter a6db47bdc2 update docs for multiple resource paths
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-26 17:00:59 -04:00
Mukundan Sundararajan 351453c76a
add app channel address flag for run and multi app run template. (#3473)
* add app channel address flag for run and multi app run template. fix tags issue during compile

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-template.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-31 19:18:42 -07:00
ItalyPaleAle 9355e6ba07 Document new values for `app-protocol` and deprecation of `app-ssl`
Fixes #3328

Also fixes #3414 by clarifying the wording around "insecure SSL"

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 13:28:04 -07:00
Hannah Hunter 3c1a331473
Merge pull request #3053 from shubham1172/shubham1172/update-cli-dapr-grpc-docs
Add documentation for --dapr-internal-grpc-port in Dapr CLI run command
2023-02-15 09:08:35 -06:00
Shubham Sharma e0a77b2469
Update daprdocs/content/en/reference/cli/dapr-run.md
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-02-15 08:23:34 +05:30
Shubham Sharma a038d96175
Update daprdocs/content/en/reference/cli/dapr-run.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-02-15 08:22:07 +05:30
Hannah Hunter 88c87c7374
typo
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-14 10:46:12 -06:00
Hannah Hunter 3ff4313d11 nit
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 09:05:09 -06:00
Hannah Hunter 101d55db8e also add note about alpha and linux/macos to dapr run
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:54:27 -06:00
Hannah Hunter cc14a4e6f0 update to snake case in dapr run
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:50:50 -06:00
Hannah Hunter ffe2f31dfd add runtime path flag to dapr run doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:43:12 -06:00
Hannah Hunter c408e460ee remove mapr
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 16:04:43 -06:00
Hannah Hunter 9a0c43793f
Merge branch 'v1.10' into issue_3047
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-02 14:02:05 -06:00
ItalyPaleAle 64f1ccbbf9 Document that --app-id cannot contain dots in self-hosted mode
Fixes #2969

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-01 11:01:13 -08:00
Hannah Hunter 716d75f2cb update per Mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-30 09:44:57 -06:00
Hannah Hunter b65db41d7e pull template into another file
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-27 14:37:26 -06:00
Hannah Hunter 235626fa0f
`components-path` --> `resources-path` in how-tos and quickstarts (#3016)
* find and replace comopnents-path to resources-path

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* missed a couple

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates per pravin

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* mark components-path as deprecated

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* reword

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-18 12:14:18 -08:00
Shubham Sharma 22e040ddec Add docs
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-01-12 10:04:21 +05:30
Alessandro (Ale) Segala 5e718b4c3d
Added docs for app health checks (#2870)
* Added docs for app health checks

Fixes #2734

Also removes ServiceInvocation.NoDefaultContentType flag (fixes #2869)

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* tweaks

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/concepts/observability-concept.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Added example

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Merge branch 'v1.9' of https://github.com/dapr/docs into apphealth

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Updated `dapr run` CLI ref

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Added image for app health

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* fixes

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2022-10-12 13:01:40 -07:00
greenie-msft af4a649c4f
Upmerge 1.6 into 1.7 (#2342)
* Adding dotnet code snippet for saving and retrieving mulitple states (#2280)

Signed-off-by: Will Velida <willvelida@microsoft.com>

* Azure Key Vault RBAC role to get secrets updated (#2256)

* Azure Key Vault RBAC role to get secrets updated
Signed-off-by: Sergio Velmay <sergiovelmay@gmail.com>

* Remove pin to localized version in MS link
Signed-off-by: Sergio Velmay <sergiovelmay@gmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>

* doc: fix typo premisis → premises (#2288)

Signed-off-by: Andrea Spadaccini <andrea.spadaccini@gmail.com>

* Remove dash in "dapr-init" (#2282)

I'm guessing it's a typo because the md file has the dash. But the command
itself doesn't

Signed-off-by: Doug Davis <dug@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Minor updates to the golang pub-sub quickstart (#2283)

Minor updates to the golang pub-sub quickstart
- make the 'cd' command more clear by telling them to start from the clone
- add the sample output from the publisher

Signed-off-by: Doug Davis <dug@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>

* Fix Redis Sentinel links

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* fix: Getting started / Init Dapr locally has wrong quickstarts link (#2287)

* fix: Getting started / Init Dapr locally has wrong quickstarts link

Signed-off-by: Yauri<me@yauri-io>
Signed-off-by: y-io <me@yauri.one>

* Change Next Steps to "Use the Dapr API"

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Update install-dapr-selfhost.md

Co-authored-by: y-io <me@yauri.one>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>

* Fix typo

* Update docs for hotfix

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* update shortcode to latest dapr version

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* doc: update arguments-annotations (#2306)

Signed-off-by: Loong Dai <loong.dai@intel.com>

* Fix typo: microservices

Signed-off-by: Kyle Richelhoff <1271617+grepme@users.noreply.github.com>

* Add mandatory `dapr init` step to Self-Hosted Mode in Container Docs (#2303)

I followed the docs to ship Dapr together with an app inside the same container and came across the issue that `daprd` in the `ENTRYPOINT` was not available until i initialized dapr in slim mode.

Signed-off-by: Robin-Manuel Thiel <robin-manuel@thiel1.de>

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* capitalize 'quickstart'; add comma

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* typo fix; quick grammar pass (#2316)

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* typo fixes and quick grammar pass (#2317)

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>

* adding Read buffer size argument to fasthttp server and grpc server (#2263)

* adding Read buffer size argument to fasthttp server and grpc server dapr/dapr#3346

By making a contribution to this project, I certify that:
    (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
    (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
    (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
    (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

This is my commit message
Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* added introduction to dapr-http-read-buffer-size

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modify the note description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Adding read buffer size argument to fasthttp server and grpc server

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Added introduction to dapr-http-read-buffer-size

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modify the note description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modify this description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Add a detailed description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Make the appropriate title changes

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modification introduction and corresponding instructions

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* fix typo in command for python and js

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove info; clarify in other doc

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* link to state store spec; grammar pass

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* update per Mark

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* Add link to the dev docs

I may have missed it but I couldn't find a way to go from the main README
(https://github.com/dapr/dapr) to the dev docs.

Signed-off-by: Doug Davis <dug@microsoft.com>

Co-authored-by: Will Velida <willvelida@hotmail.co.uk>
Co-authored-by: SergioVelmay <42042494+SergioVelmay@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Andrea Spadaccini <andrea.spadaccini@gmail.com>
Co-authored-by: Doug Davis <duglin@users.noreply.github.com>
Co-authored-by: yauri-io <30032724+yauri-io@users.noreply.github.com>
Co-authored-by: y-io <me@yauri.one>
Co-authored-by: HMZ <hamzi1995@gmail.com>
Co-authored-by: Looong Dai <loong.dai@intel.com>
Co-authored-by: Kyle Richelhoff <1271617+grepme@users.noreply.github.com>
Co-authored-by: Robin-Manuel Thiel <robin-manuel@thiel1.de>
Co-authored-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: loopFY <34152277+767829413@users.noreply.github.com>
Co-authored-by: Doug Davis <dug@microsoft.com>
2022-04-07 15:36:53 -07:00
amulyavarote 48b63b2310
Changed api logging feature - docs (#2308)
* Changed api logging feature - docs

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Changes based on the review comments

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Changes based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
2022-03-30 14:01:16 -07:00
amulyavarote df8bc96327
Added documentation for logging API calls (#2240)
* Added documentation for logging API calls

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Completed api call logs documentation

Signed-off-by: Amulya Varote <amulyavarote@QTM-SWATHIKIL-1.redmond.corp.microsoft.com>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Modified content

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Chnages based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Chnages based on the review comments

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Fixing all the external validations

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Fixed external link validation

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Ignoring a few links validation

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Fixed some spelling mistakes

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Merge conflicts

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Added annotation api log level

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

* Changes based on the review comments

Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>

Co-authored-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-03-21 22:22:08 -07:00
greenie-msft 1c72e0977c
Update dapr-run.md 2021-11-09 15:06:55 -08:00
Loong 3306c749aa update
Signed-off-by: Loong <loong.dai@intel.com>
2021-11-09 13:11:20 +00:00
Loong 411694bb15 feedback
Signed-off-by: Loong <loong.dai@intel.com>
2021-11-09 13:02:23 +00:00
Long adc90b090f update
Signed-off-by: Long <long.dai@intel.com>
2021-10-28 14:09:20 +00:00
Long 43c033eac6 Merge branch 'v1.5' into patch-1 2021-10-28 14:07:42 +00:00
Anh Le (Andy) 9ddab5df7d
Env variables inconsistency (#1835)
* Remove uncessary env variables

ISSUE-1781

* Remove unnecessary env variables

ISSUE-1781

* Update env variables in other sections

- Remove outdated env variables
- Docs are re-formatted for readability

ISSUE-1781

* run command: remove arg placement-host-address

ISSUE-1781

* Env: rename `dapr runtime` into `dapr sidecar`

ISSUE-1781

* cli: resolve complains by MarkDown linter

* cli: smaller headers

* cli: remove verbose .lead element

* readme: fix styles

* Dapr Init: update examples to use latest version

* Dapr run: add example for Go

* Env: update components using APP_API_TOKEN

* env: update usage for APP_API_TOKEN

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-10-19 21:22:06 -07:00
Long 735d24bff6 update cli run example
Signed-off-by: Long <long.dai@intel.com>
2021-10-08 10:12:06 +00:00
Nick Greenfield fb438dae44 Merge branch 'v1.2' into v1.3 2021-07-26 10:41:09 -07:00
sk593 b01c969335 added arguments and annotations spec 2021-07-22 15:02:20 -05:00
Dmitry Shmulevich 29a9558eb8
Update usage of 'dapr run --placement-host-address' argument (#1591) 2021-06-24 16:22:44 -07:00
Aaron Crawfis 620900df45 Merge branch 'v1.1' into upmerge/05-26 2021-05-26 17:54:51 -07:00
Long Dai fe1ab8eb61
docs: clean up white noise (#1491)
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-05-21 13:21:55 -07:00
Mukundan Sundararajan 6fb3a79dad
Adding dapr HTTP max request size reference for CLI (#1500) 2021-05-21 09:48:36 -07:00
wise-Kaas 39c232b21c matched default ports for http and gprc 2021-04-01 13:02:52 +03:00
Aaron Crawfis 294fa96708 Merge branch 'v1.0-rc2' into v1.0.0-rc.1 2020-12-15 09:02:32 -08:00
Aaron Crawfis 8cf559e826 Move flags above examples 2020-12-11 18:18:06 -08:00
Aaron Crawfis 043dc418f1 Add supported platforms section 2020-12-11 18:01:33 -08:00
Mukundan Sundararajan d3ec2f54f4
Update dapr-run.md 2020-12-11 17:06:55 -08:00
Mukundan Sundararajan f7abcf72d3
update with dotnet run example. 2020-12-11 16:11:49 -08:00
Mukundan Sundararajan e1aad26640 Update CLI reference 2020-12-08 15:30:40 -08:00
Phillip Morton 11d8653e5a
Update dapr-run.md (#974)
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-12-03 10:55:25 -08:00
Artur Souza 685e97656f
Update CLI ref based on master's help output. (#895) 2020-11-06 13:30:13 -08:00
Aaron Crawfis a234e10fa3
Migrate to new Dapr docs site (#880)
* Initial configuration of hugo and docsy

* ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Testing file

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Updated overview structure

* Upadted git ignore for package lock

* Removed generated scss

* Update package lock

* Add README

* Update install process

* Move How-To Guides into Docs

* Add front matter

* Add Overview

* Adjust Table of Contents sizing

* Add back overview

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Rename Guide to HowTo

* Allow unsafe HTML for custom images

* Move images into static repo

* Darken TOC

* Add setup docsy step

* Add algolia information

* Update docs with new heirarchy

* Add algoloia information

* Merge master

* Updating directory structure

* Integrating deploying folder intop operations

* Moved building blocks

* Conceptual docs updates (#845)

* Update title

* Update to conceptual docs

* Operations section (#846)

* added FAQ on perf benchmark (#839)

* added FAQ on perf benchmark

* typos

* Update FAQ.md

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>

* Move images

* Move static docs

* Update toc template

* Update operations section

* Update Actions Workflow

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>

* Developing applications section [hugo-docs] (#847)

* Developing applications section

* Changing capital letters in getting started section

* Remove redundant getting started title

* Updating theme and configuration (#852)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* moving components setup howtos to operations section

* Removing moved files from OLD

* Update Operations (#853)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* Update hosting references

* Remove extra width

* Add favicons

* Update configuration section (#854)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* Update hosting references

* Remove extra width

* Add favicons

* Update configuration section

* Fix configuration reference

* Adding headers for secrets and state components

* Complete operations section (#856)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* Update hosting references

* Remove extra width

* Add favicons

* Update configuration section

* Fix configuration reference

* Complete operations section

* Integrating final readme files from OLD

* Final update (#858)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* Update hosting references

* Remove extra width

* Add favicons

* Update configuration section

* Fix configuration reference

* Complete operations section

* Moved docs to top level folder

* Disable taxonomies

* Remove duplicate ToC

* Added information on disabling categories and tags

* Removed manual ToC

* Add CLI title (#859)

* Update build command (#860)

* Add CLI title

* Update build command

* Add env variables

* Update version

* Remove extra v

* Add Google Analytics and Algolia

* Move Algolia search code

* Fix algolia info

* Update algolia search

* Update theme

* Enable debugging for Algolia

* Enable debugging for algolia

* Delete tabs

* Temporarily disable algolia

* Add shortcodes for tabs

* Update Dapr CLI instructions to use shortcodes

* Override max_width for code blocks

* Add authoring guide

* Update readme with authoring guide link

* Fixed spacing

* Update images

* Update service invocation

* Update building block descriptions

* Update wording

* Update state management building blocks

* Move example

* Updated state docs

* Pub/Sub Updates

* Pupsub updates

* CLI reference

* API reference

* Contributing

* Binding specs

* Service invocatio nupdate

* Update reference page

* Small actors fixes

* Enable search

* Fix ref

* Fix small typo

* Correct letter

* Fix caps

* Fix caps

* Rename logs

* fixing links in concepts section

* Renaming cli/overview.md to avoid conflict with general Dapr overview file name

* Update Operations

* componenet setups

* fixing links is Getting started section

* Update references

* Fix references

* Fix link

* partial fixes to developing applications

* Adding code of conduct link to main README

* Update app insights tabs

* Bold headers

* Update getting started guide

* Update titles

* Update branch name

* ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com

* Update azure-static-web-apps-green-hill-0d7377310.yml

* Delete hugo-docs info

* Update publish cli command

* Update pubsub HowTo

* Updating contributing section

* Update README.md

Co-authored-by: Azure Static Web Apps <opensource@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-10-26 11:37:44 -07:00