docs: general fixes and improvements (#7918)
* docs improvements and changes * updated module definition * modules + dml changes * fix build * fix vale error * fix lint errors * fixes to stripe docs * fix condition * fix condition * fix module defintion * fix checkout * disable UI action * change oas preview action * flatten provider module options * fix lint errors * add module link docs * pr comments fixes * fix vale error * change node engine version * links -> linkable * add note about database name * small fixes * link fixes * fix response code in api reference * added migrations step
This commit is contained in:
@@ -60,12 +60,12 @@ jobs:
|
||||
working-directory: www/utils
|
||||
|
||||
- name: Generate References
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
|
||||
run: "yarn start generate ${{ github.event.inputs.referenceName }} --merge"
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
run: "yarn start generate ${{ github.event.inputs.referenceName || 'all' }} --merge"
|
||||
working-directory: www/utils/packages/typedoc-generate-references
|
||||
|
||||
- name: Generate References
|
||||
if: ${{ github.event_name != 'workflow_dispatch' || github.event_name == 'schedule' }}
|
||||
if: ${{ github.event_name != 'workflow_dispatch' }}
|
||||
run: "yarn generate:references"
|
||||
working-directory: www/utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user