From aba855db9848a0e3a35c5507e1ea5dac5d82e120 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sat, 27 Aug 2022 10:15:52 -0700 Subject: [PATCH] [docs] move getting started guide from blog post to docs --- CONTRIBUTING.md | 2 +- ...17-08-07-the-easiest-way-to-get-started.md | 66 ------------------- site/content/docs/01-getting-started.md | 21 ++++++ ...onent-format.md => 02-component-format.md} | 0 ...mplate-syntax.md => 03-template-syntax.md} | 0 .../docs/{03-run-time.md => 04-run-time.md} | 0 ...{04-compile-time.md => 05-compile-time.md} | 0 ...rnings.md => 06-accessibility-warnings.md} | 0 .../01-introduction/01-basics/text.md | 2 +- .../19-next-steps/01-congratulations/text.md | 2 +- 10 files changed, 24 insertions(+), 69 deletions(-) delete mode 100644 site/content/blog/2017-08-07-the-easiest-way-to-get-started.md create mode 100644 site/content/docs/01-getting-started.md rename site/content/docs/{01-component-format.md => 02-component-format.md} (100%) rename site/content/docs/{02-template-syntax.md => 03-template-syntax.md} (100%) rename site/content/docs/{03-run-time.md => 04-run-time.md} (100%) rename site/content/docs/{04-compile-time.md => 05-compile-time.md} (100%) rename site/content/docs/{05-accessibility-warnings.md => 06-accessibility-warnings.md} (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c7989caeea..816faf31aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ The [Open Source Guides](https://opensource.guide/) website has a collection of There are many ways to contribute to Svelte, and many of them do not involve writing any code. Here's a few ideas to get started: -- Simply start using Svelte. Go through the [Getting Started](https://svelte.dev/blog/the-easiest-way-to-get-started) guide. Does everything work as expected? If not, we're always looking for improvements. Let us know by [opening an issue](#reporting-new-issues). +- Simply start using Svelte. Go through the [Getting Started](https://svelte.dev/docs#getting-started) guide. Does everything work as expected? If not, we're always looking for improvements. Let us know by [opening an issue](#reporting-new-issues). - Look through the [open issues](https://github.com/sveltejs/svelte/issues). A good starting point would be issues tagged [good first issue](https://github.com/sveltejs/svelte/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). Provide workarounds, ask for clarification, or suggest labels. Help [triage issues](#triaging-issues-and-pull-requests). - If you find an issue you would like to fix, [open a pull request](#your-first-pull-request). - Read through our [tutorials](https://svelte.dev/tutorial/basics). If you find anything that is confusing or can be improved, you can make edits by clicking "Edit this chapter" at the bottom left of the tutorial page. diff --git a/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md b/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md deleted file mode 100644 index fe4a14eaeb..0000000000 --- a/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: The easiest way to get started with Svelte -description: This'll only take a minute. -author: Rich Harris -authorURL: https://twitter.com/Rich_Harris ---- - -Svelte is a [new kind of framework](/blog/frameworks-without-the-framework). Rather than putting a `