@architect/docs
Advanced tools
Comparing version 30.1.28 to 30.1.29
@@ -5,3 +5,3 @@ # Custom DNS | ||
`architect` bakes in support for Amazon Route53. Following the [quickstart](/quickstart) you should be setup with `dns` entry under `scripts` in `package.json`. From there you need to add `@domain` to your `.arc` file, invoke `npm run dns` and follow the instructions for verifying certificates and adding nameservers to your registrar. | ||
`architect` bakes in support for Amazon Route53. Following the [workflows reference](/reference/npm-run-scripts) to get setup with `dns` entry under `scripts` in `package.json`. From there add `@domain` to your `.arc` file, invoke `npm run dns` and follow the instructions. | ||
@@ -8,0 +8,0 @@ If you _really_ want to manually configure DNS you can follow these guides below: |
@@ -8,3 +8,7 @@ # Setup | ||
```bash | ||
# *nix systems | ||
~/.aws/credentials | ||
# or on Windows systems | ||
C:\Users\USER_NAME\.aws\credentials | ||
``` | ||
@@ -26,2 +30,4 @@ | ||
> Tip: Windows users will want to use [cross-env](https://www.npmjs.com/package/cross-env) for cross platform env vars; more info about setting up for Windows can found in [this issue thread](https://github.com/arc-repos/arc-docs/issues/19#issuecomment-321738242) | ||
Having your personal AWS setup separated from the work one is just a suggestion! (You can call them anything.) | ||
@@ -28,0 +34,0 @@ |
{ | ||
"name": "@architect/docs", | ||
"version": "30.1.28", | ||
"version": "30.1.29", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
123474