Skip to content

Commit 73b6bc9

Browse files
Alex-Sokoloveddyerburgh
authored andcommitted
docs: add missed links to README.md's (#101)
* Update README.md * Update README.md
1 parent b80b969 commit 73b6bc9

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

docs/en/README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,24 @@
1111
* [Using with Vue Router](guides/using-with-vue-router.md)
1212
* [Using with Vuex](guides/using-with-vuex.md)
1313
* [API](api/README.md)
14-
* [createLocalVue](api/createLocalVue.md)
1514
* [mount](api/mount.md)
1615
* [shallow](api/shallow.md)
1716
* [Mounting Options](api/options.md)
17+
- [context](api/options.md#context)
18+
- [slots](api/options.md#slots)
19+
- [stubs](api/options.md#stubs)
20+
- [mocks](api/options.md#mocks)
21+
- [localVue](api/options.md#localvue)
22+
- [attachToDocument](api/options.md#attachtodocument)
23+
- [attrs](api/options.md#attrs)
24+
- [listeners](api/options.md#listeners)
25+
- [clone](api/options.md#clone)
1826
* [Wrapper](api/wrapper/README.md)
1927
* [contains](api/wrapper/contains.md)
28+
* [emitted](api/wrapper/emitted.md)
29+
* [emittedByOrder](api/wrapper/emittedByOrder.md)
2030
* [find](api/wrapper/find.md)
31+
* [findAll](api/wrapper/findAll.md)
2132
* [hasAttribute](api/wrapper/hasAttribute.md)
2233
* [hasClass](api/wrapper/hasClass.md)
2334
* [hasProp](api/wrapper/hasProp.md)
@@ -27,11 +38,12 @@
2738
* [isEmpty](api/wrapper/isEmpty.md)
2839
* [isVueInstance](api/wrapper/isVueInstance.md)
2940
* [name](api/wrapper/name.md)
30-
* [update](api/wrapper/update.md)
3141
* [setData](api/wrapper/setData.md)
42+
* [setMethods](api/wrapper/setMethods.md)
3243
* [setProps](api/wrapper/setProps.md)
3344
* [text](api/wrapper/text.md)
3445
* [trigger](api/wrapper/trigger.md)
46+
* [update](api/wrapper/update.md)
3547
* [WrapperArray](api/wrapper-array/README.md)
3648
* [at](api/wrapper-array/at.md)
3749
* [contains](api/wrapper-array/contains.md)
@@ -42,8 +54,10 @@
4254
* [is](api/wrapper-array/is.md)
4355
* [isEmpty](api/wrapper-array/isEmpty.md)
4456
* [isVueInstance](api/wrapper-array/isVueInstance.md)
45-
* [update](api/wrapper-array/update.md)
4657
* [setData](api/wrapper-array/setData.md)
58+
* [setMethods](api/wrapper-array/setMethods.md)
4759
* [setProps](api/wrapper-array/setProps.md)
4860
* [trigger](api/wrapper-array/trigger.md)
61+
* [update](api/wrapper-array/update.md)
4962
* [Selectors](api/selectors.md)
63+
* [createLocalVue](api/createLocalVue.md)

docs/en/guides/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
* [Using with Jest](./using-with-jest.md)
77
* [Testing SFCs with Jest](./testing-SFCs-with-jest.md)
88
* [Testing SFCs with Mocha + webpack](./testing-SFCs-with-mocha-webpack.md)
9+
* [Using with Vue Router](./using-with-vue-router.md)
910
* [Using with Vuex](./using-with-vuex.md)

0 commit comments

Comments
 (0)