Commit Graph

392 Commits

Author SHA1 Message Date
Hannah Hunter 741e1e0e9b Merge branch 'jobs_quickstart' of https://github.com/hhunter-ms/docs into jobs_quickstart 2024-07-29 15:51:09 -04:00
Hannah Hunter 155219498e add jobs to qs table
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-29 15:50:47 -04:00
Hannah Hunter 305c64b4d5
Merge branch 'v1.14' into jobs_quickstart 2024-07-29 13:14:22 -04:00
Hannah Hunter 7453e286a6
Update daprdocs/content/en/getting-started/quickstarts/jobs-quickstart.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-07-29 13:14:13 -04:00
Hannah Hunter 434bbff274 confirm code is up to date and link to what happened sections
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-29 12:52:06 -04:00
Hannah Hunter a00e043ca1 update per fernando and mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-29 11:40:12 -04:00
Hannah Hunter ee5407122a header
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-24 16:36:49 -04:00
Hannah Hunter cfcca3942b edits
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-24 16:33:02 -04:00
Hannah Hunter 223f56e9a1 fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-24 16:30:04 -04:00
Hannah Hunter c8eef0fde0 update quickstart doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-24 16:28:54 -04:00
Hannah Hunter 51ebfe4c15
Merge branch 'v1.14' into issue_3915-3 2024-07-24 11:13:52 -04:00
Hannah Hunter 205698fec2 jobs quickstart
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-23 15:24:33 -04:00
Hannah Hunter ad078b7185 resolve merge conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-23 10:08:30 -04:00
Erwin Kramer bc8303e82a markdown linting and navigation issues
Signed-off-by: Erwin Kramer <r3verse@gmail.com>
2024-07-20 15:50:44 +02:00
Bilgin Ibryam 4fe1ded85e Replaced wrong resiliency example definition 2024-07-17 20:02:56 +01:00
Hannah Hunter 2dad9617c5
Merge branch 'v1.14' into issue_3915-3 2024-07-09 10:39:15 -04:00
Hannah Hunter 7c850291e6 resolve conflicts for upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-08 14:19:18 -04:00
Hannah Hunter 4b172d5783 add screenshots with scheduler service
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-08 12:44:39 -04:00
Hannah Hunter 67f665a4b8 updates per mark; change name
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-19 16:19:44 -04:00
Hannah Hunter 6961be771f fix merge conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-17 14:59:08 -04:00
Hannah Hunter 133aec3213
Merge branch 'v1.13' into doc-fix 2024-06-17 13:30:43 -04:00
Rafael Câmara e3604ba068
Remove unnecessary whitespaces
Signed-off-by: Rafael Câmara <52082556+RafaelJCamara@users.noreply.github.com>
2024-06-17 07:34:26 +02:00
Scalerandi Marco a5e839fed0 dapr#4195 - Pub/Sub quickstart requires Python 3.8+
Signed-off-by: Scalerandi Marco <m.scalerandi@reply.it>
2024-06-14 11:32:26 +02:00
Hannah Hunter 7a01b9f6ab Merge branch 'issue_4183' of https://github.com/hhunter-ms/docs into issue_4183 2024-06-11 11:08:42 -04:00
Hannah Hunter ec2e2c8a67 reorder other lists of components
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-11 11:07:57 -04:00
Mark Fussell 979271fecf
Merge branch 'v1.13' into issue_4183 2024-06-10 17:45:45 -07:00
Pradeep Palakurthi d21b696993
Update statemanagement-quickstart.md
Removed "Install the dependencies for the `order-processor` app" from JavaScript Step 1 as we are doing this in Step 2.

Signed-off-by: Pradeep Palakurthi <svdspradeep@gmail.com>
2024-06-07 18:19:44 -04:00
Hannah Hunter 7e842cf9d7 add table row for schedule
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-04 16:33:55 -04:00
Hannah Hunter a371daed98 add cli doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-04 13:49:04 -04:00
Hannah Hunter 463bdc5e7a reorder toc and update diagrams
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-06-04 11:21:53 -04:00
Hannah Hunter 4cf019bd4a resolve conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-03-04 11:43:24 -05:00
Anindita Das 4097388055
Updated the text for get-started-api documentation (#4055)
* Updated the text for get-started-api
Signed-off-by: Anindita Das <dasanuiit@gmail.com>

Signed-off-by: Anindita Das <dasanuiit@gmail.com>

* Update daprdocs/content/en/getting-started/get-started-api.md

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

---------

Signed-off-by: Anindita Das <dasanuiit@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Anindita Das <anindita.das@ibm.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-03-04 07:12:10 -08:00
Hannah Hunter a4dfdafd53
[Workflow] JS quickstart docs (#4034)
* initial skeleton of quickstart doc for JS workflow

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

* update with current code

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

* typo, wrong order number

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

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-28 20:16:19 -08:00
Hannah Hunter 6e1e74e294 add pre-reqs and section in troubleshooting guide
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-28 11:24:07 -05:00
Hannah Hunter c3a2b69a99 merge conflict
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-14 14:03:38 -05:00
Hannah Hunter c5ee2810a3 update quickstart, start updating patterns
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-14 14:02:09 -05:00
Mark Fussell ea9233c5dc
Update install-dapr-selfhost.md
Moved the paragraph down

Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-13 17:19:24 -08:00
mikeee 5b8b307be4
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: mikeee <hey@mike.ee>
2024-02-09 18:00:03 +00:00
Hannah Hunter bd75fa6921
Merge branch 'v1.13' into issue_3868
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-09 11:32:55 -05:00
mikeee 785aaf5615
wrap the kubernetes development environment hint with an alert
Signed-off-by: mikeee <hey@mike.ee>
2024-02-09 14:23:55 +00:00
mikeee fa98d6bbae
Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: mikeee <hey@mike.ee>
2024-02-09 13:58:58 +00:00
mikeee e9e6774337
Merge branch 'mikeee-init-docs' of github.com:mikeee/dapr_docs into mikeee-init-docs 2024-02-07 19:02:49 +00:00
mikeee 470ae2b91b
fix syntax issue
Signed-off-by: mikeee <hey@mike.ee>
2024-02-07 18:59:44 +00:00
mikeee 74d26e613f
Merge branch 'v1.12' into mikeee-init-docs 2024-02-07 18:48:24 +00:00
mikeee feb648081a
add init -k --dev docs
Signed-off-by: mikeee <hey@mike.ee>
2024-02-07 18:40:24 +00:00
Hannah Hunter 7f45c9a8eb Merge branch 'issue_3869' of https://github.com/hhunter-ms/docs into issue_3869 2024-02-05 12:05:52 -05:00
Hannah Hunter 98dca03b33 mark edit
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-05 12:04:48 -05:00
Hannah Hunter 4fefea73f3 Merge branch 'issue_3868' of https://github.com/hhunter-ms/docs into issue_3868 2024-02-01 14:44:55 -05:00
Hannah Hunter e49c4360e9 add quickstart
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-01 14:43:13 -05:00
Hannah Hunter 6f67dc9f99
Merge branch 'v1.13' into issue_3868
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-01 13:27:23 -05:00