new tutorials (#2435)

* new tutorial

* prettier formatting

* Update quickstart.md

* prettier write

* refined quickstart tutorial

* Create QuickStart-app-plugin

* Rename QuickStart-app-plugin to quickStart-app-plugin

* Update and rename quickStart-app-plugin to quickstart-app-plugin

* Adding second tutorial with prettier

* removing rogue file

* updating where to go link

* adding sidebars entry for new tutorials
This commit is contained in:
Jesse Alan Johnson
2020-09-17 14:41:13 -04:00
committed by GitHub
parent 3cdbf5e0b5
commit 975b97daf2
3 changed files with 691 additions and 1 deletions
+5 -1
View File
@@ -143,7 +143,11 @@
"ids": ["api/backend"]
}
],
"Tutorials": ["tutorials/journey"],
"Tutorials": [
"tutorials/journey",
"tutorials/quickstart-app-auth",
"tutorials/quickstart-app-plugin"
],
"Architecture Decision Records (ADRs)": [
"architecture-decisions/adrs-overview",
"architecture-decisions/adrs-adr001",