diff --git a/.gitignore b/.gitignore index cec516e..1d98147 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,8 @@ # Misc .DS_Store .idea -.vscode +.vscode/ +!.vscode/mcp.json .env .env.local .env.development.local diff --git a/.vscode/mcp.json b/.vscode/mcp.json new file mode 100644 index 0000000..deb7257 --- /dev/null +++ b/.vscode/mcp.json @@ -0,0 +1,9 @@ +{ + "servers": { + "context7": { + "type": "stdio", + "command": "npx", + "args": ["-y", "@upstash/context7-mcp"] + } + } +} diff --git a/REUSE.toml b/REUSE.toml index f75ee1e..593639c 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -61,6 +61,11 @@ path = ["package.json", "tsconfig.json", "docusaurus.config.ts", "sidebars.ts", SPDX-FileCopyrightText = "2026 PythonWoods " SPDX-License-Identifier = "Apache-2.0" +[[annotations]] +path = ".vscode/mcp.json" +SPDX-FileCopyrightText = "2026 PythonWoods " +SPDX-License-Identifier = "Apache-2.0" + # ── CI ──────────────────────────────────────────────────────────────────────── [[annotations]] diff --git a/src/components/Homepage/Hero.tsx b/src/components/Homepage/Hero.tsx index a1ab805..2368f1c 100644 --- a/src/components/Homepage/Hero.tsx +++ b/src/components/Homepage/Hero.tsx @@ -49,7 +49,7 @@ export default function Hero(): React.JSX.Element { Get started - + View on GitHub