0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-27 23:24:46 +01:00
Commit Graph

17 Commits

Author SHA1 Message Date
Rich Harris
fd78385447
chore: restructure docs for new site (#13699) 2024-10-21 08:57:07 -07:00
Theodor Steiner
7ae21ea97d
feat: make <svelte:option> customElement configuration's tag property optional (#12751) (#12754)
* feat: make svelte:option customElement tag property optional (#12751)

* tweak comment

* tweak docs

* tweak some more wording

* Update .changeset/four-kids-flow.md

---------

Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Rich Harris <hello@rich-harris.dev>
2024-08-11 07:02:33 -04:00
Simon H
c6c934afb2
chore: cleanup (#9381)
* lets see if this works

* fix versions

* sigh

* debugging ci is sooo fun

* oh wow

* fix stuff, changelog, add back readme

* appease prettier

* format stuff
2023-11-10 16:46:40 +01:00
Simon Holthausen
fe8a9ce31d breaking: init Svelte 5
Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Co-authored-by: Dominic Gannaway <dg@domgan.com>
2023-11-10 15:48:23 +01:00
Min Kim
4b911045b0
docs: fix else if blocks on tutorial (#9336) 2023-10-19 15:46:51 +02:00
SpokenTurnip99
479e8744c5
docs: change fade to fly to match the tutorial (#8982)
In Transitions / Key Blocks the documentation showed a fade transition and this was not in sync with the tutorial which used a fly transition.
2023-07-18 12:17:41 +02:00
Aymeric-Henry
13286cfe42
fix(styling): fix styling on documentation for lesson 8-h (#8990) 2023-07-18 15:33:31 +05:30
Jakub Koleżyński
68ad1883c9
site: todos in animate tutorial render weird due to typo (#8952)
* svelte.dev/tutorial/animate - todos render weird on chrome without display: block;

* fix typo
2023-07-10 21:53:35 +05:30
Jakub Koleżyński
1d05020f10
docs: add display block to todos tutorial (#8951) 2023-07-10 17:54:59 +02:00
Alex Morgan
bb5d3948ed
docs: matches hint with existing structure and solution (#8915) 2023-07-05 16:12:59 +02:00
Paul "Joey" Clark
58e95c6aca
docs: Remove old redundant text (#8893)
The quote marks were already removed in db2d07f236
2023-07-03 22:31:20 +02:00
Mayank Jain
d8a381e049
docs: Updated button width in documentation/reactivity (#8897)
* Updated button width in documentation/reactivity

Fixed button width in order to avoid the changing width of the button in the result when the text changes from 'time' to 'times'

* Made style changes as per the guidelines

* Replicated changes made in app-a to app-b

* Update App.svelte

* Update App.svelte

---------

Co-authored-by: Puru Vijay <47742487+PuruVJ@users.noreply.github.com>
2023-07-03 20:45:52 +05:30
Valentin Grégoire
c0d92628dd
docs: Make white text on white background visible. (#8852) 2023-06-26 17:40:28 +02:00
Simon H
037ac2f55a
docs: update transitions tutorial (#8822)
fixes #8820
2023-06-23 17:20:40 +02:00
Alimurtuza
79e7ccc415
docs: fix white text on white BG in examples (#8821)
fixes ##8816
2023-06-23 16:36:42 +02:00
Simon Holthausen
94cfdbcee1 docs: fix snippet
closes #8817
2023-06-23 14:43:43 +02:00
Puru Vijay
993b40201c
feat(site-2): New Markdown renderer, FAQ, Blog, Tutorial, Docs, (#8603)
* New FAQ, new renderer

* Push blog stuff

* Fix blog posts

* Add tutorial to be rendered

* Update documentation/content/blog/2023-03-09-zero-config-type-safety.md

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

* Update documentation/content/blog/2023-03-09-zero-config-type-safety.md

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

* Revamp a lot of renderer, make it (soft) compatible with sveltekit

* Remove markdown types

* Clean up faq +page

* Document stuff

* Make the options more explicity

* chore(site-2): Restructure docs pt 2 (#8604)

* Push

* Update readme

* Push

* inor accessibility fix

* minr stuff

* Add prepare

* Run prettier

* Remove test script

* pnpm update

* Update sites/svelte.dev/src/routes/examples/[slug]/+page.svelte

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

* Update sites/svelte.dev/package.json

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2023-05-25 18:19:38 +05:30