@architect/docs
Advanced tools
Comparing version 30.0.8 to 30.0.9
@@ -25,8 +25,2 @@ # 🌩 architect | ||
post /hello | ||
@css | ||
style.css | ||
@js | ||
index.js | ||
``` | ||
@@ -43,6 +37,2 @@ | ||
| | '-post-hello/ | ||
| |-css | ||
| | '-style-css/ | ||
| '-js | ||
| '-index-js/ | ||
|-.arc | ||
@@ -65,4 +55,4 @@ '-package.json | ||
- **Create infra** from an `.arc` manifest (makes deletion and re-creation of infrastructure trivial; change regions in minutes) | ||
- **Deploy in seconds** with first class support for `staging` and `production` with a proper `NODE_ENV` environment variable | ||
- **Work locally** while completely offline with a speedy in memory database | ||
- **Deploy in seconds** with first class support for `staging` and `production` with a proper `NODE_ENV` environment variable | ||
@@ -74,2 +64,1 @@ ## Next Steps | ||
- [Read the reference](/reference) | ||
- [Copy/paste examples](/examples) |
@@ -7,7 +7,7 @@ # Roadmap | ||
- `arc-docs`: examples and guides | ||
- `arc-parser`: `.arc` stricter validation and more helpful errors | ||
- `arc-functions`, `arc-workflows` add `text/html` and `text/css` route handlers | ||
- `arc-workflows` expose support structured http status codes and errors | ||
- `arc-sandbox` error traps | ||
- `arc-env` infra env var and configuration management | ||
- `arc-functions`, `arc-workflows` add `text/html` and `text/css` route handlers | ||
- `arc-docs`: examples and guides | ||
@@ -14,0 +14,0 @@ ## Ongoing and Future Scope |
{ | ||
"name": "@architect/docs", | ||
"version": "30.0.8", | ||
"version": "30.0.9", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "scripts": { |
54725