Skip to content

Commit 76d86d6

Browse files
committed
Fold the wiki redirects into the docs site
docs/wiki/ pages were just "moved to sweetpad.hyzyla.dev" redirect stubs; the full content lives in sweetpad-docs/, so remove them. Move the extension demo gif into sweetpad-vscode/images (fixing the README path broken by the monorepo move) and keep it out of the VSIX; trim stale .vscodeignore entries.
1 parent 0f9423d commit 76d86d6

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

sweetpad-vscode/.vscodeignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,19 @@ vsc-extension-quickstart.md
1414
.vscode/
1515
node_modules/
1616
src/
17-
# The sweetpad-lib workspace source/fixtures are build-only — the compiled addon
18-
# ships via out/lib/ (copied by rolldown), so the whole tree stays out of the VSIX.
19-
sweetpad-lib/
2017
.gitignore
2118
.prettierrc
2219
.vscodeignore
2320
package-lock.json
2421
tsconfig.json
25-
docs/
2622
tests/
2723
*.spec.ts
2824
eslint.config.mjs
2925
jest.config.js
3026

3127
images/icons/tabler-icons.original.woff
28+
# 1.8 MB demo gif — the marketplace renders it from GitHub raw, so keep it out of the VSIX.
29+
images/build-demo.gif
3230

3331
# Dev-only config / tooling — not referenced by the bundled extension at runtime.
3432
rolldown.config.mjs
@@ -38,4 +36,3 @@ TODO.md
3836
.oxfmtrc.json
3937
.env.example
4038
scripts/
41-
.github/

sweetpad-vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Develop Swift/iOS projects using VSCode or Cursor.
2121
The long-term goal is to make VSCode/Cursor a viable alternative to Xcode for iOS development by integrating open-source
2222
tools such as **swift-format**, **swiftlint**, **xcodebuild**, **xcrun**, **xcode-build-server**, **sourcekit-lsp**.
2323

24-
![iOS simulator](./docs/images/build-demo.gif)
24+
![iOS simulator](./images/build-demo.gif)
2525

2626
## Feature
2727

0 commit comments

Comments
 (0)