Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6dd9d25
chore: strip base before creating index
benmccann Jul 5, 2024
006d3a6
delete svelte docs and read from svelte repo
benmccann Jul 5, 2024
b6df7bf
read kit docs from kit repo
benmccann Jul 10, 2024
a87fbb6
format
benmccann Jul 10, 2024
2568a8f
simplify build setup and fix packaging issues
benmccann Jul 10, 2024
c8c8885
script to check out repos
benmccann Jul 10, 2024
04f4101
fix log output
benmccann Jul 10, 2024
73d1980
support multiple starting working directories
benmccann Jul 10, 2024
8779d17
simplify
benmccann Jul 10, 2024
efb3b97
more logging
benmccann Jul 10, 2024
7aa8205
format
benmccann Jul 10, 2024
9bc7f0c
shallow clone
benmccann Jul 10, 2024
d15512d
try adding a pnpm script
benmccann Jul 10, 2024
dc18744
merge main
benmccann Jul 10, 2024
e01841b
skip packaging
benmccann Jul 10, 2024
0610a06
try this
benmccann Jul 10, 2024
68e0def
fix warning
benmccann Jul 10, 2024
71a5dbb
that didn't work
benmccann Jul 10, 2024
434383d
update this too
benmccann Jul 10, 2024
1cb3fac
remove package package as well
benmccann Jul 10, 2024
7f5825e
unfix warning. maybe it was broken on purpose
benmccann Jul 10, 2024
83031e9
remove publint
benmccann Jul 10, 2024
e97b861
cleanup
benmccann Jul 10, 2024
575af67
maybe the repl needs to be broken in the same way
benmccann Jul 10, 2024
7e58063
what if we revert repl changes?
benmccann Jul 10, 2024
d3ee626
upgrade pnpm
benmccann Jul 10, 2024
9ef8f08
don't need a double workaround. restored the one in the vercel console
benmccann Jul 10, 2024
57c2e02
format
benmccann Jul 10, 2024
7196c3d
cleanup
benmccann Jul 10, 2024
c168440
fix and simplify
benmccann Jul 10, 2024
ab9a9a7
try cloning into a different directory
benmccann Jul 11, 2024
a6c31bc
temporary debug logging
benmccann Jul 11, 2024
4ead1fc
directory names are different on vercel
benmccann Jul 11, 2024
2e095cc
add a readme
benmccann Jul 11, 2024
e419847
clarify
benmccann Jul 11, 2024
6593cf3
restore generated file for now
benmccann Jul 11, 2024
183a932
remove file
benmccann Jul 12, 2024
d49f9bb
switch command to pnpm
benmccann Jul 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_modules/
.svelte-kit
.vercel
.env.local

# location to check out docs from other repos
/repos/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# svelte.dev

To run this site, you must check out the code repositories into the `repos` directory. You may run `./apps/svelte.dev/scripts/sync-repos.js` to checkout any repos that do not already exist. If you'd like to work with a local copy of a code repository that you already have checked out, you may symlink it into that directory (e.g. `ln -s ../../kit repos/kit`).
3 changes: 0 additions & 3 deletions apps/svelte.dev/content/docs/kit/index.md

This file was deleted.

30 changes: 0 additions & 30 deletions apps/svelte.dev/content/docs/svelte/01-introduction/01-overview.md

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions apps/svelte.dev/content/docs/svelte/01-introduction/index.md

This file was deleted.

This file was deleted.

Loading