0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Antony Jones
90794167fe
Remove duplicate site build instructions (#4824) 2020-06-10 08:47:31 -04:00
Jan C
9bf8fd3747 Update site README for local REPL (#3078)
* Update site README for local REPL

* Change the local install instructions to be able to use the local repl out of the box
This avoids potential confusion in setting the website up for local use.

* Add sections for Testing and Building
* Add a note that the local REPL will only work for the development page

* Update README.md
2019-06-23 13:48:21 -04:00
Conduitry
a6d75b85e6
site: improve instructions for using local copy of Svelte 2019-05-19 07:17:30 -04:00
Luca Bonavita
211d86b4f8 Update the message in the popup we get when we login in the REPL 2019-04-29 07:20:33 -04:00
Luca Bonavita
788519b1c4 Site: use pure javascript slugification library
This library doesn't support languages but it has only 2 dependencies being free from native dependencies

Closes #2508
2019-04-28 09:54:38 -04:00
Luca Bonavita
c8b2941d81 Support slug translations in the API docs
- implement a unicode-preserver processor and a latinizer processor via limax.

  The latinizer will maintain the case and the dollar sign so that we get anchors like:
  - #$set
  - #afterUpdate
  - #createEventDispatcher

- config.js:

  - use SLUG_PRESERVE_UNICODE to true to build the site so that anchors in /docs preserve unicode chars (for languages like cyrillic)
    (see test/utils/slug.js)

  - use SLUG_SEPARATOR to easily update slugs in /docs

  - use SLUG_LANG to set up the language to translate unicode symbols in anchors:
    - de: 'Ich ♥ Deutsch' -> 'ich-liebe-deutsch'
    - en: 'Ich ♥ Deutsch' -> 'ich-love-deutsch'

Fixes #2344
2019-04-17 00:42:53 +01:00
Conduitry
7fa7f200d1 site: mention PUBLISH env variable in readme 2019-02-22 00:22:13 -05:00
Conduitry
ca6ab95ea4 site: update readme with simplified version=local instructions 2019-01-19 16:28:52 -05:00
Conduitry
7bc461f6ee site: update readme and tidy package.json 2019-01-09 11:29:25 -05:00
Rich Harris
29052aba7d
Bring svelte.technology source into main repo 2018-12-22 16:09:27 -05:00