mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-03 04:02:33 +02:00
Update gitignore, npmignore, readme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
*.sketch
|
*.sketch
|
||||||
dist
|
dist
|
||||||
|
lib
|
||||||
examples/build.dev.js
|
examples/build.dev.js
|
||||||
examples/build.prod.js
|
examples/build.prod.js
|
||||||
node_modules
|
node_modules
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
docs
|
docs
|
||||||
examples
|
examples
|
||||||
lib
|
src
|
||||||
test
|
test
|
||||||
tmp
|
tmp
|
||||||
|
@@ -112,7 +112,7 @@ If you're using Slate for the first time, check out the [Getting Started](http:/
|
|||||||
- [**Reference**](http://docs.slatejs.org/reference/components/editor.html)
|
- [**Reference**](http://docs.slatejs.org/reference/components/editor.html)
|
||||||
- [**FAQ**](http://docs.slatejs.org/concepts/faq.html)
|
- [**FAQ**](http://docs.slatejs.org/concepts/faq.html)
|
||||||
|
|
||||||
If even that's not enough, you can always [read the source itself](./lib), which is explained along with a handful of readme's.
|
If even that's not enough, you can always [read the source itself](./src), which is explained along with a handful of readme's.
|
||||||
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
Reference in New Issue
Block a user