docs: update to next 15 + eslint 9 (#9839)
* update next * updated react * update eslint * finish updating eslint * fix content lint errors * fix docs test * fix vale action * fix installation errors
This commit is contained in:
3
.github/workflows/docs-test.yml
vendored
3
.github/workflows/docs-test.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
run: yarn build
|
||||
env:
|
||||
NEXT_PUBLIC_BASE_URL: "http://localhost:3000"
|
||||
NEXT_PUBLIC_BASE_PATH: /api
|
||||
NEXT_PUBLIC_DOCS_URL: "https://medusa-docs.vercel.app"
|
||||
NEXT_PUBLIC_UI_URL: "https://docs-ui.vercel.app"
|
||||
# TODO change once we have actual URLs
|
||||
@@ -317,7 +318,7 @@ jobs:
|
||||
- name: Get Directories to Scan
|
||||
if: ${{ steps.pr-files.outputs.files_lt_threshold == 'true' }}
|
||||
working-directory: www/vale
|
||||
run: ./get-files.sh api-reference app/_mdx
|
||||
run: ./get-files.sh api-reference markdown
|
||||
id: directories
|
||||
|
||||
- name: Vale Linter
|
||||
|
||||
Reference in New Issue
Block a user