Skip to content
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

[docs] update location of kit.svelte.dev and remove references to docs API #3779

Merged
merged 1 commit into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
[docs] update location of kit.svelte.dev and remove references to doc…
…s API
  • Loading branch information
benmccann committed Feb 8, 2022
commit 5269071298d9a5a2bae7cce4f0fdb54f0d2fe5e1
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ If you would like to test local changes to Vite or another dependency, you can b

## Documentation changes

All documentation for SvelteKit is in the `documentation` directory, and any improvements should be made as a Pull Request to this repository. The documentation is served via [an API](https://github.com/sveltejs/api.svelte.dev); the site itself is located in the [`sites` repository](https://github.com/sveltejs/sites).

If you wish to preview documentation changes locally, please follow the instructions here: [Previewing local docs changes](https://github.com/sveltejs/sites/blob/master/sites/kit.svelte.dev/README.md#previewing-local-docs-changes).
All documentation for SvelteKit is in the `documentation` directory, and any improvements should be made as a Pull Request to this repository. The site itself is located in the [`sites` repository](https://github.com/sveltejs/sites) and can be run locally to preview changes.

## Sending PRs

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/90-additional-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ The [Svelte FAQ](https://svelte.dev/faq) and [`vite-plugin-svelte` FAQ](https://
We've written and published a few different SvelteKit sites as examples:

- [`sveltejs/realworld`](https://github.com/sveltejs/realworld) contains an example blog site
- [`sveltejs/sites`](https://github.com/sveltejs/sites) contains [the code for this site](https://github.com/sveltejs/sites/tree/master/sites/kit.svelte.dev), for [svelte.dev](https://github.com/sveltejs/sites/tree/master/sites/svelte.dev), and for a [HackerNews clone](https://github.com/sveltejs/sites/tree/master/sites/hn.svelte.dev)
- [The `sites/kit.svelte.dev` directory](https://github.com/sveltejs/kit/tree/master/sites/kit.svelte.dev) contains the code for this site
- [`sveltejs/sites`](https://github.com/sveltejs/sites) contains the code for [svelte.dev](https://github.com/sveltejs/sites/tree/master/sites/svelte.dev) and for a [HackerNews clone](https://github.com/sveltejs/sites/tree/master/sites/hn.svelte.dev)

SvelteKit users have also published plenty of examples on GitHub, under the [#sveltekit](https://github.com/topics/sveltekit) and [#sveltekit-template](https://github.com/topics/sveltekit-template) topics, as well as on [the Svelte Society site](https://sveltesociety.dev/templates#svelte-kit). Note that these have not been vetted by the maintainers and may not be up to date.

Expand Down
2 changes: 1 addition & 1 deletion sites/kit.svelte.dev/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kit.svelte.dev

This is the SvelteKit website. The docs are served via an API and live [here](../../documentation).
This is the SvelteKit website. The docs live [here](../../documentation).

## Developing

Expand Down