greenie-msft
3f66120d63
Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md
2021-12-02 13:43:12 -08:00
greenie-msft
3488c63a92
Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md
2021-12-02 13:41:40 -08:00
greenie-msft
0b29c8fb3b
Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md
2021-12-02 13:39:46 -08:00
Amulya Varote
6506dbf6a7
Modified based on the review comments - 2
2021-12-02 10:35:59 -08:00
Amulya Varote
4f08464dae
Added comment
2021-12-02 01:10:26 -08:00
Amulya Varote
dde92676b6
Modified based on the review comments - 1
2021-12-02 01:07:23 -08:00
Amulya Varote
22104085f9
Modified based on the review comments - 1
2021-12-02 00:58:46 -08:00
Amulya Varote
a645f66b12
Added secrets store documentation
2021-12-01 11:19:08 -08:00
Mark Fussell
5487aa9b54
Updates due to configuration API building block
2021-11-16 00:24:37 -08:00
Bernd Verst
f62c78ab03
Microsoft Docs links should be language neutral
2021-11-04 15:12:01 -07:00
Long
cbdab00bad
clean up all whitenoise
...
Signed-off-by: Long <long0dai@foxmail.com>
2021-08-19 14:27:06 +00:00
Khalid Abuhakmeh
5c8a0f9f4d
Fix responsive videos
...
The videos were breaking the layout of the documentation pages
and making it difficult to click on the right menu items.
Also tackled the Japanese translated pages.
2021-08-04 09:42:59 -04:00
Nick Greenfield
fb438dae44
Merge branch 'v1.2' into v1.3
2021-07-26 10:41:09 -07:00
greenie-msft
2bd4b10085
Clarify path to secrets file in getting started guides ( #1585 )
...
* Clarify path to secrets file in getting started guides
* Clarify path to local secret store
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-21 12:26:02 -07:00
Ori Zohar
fc7bf4c7a3
Addressing PR comments
2021-07-16 13:35:13 -07:00
Bernd Verst
1cb666dc18
document kubernetes secret store
2021-07-06 18:46:40 -07:00
Aaron Crawfis
2a25c20812
Upmerge/6 16 ( #1570 )
...
* Supported Release Info and Upgrade Path for v1.2 (#1494 )
* Supported Release Info and Upgrade Path for v1.2
* Update support-release-policy.md
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Adding K8s versions table (#1521 )
* Adding table of kubernetes versions
* Updating intro
* Fix incorrect postgresql connection string example (#1524 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update docs on using Codespaces with Dapr repos (#1522 )
* Update docs on using Codespaces with Dapr repos
* Move codespaces.md under the Contributing topic
* Update daprdocs/content/en/contributing/codespaces.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix two typos (#1526 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update chinese content (#1527 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Updated to fix deprecated helm chart location (#1528 )
The `https://kubernetes-charts.storage.googleapis.com/ ` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* nr_consul_typo fixed malformed yaml (#1532 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix typo in azure-keyvault-managed-identity.md (#1541 )
* Fix custom middleware sample code interface implementation error (#1539 )
Fix custom middleware sample code interface implementation error, interface function declare error.
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Fix the file name of secrets json (#1546 )
* Tech writing touch-ups (#1555 )
* Tech writing touch-ups (#1556 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1557 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1558 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1560 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Tech writing touch-ups (#1559 )
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Ignore intellij link that isn't resolvable (#1564 )
* Update issue templates (#1563 )
* Update issue templates
* Add needs-triage
* Updating PubSub documentation to remove slave wording (#1565 )
* Updating PubSub documentation to remove slave
Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.
* Removing more instances of Redis slave naming
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Actor Runtime Configuration Docs (#1495 )
* Actor Runtime Configuration Docs
Addresses #1470
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* add configuration examples
* configuration examples
* Fix syntax
* Add dotnet sample
* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2021-06-16 13:42:37 -07:00
greenie-msft
c73245eea6
Fix the file name of secrets json ( #1546 )
2021-06-09 14:38:10 -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
Aaron Crawfis
bbd2d18b3a
Move component specs into reference section
2021-04-09 12:56:14 -07:00
Mark Fussell
6308bc1c7f
Updates to the building block overview articles ( #1206 )
...
* Updates to the building block overviews articles
* Removing the hidden retry text
* Adding Control-Concurreny video
* Address include other secret stores. #1063
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-02-14 13:01:55 -08:00
Rob Landers
ee7a7d19a1
Add code samples
2021-02-12 19:31:05 +01:00
soiboxauxi
233f39b1c7
Update howto-secrets.md ( #1150 )
2021-01-31 22:45:05 -08:00
georgestevens99
98213a5553
Issue 1113 fixed ( #1144 )
...
Changed the dapr run example shown in the doc so that the http port label is correct, replacing the old, out-og-date label.
2021-01-31 17:19:01 -08:00
Ori Zohar
0e5ca5d0e0
Adding local secret store example
2020-12-22 11:08:01 -08:00
Aaron Crawfis
513d0813f6
Merge branch 'v0.11' into docsday-956
2020-12-17 15:34:17 -08:00
Aaron Crawfis
6ab4d3bf8a
Update link
2020-12-17 14:57:16 -08:00
Ori Zohar
47f23f2f58
Re-organizing secret store related articles
2020-12-17 14:29:39 -08:00
Hal Spang
c35ea4edef
Fix link in get How To: Retrieve a secret
...
Link was referencing old github file structure instead of using
the hugo link method.
https://github.com/dapr/docs/issues/957
2020-12-17 13:24:32 -08:00
Ori Zohar
b5dfdf10fe
merge from website to master
2020-12-03 10:49:09 -08:00
Aaron Crawfis
c191344c09
Update links to new docs platform ( #938 )
2020-11-18 10:43:19 -08:00
Yaron Schneider
daa503e2a0
Add performance section ( #894 )
...
* add performance section
* review feedback
* add service invocation link
* Update perf-service-invocation.md
* updated numbers
* Update perf-service-invocation.md
* Update perf-service-invocation.md
* add HA numbers
* link to perf from service invocation overview
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-11-06 10:42:45 -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
Aaron Crawfis
7d98423f83
Update references
2020-10-16 17:11:21 -07:00
Aaron Crawfis
b64683d044
Update Operations
2020-10-16 15:32:16 -07:00
Aaron Crawfis
dbe4f21e07
Update building block descriptions
2020-10-14 17:37:06 -07:00
Aaron Crawfis
c176ea507b
Moved docs to top level folder
2020-10-12 15:26:05 -07:00