You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Svelte is a UI framework that uses a compiler to let you write breathtakingly concise components that do minimal work in the browser, using languages you already know — HTML, CSS and JavaScript.
18
-
19
-
## Documentation Sets
20
-
21
-
- [Abridged documentation](${DOMAIN}/llms-small.txt): A minimal version of the Svelte and SvelteKit documentation, with examples and non-essential content removed
22
-
- [Complete documentation](${DOMAIN}/llms-full.txt): The complete Svelte and SvelteKit documentation including all examples and additional content
23
-
24
-
## Individual Package Documentation
25
-
26
-
${package_docs}
27
-
28
-
## Notes
29
-
30
-
- The abridged documentation excludes legacy compatibility notes, detailed examples, and supplementary information
31
-
- The complete documentation includes all content from the official documentation
32
-
- Package-specific documentation files contain only the content relevant to that package
33
-
- The content is automatically generated from the same source as the official documentation`;
> Svelte is a UI framework that uses a compiler to let you write breathtakingly concise components that do minimal work in the browser, using languages you already know — HTML, CSS and JavaScript.
4
+
5
+
## Documentation Sets
6
+
7
+
-[Abridged documentation](https://svelte.dev/llms-small.txt): A minimal version of the Svelte and SvelteKit documentation, with examples and non-essential content removed
8
+
-[Complete documentation](https://svelte.dev/llms-full.txt): The complete Svelte and SvelteKit documentation including all examples and additional content
9
+
10
+
## Individual Package Documentation
11
+
12
+
%PACKAGE_DOCS%
13
+
14
+
## Notes
15
+
16
+
- The abridged documentation excludes legacy compatibility notes, detailed examples, and supplementary information
17
+
- The complete documentation includes all content from the official documentation
18
+
- Package-specific documentation files contain only the content relevant to that package
19
+
- The content is automatically generated from the same source as the official documentation
0 commit comments