-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some things work except json-docs aren't copying
- Loading branch information
Showing
10 changed files
with
200 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,16 @@ yarn start --project ember-data --version <VERSION_TO_REPLACE> --ignorePreviousl | |
yarn start --clean --max_old_space_size=8192 | ||
``` | ||
|
||
## Running from GitHub | ||
|
||
``` | ||
git clone [email protected]:ember-learn/ember-api-docs-data.git | ||
git clone [email protected]:emberjs/ember.js.git && cd ember.js && yarn install | ||
git clone [email protected]:ember-learn/ember-jsonapi-docs.git && cd ember-jsonapi-docs.git && yarn install | ||
yarn gen --project ember --version "3.24.0" | ||
yarn start --project ember --version "3.24.0" | ||
``` | ||
|
||
## Backing Up Docs | ||
|
||
If you plan to run a major migration, back up all the content to a timestamped folder in the Amazon S3 bucket. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { backupExistingFolders } from './lib/s3-sync' | ||
import 'hard-rejection/register' | ||
;(async () => { | ||
await backupExistingFolders() | ||
console.log('\n\n') | ||
console.log('Done!') | ||
})() | ||
// import { backupExistingFolders } from './lib/s3-sync' | ||
// import 'hard-rejection/register' | ||
// ;(async () => { | ||
// await backupExistingFolders() | ||
// console.log('\n\n') | ||
// console.log('Done!') | ||
// })() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.