File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ async function pushToAlgoliaDoc(): Promise<void> {
45
45
46
46
const pathToSpecs = toAbsolutePath ( `${ tempGitDir } /app_data/api/specs` ) ;
47
47
await run ( `rm -rf ${ pathToSpecs } /* || true` ) ;
48
+ await run ( `cp ${ toAbsolutePath ( 'specs/bundled/README.md' ) } ${ pathToSpecs } ` ) ;
48
49
await run ( `cp ${ toAbsolutePath ( 'specs/bundled/*.doc.yml' ) } ${ pathToSpecs } ` ) ;
49
50
await run ( `cp ${ toAbsolutePath ( 'config/release.config.json' ) } ${ pathToSpecs } ` ) ;
50
51
await run ( `cp ${ toAbsolutePath ( 'website/src/generated/*.json' ) } ${ pathToSpecs } ` ) ;
Original file line number Diff line number Diff line change 1
1
# Bundled specs
2
2
3
- ** Please do not edit the files in this folder, they are generated and changes will be overwritten on next use **
3
+ ** Please do not edit the files in this folder, they are generated and changes will be overwritten by our scripts **
4
4
5
- Output folder of the specs located in ` /specs/<CLIENT_NAME>/spec.yml ` .
6
-
7
- This folder hosts the bundled specs used to:
8
-
9
- - Generate clients.
10
- - Generate documentation.
11
- - Share single readable spec file for a specific client.
12
-
13
- [ Read more on our documentation] ( https://api-clients-automation.netlify.app/docs/automation/introduction )
5
+ [ Read more on our documentation] ( https://api-clients-automation.netlify.app/docs/contributing/introduction )
You can’t perform that action at this time.
0 commit comments