diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index 64fa910902a..00000000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Docs JSON Generation -on: - schedule: - - cron: "0 0 * * *" - push: - branches: - - main - -env: - NX_NO_CLOUD: true - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -jobs: - - main: - runs-on: ubuntu-latest - if: ${{ github.event_name != 'pull_request' }} - steps: - - uses: actions/checkout@v6 - name: Checkout [main] - with: - fetch-depth: 0 - - uses: pnpm/action-setup@v6 - with: - cache: true - - - uses: actions/setup-node@v6 - with: - node-version: '24' - - - run: pnpm install --no-frozen-lockfile - - run: pnpm run build:ci:json diff --git a/websites/website/docs/.vitepress/config.ts b/websites/website/docs/.vitepress/config.ts index 72eb95adad9..e39f341f413 100644 --- a/websites/website/docs/.vitepress/config.ts +++ b/websites/website/docs/.vitepress/config.ts @@ -9,7 +9,7 @@ const nav: DefaultTheme.NavItem[] = [ { text: "Demos", link: "/demos/" }, { text: "Wrappers", link: "/guide/wrappers" }, { text: "Options", link: "/options/" }, - { text: "API", link: "/docs/" }, + { text: "API", link: "/docs/", target: "_blank" }, { text: "Sponsor", items: [