Skip to content

Commit 0ed86ab

Browse files
authored
[docs] add svelte.dev to list of examples (#2723)
1 parent 7091c0f commit 0ed86ab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

documentation/docs/90-additional-resources.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ The [Svelte FAQ](https://svelte.dev/faq) and [`vite-plugin-svelte` FAQ](https://
1212

1313
We've written and published a few different SvelteKit sites as examples:
1414

15-
- The [examples directory](https://github.com/sveltejs/kit/tree/master/examples) in the GitHub repo contains a HackerNews clone
16-
- [sveltejs/realworld](https://github.com/sveltejs/realworld) contains an example blog site
17-
- [sveltejs/sites](https://github.com/sveltejs/sites) contains the code for this site
15+
- [The examples directory](https://github.com/sveltejs/kit/tree/master/examples) in the GitHub repo contains a HackerNews clone
16+
- [`sveltejs/realworld`](https://github.com/sveltejs/realworld) contains an example blog site
17+
- [`sveltejs/sites`](https://github.com/sveltejs/sites) contains the code for this site
18+
- [The site directory in the `sveltejs/svelte` repo](https://github.com/sveltejs/svelte/tree/master/site) contains the code for svelte.dev
1819

1920
### Integrations
2021

21-
[svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) allows you to automatically transform the code in your Svelte templates provides support for TypeScript, PostCSS, scss/sass, Less, and many other technologies. The first step of setting it up is to add `svelte-preprocess` to your [`svelte.config.js`](#configuration). It is provided by the template if you're using TypeScript whereas JavaScript users will need to add it. After that, you will often only need to install the corresponding library such as `npm install -D sass`or `npm install -D less`. See the [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) docs for more details.
22+
[`svelte-preprocess`](https://github.com/sveltejs/svelte-preprocess) allows you to automatically transform the code in your Svelte templates provides support for TypeScript, PostCSS, scss/sass, Less, and many other technologies. The first step of setting it up is to add `svelte-preprocess` to your [`svelte.config.js`](#configuration). It is provided by the template if you're using TypeScript whereas JavaScript users will need to add it. After that, you will often only need to install the corresponding library such as `npm install -D sass`or `npm install -D less`. See the [`svelte-preprocess`](https://github.com/sveltejs/svelte-preprocess) docs for more details.
2223

2324
[Svelte Adders](https://sveltesociety.dev/templates#adders) allow you to setup many different complex integrations like Tailwind, PostCSS, Firebase, GraphQL, mdsvex, and more with a single command. Please see [sveltesociety.dev](https://sveltesociety.dev/) for a full listing of templates, components, and tools available for use with Svelte and SvelteKit.
2425

0 commit comments

Comments
 (0)