-
Notifications
You must be signed in to change notification settings - Fork 43
docs: adopt shared Plane docs theme and align toolchain with developer-docs #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| /// <reference types="vitepress/client" /> | ||
| /// <reference types="vite/client" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Description: Check whether vite is a declared dependency and whether pnpm hoisting would expose it.
set -euo pipefail
fd -H -t f 'package.json' -E node_modules --exec sh -c 'echo "== $1"; jq "{name, dependencies, devDependencies}" "$1"' _ {}
fd -H -t f 'pnpm-workspace.yaml' -E node_modules --exec cat -n {}
fd -H -t f '.npmrc' -E node_modules --exec cat -n {}Repository: makeplane/docs Length of output: 1759 🏁 Script executed: #!/bin/bash
set -euo pipefail
printf '%s\n' '== repository files'
git ls-files | rg '(^|/)(package.json|pnpm-lock.yaml|tsconfig[^/]*\.json|env\.d\.ts)$'
printf '%s\n' '== Vite-related manifest entries'
rg -n '"(vite|vitepress)"|vite@|vitepress@' --glob 'package.json' --glob 'pnpm-lock.yaml' --glob '!node_modules/**' .
printf '%s\n' '== docs type configuration'
fd -H -t f 'tsconfig*.json' -E node_modules -x sh -c 'echo "== $1"; cat -n "$1"' _ {}
fd -H -t f 'env.d.ts' -E node_modules -x sh -c 'echo "== $1"; cat -n "$1"' _ {}Repository: makeplane/docs Length of output: 4811 🏁 Script executed: #!/bin/bash
set -euo pipefail
printf '%s\n' '== workspace importer'
sed -n '1,75p' pnpm-lock.yaml
printf '%s\n' '== vite package metadata'
sed -n '1410,1435p' pnpm-lock.yaml
sed -n '1460,1495p' pnpm-lock.yaml
printf '%s\n' '== resolved dependency snapshots'
sed -n '2840,2910p' pnpm-lock.yamlRepository: makeplane/docs Length of output: 7238 Declare
🤖 Prompt for AI Agents |
||
| /// <reference path="./theme/plane/types/shims.d.ts" /> | ||
| /// <reference path="./theme/plane/types/vitepress-augment.d.ts" /> | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.