Commit Graph

865 Commits

Author SHA1 Message Date
Aaron Crawfis 178f46e381 Enable debugging for Algolia 2020-10-12 22:00:55 -07:00
Aaron Crawfis 3b5fb390f0 Update theme 2020-10-12 21:44:02 -07:00
Aaron Crawfis b48f9c4c09 Update algolia search 2020-10-12 21:43:40 -07:00
Aaron Crawfis e0b0ea00d1 Fix algolia info 2020-10-12 21:15:16 -07:00
Aaron Crawfis b16b302ee7 Move Algolia search code 2020-10-12 20:51:11 -07:00
Aaron Crawfis 36ce5e26b7 Add Google Analytics and Algolia 2020-10-12 20:50:58 -07:00
Aaron Crawfis fca0260227 Remove extra v 2020-10-12 16:26:42 -07:00
Aaron Crawfis 5f9e0c4d07 Update version 2020-10-12 16:20:09 -07:00
Aaron Crawfis f48229271a Add env variables 2020-10-12 16:12:49 -07:00
Aaron Crawfis cb869e6286
Update build command (#860)
* Add CLI title

* Update build command
2020-10-12 15:56:49 -07:00
Aaron Crawfis 47e0a4ff40
Add CLI title (#859) 2020-10-12 15:51:46 -07:00
Aaron Crawfis 27b3ce861f Removed manual ToC 2020-10-12 15:39:51 -07:00
Aaron Crawfis 769a5c2fad Added information on disabling categories and tags 2020-10-12 15:37:23 -07:00
Aaron Crawfis a67f99c935 Remove duplicate ToC 2020-10-12 15:33:45 -07:00
Aaron Crawfis 2f87a43db7 Disable taxonomies 2020-10-12 15:33:28 -07:00
Aaron Crawfis c176ea507b Moved docs to top level folder 2020-10-12 15:26:05 -07:00
Aaron Crawfis ad9081f817
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
2020-10-12 14:50:40 -07:00
Ori Zohar 3fcb15a93a Integrating final readme files from OLD 2020-10-09 17:40:20 -07:00
Ori Zohar 515d26d35a taking latest from hugo-docs branch 2020-10-09 16:04:19 -07:00
Aaron Crawfis d869373979
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
2020-10-09 15:47:28 -07:00
Ori Zohar 50301edaac Adding headers for secrets and state components 2020-10-09 15:38:58 -07:00
Aaron Crawfis 1502710ab1
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
2020-10-09 15:21:09 -07:00
Aaron Crawfis 91f08d7a39
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
2020-10-09 14:39:43 -07:00
Ori Zohar 076eed8b4a Merge branch 'hugo-docs' into hugo-docs-ori2 2020-10-09 14:29:03 -07:00
Ori Zohar f60c1fd24b Removing moved files from OLD 2020-10-09 14:27:51 -07:00
Ori Zohar 0bf521388f moving components setup howtos to operations section 2020-10-09 14:26:50 -07:00
Aaron Crawfis 250f0a44f1
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
2020-10-09 13:20:38 -07:00
Ori Zohar c9cd431e01
Developing applications section [hugo-docs] (#847)
* Developing applications section

* Changing capital letters in getting started section

* Remove redundant getting started title
2020-10-06 21:28:14 -07:00
Aaron Crawfis 9c35224ccc
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>
2020-10-06 12:47:05 -07:00
Mark Fussell 125d12145c
Conceptual docs updates (#845)
* Update title

* Update to conceptual docs
2020-10-06 12:40:10 -07:00
Aaron Crawfis e1ba3b38da Moved building blocks 2020-10-02 11:03:35 -07:00
Ori Zohar 85545323a7 Integrating deploying folder intop operations 2020-10-02 10:23:58 -07:00
Ori Zohar fd9739551a Updating directory structure 2020-10-02 10:06:15 -07:00
Aaron Crawfis 52d9d04d58 Merge master 2020-10-01 15:51:04 -07:00
Aaron Crawfis d08dd276cb Merge branch 'master' into hugo-docs 2020-10-01 15:50:54 -07:00
Aaron Crawfis c7418c5885 Add algoloia information 2020-10-01 15:37:53 -07:00
Aaron Crawfis 01d6e2b165 Update docs with new heirarchy 2020-10-01 15:37:45 -07:00
Aaron Crawfis e26af19d76 Add algolia information 2020-10-01 15:37:03 -07:00
Aaron Crawfis 6227f0c929 Merge branch 'master' into hugo-docs 2020-10-01 15:36:18 -07:00
halspang 695b6ad1c4
Fix aks cluster provisioning command (#838)
When originally written, the command to provision an aks cluster
had to specify a specific version of Kubernetes. The requirement
of having Kubernetes version 1.13.x or higher is now met by the
default version of Kubernetes in all regions.

Additionally, all clusters now have rbac enabled by default so this
option is also removed.

https://github.com/dapr/docs/issues/832
2020-10-01 13:47:55 -07:00
Mukundan Sundararajan 729e78301e
Update README.md (#837)
* Update README.md

* Update README.md
2020-09-30 16:26:42 -07:00
vinayada1 86400a00bc
Add documentation - allow lists for service invocation (#809)
* Add documentation - allow lists for service invocation

* Update README.md

* Update README.md

* more changes

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Change app id annotation

* Update README.md

* Update README.md

* fix appId annotation

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-09-30 11:04:33 -07:00
Phil Kedy 38f4569741
Replacing `defaultAcess` to `defaultAccess` (#835)
* Replacing `defaultAcess` to `defaultAccess`

* Another typo
2020-09-29 11:10:22 -07:00
Harry Kimpel 1459d59475
changed defaultAcess to defaultAccess (#834) 2020-09-29 10:55:42 -07:00
Mark Fussell 75415b6b3c
Changes to State Management and Pub/Sub articles and improving Redis docs. (#831)
* Updates to Service Invocation and State Management

* update

* Another update

* Update concepts/service-invocation/README.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Update concepts/service-invocation/README.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Update concepts/service-invocation/README.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Update howto/invoke-and-discover-services/README.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Updated retries

* Update README.md

* Update to State Store and Pub/Sub topics

* More update to State and Pub/Sub

* update env topic

* Update README.md

* Update README.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-09-28 10:07:21 -07:00
Mark Chmarny 009e93ad0e
Docs for RethinkDB state store, state change binding (#723)
* init rethinkdb state store doc

* updated comments

* rethinkdb state store docs

* state change

* table name

* Update howto/track-rethinkdb-state-store-changes/README.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Update howto/track-rethinkdb-state-store-changes/README.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Update howto/track-rethinkdb-state-store-changes/README.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-09-28 09:12:26 -07:00
Mark Fussell 57b0fa8e32
Create CODEOWNERS (#827)
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-09-27 20:29:59 -07:00
Artur Souza d7638cd031
Add doc for pubsub response handling. (#828) 2020-09-25 15:56:16 -07:00
Mark Chmarny 35c91835e5
postgres bindng docs (#813) 2020-09-25 15:41:08 -07:00
Mukundan Sundararajan 7315960c16
Fix indentation in metrics config (#829) 2020-09-25 15:40:19 -07:00