@architect/docs
Advanced tools
Comparing version 30.1.1 to 30.1.2
@@ -30,9 +30,9 @@ # 🌩 architect | ||
/ | ||
├── src | ||
│ └── html | ||
│ ├── get-index/ | ||
│ ├── get-hellos/ | ||
│ └── post-hello/ | ||
├── .arc | ||
└── package.json | ||
|-- src | ||
| `-- html | ||
| |-- get-index/ | ||
| |-- get-hellos/ | ||
| `-- post-hello/ | ||
|-- .arc | ||
`-- package.json | ||
@@ -39,0 +39,0 @@ ``` |
@@ -83,16 +83,16 @@ # Concepts | ||
/ | ||
├── src | ||
│ ├── html | ||
│ │ ├── get-index/ | ||
│ │ └── get-likes/ | ||
│ ├── json | ||
│ │ └── get-likes/ | ||
│ ├── events | ||
│ │ └── hit-counter/ | ||
│ ├── scheduled | ||
│ │ └── daily-affirmation/ | ||
│ └── tables | ||
│ └── likes-update/ | ||
├── .arc | ||
└── package.json | ||
|-- src | ||
| |-- html | ||
| | |-- get-index/ | ||
| | `-- get-likes/ | ||
| |-- json | ||
| | `-- get-likes/ | ||
| |-- events | ||
| | `-- hit-counter/ | ||
| |-- scheduled | ||
| | `-- daily-affirmation/ | ||
| `-- tables | ||
| `-- likes-update/ | ||
|-- .arc | ||
`-- package.json | ||
``` | ||
@@ -99,0 +99,0 @@ |
@@ -29,11 +29,11 @@ # Project layout | ||
/ | ||
├── src | ||
│ ├── events | ||
│ │ └── hello/ | ||
│ ├── html | ||
│ │ └── get-index/ | ||
│ └── json | ||
│ └── get-posts/ | ||
├── .arc | ||
└── package.json | ||
|-- src | ||
| |-- events | ||
| | `-- hello/ | ||
| |-- html | ||
| | `-- get-index/ | ||
| `-- json | ||
| `-- get-posts/ | ||
|-- .arc | ||
`-- package.json | ||
``` | ||
@@ -40,0 +40,0 @@ |
@@ -20,7 +20,7 @@ # @events | ||
/ | ||
├── events | ||
│ ├── hit-counter/ | ||
│ └── likes/ | ||
├── .arc | ||
└── package.json | ||
|-- events | ||
| |-- hit-counter/ | ||
| `-- likes/ | ||
|-- .arc | ||
`-- package.json | ||
``` | ||
@@ -27,0 +27,0 @@ |
@@ -29,10 +29,10 @@ # @html | ||
/ | ||
├── html | ||
│ ├── get-index/ | ||
│ ├── get-pages/ | ||
│ ├── get-pages-000dateID/ | ||
│ ├── get-contact/ | ||
│ └── post-contact/ | ||
├── .arc | ||
└── package.json | ||
|-- html | ||
| |-- get-index/ | ||
| |-- get-pages/ | ||
| |-- get-pages-000dateID/ | ||
| |-- get-contact/ | ||
| `-- post-contact/ | ||
|-- .arc | ||
`-- package.json | ||
``` | ||
@@ -39,0 +39,0 @@ |
@@ -28,10 +28,10 @@ # @json | ||
/ | ||
├── html | ||
│ ├── get-notes/ | ||
│ ├── get-notes-000noteID/ | ||
│ ├── post-notes/ | ||
│ ├── post-notes-000noteID/ | ||
│ └── post-notes-000noteID-delete/ | ||
├── .arc | ||
└── package.json | ||
|-- html | ||
| |-- get-notes/ | ||
| |-- get-notes-000noteID/ | ||
| |-- post-notes/ | ||
| |-- post-notes-000noteID/ | ||
| `-- post-notes-000noteID-delete/ | ||
|-- .arc | ||
`-- package.json | ||
``` | ||
@@ -38,0 +38,0 @@ |
@@ -20,7 +20,7 @@ # @scheduled | ||
/ | ||
├── scheduled | ||
│ ├── daily-update-buddy/ | ||
│ └── friyay-only/ | ||
├── .arc | ||
└── package.json | ||
|-- scheduled | ||
| |-- daily-update-buddy/ | ||
| `-- friyay-only/ | ||
|-- .arc | ||
`-- package.json | ||
``` | ||
@@ -27,0 +27,0 @@ |
@@ -45,10 +45,10 @@ # @tables | ||
/ | ||
├── tables | ||
│ ├── people-insert/ | ||
│ ├── people-update/ | ||
│ └── people-destroy/ | ||
├── .arc | ||
└── package.json | ||
|-- tables | ||
| |-- people-insert/ | ||
| |-- people-update/ | ||
| `-- people-destroy/ | ||
|-- .arc | ||
`-- package.json | ||
``` | ||
## Next: [Defining DynamoDB table indexes with `@indexes`](/reference/indexes) |
{ | ||
"name": "@architect/docs", | ||
"version": "30.1.1", | ||
"version": "30.1.2", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "scripts": { |
56655