Skip to content

Commit fceb087

Browse files
committed
docs(website): update
1 parent 5cb51d4 commit fceb087

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+225
-211
lines changed

website/docs/api/reactant-di/classes/optional.Optional.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ custom_edit_url: null
2323

2424
#### Defined in
2525

26-
[packages/reactant-di/src/optional.ts:9](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/optional.ts#L9)
26+
[packages/reactant-di/src/optional.ts:9](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/optional.ts#L9)
2727

2828
## Properties
2929

@@ -33,7 +33,7 @@ custom_edit_url: null
3333

3434
#### Defined in
3535

36-
[packages/reactant-di/src/optional.ts:9](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/optional.ts#L9)
36+
[packages/reactant-di/src/optional.ts:9](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/optional.ts#L9)
3737

3838
## Accessors
3939

@@ -47,4 +47,4 @@ custom_edit_url: null
4747

4848
#### Defined in
4949

50-
[packages/reactant-di/src/optional.ts:11](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/optional.ts#L11)
50+
[packages/reactant-di/src/optional.ts:11](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/optional.ts#L11)

website/docs/api/reactant-di/modules/decorators_inject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ expect(fooBar.instance.foo.getValue()).toBe('foo');
7777

7878
#### Defined in
7979

80-
[packages/reactant-di/src/decorators/inject.ts:51](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/decorators/inject.ts#L51)
80+
[packages/reactant-di/src/decorators/inject.ts:51](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/decorators/inject.ts#L51)

website/docs/api/reactant-di/modules/decorators_injectable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ expect(fooBar.instance.foo.getValue()).toBe('foo');
109109

110110
#### Defined in
111111

112-
[packages/reactant-di/src/decorators/injectable.ts:84](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/decorators/injectable.ts#L84)
112+
[packages/reactant-di/src/decorators/injectable.ts:84](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/decorators/injectable.ts#L84)

website/docs/api/reactant-di/modules/decorators_lazy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ expect(bar.foo?.test).toBe('test');
8686

8787
#### Defined in
8888

89-
[packages/reactant-di/src/decorators/lazy.ts:41](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/decorators/lazy.ts#L41)
89+
[packages/reactant-di/src/decorators/lazy.ts:41](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/decorators/lazy.ts#L41)

website/docs/api/reactant-di/modules/decorators_multiInject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ custom_edit_url: null
3838

3939
#### Defined in
4040

41-
[packages/reactant-di/src/decorators/multiInject.ts:6](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/decorators/multiInject.ts#L6)
41+
[packages/reactant-di/src/decorators/multiInject.ts:6](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/decorators/multiInject.ts#L6)

website/docs/api/reactant-di/modules/decorators_multiOptional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ custom_edit_url: null
3838

3939
#### Defined in
4040

41-
[packages/reactant-di/src/decorators/multiOptional.ts:7](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/decorators/multiOptional.ts#L7)
41+
[packages/reactant-di/src/decorators/multiOptional.ts:7](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/decorators/multiOptional.ts#L7)

website/docs/api/reactant-di/modules/decorators_optional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ expect(fooBar.fooBar.bar).toBeUndefined();
7777

7878
#### Defined in
7979

80-
[packages/reactant-di/src/decorators/optional.ts:47](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/decorators/optional.ts#L47)
80+
[packages/reactant-di/src/decorators/optional.ts:47](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/decorators/optional.ts#L47)

website/docs/api/reactant-di/modules/forwardRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ custom_edit_url: null
2424

2525
#### Defined in
2626

27-
[packages/reactant-di/src/forwardRef.ts:4](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/forwardRef.ts#L4)
27+
[packages/reactant-di/src/forwardRef.ts:4](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/forwardRef.ts#L4)

website/docs/api/reactant-di/modules/optional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ custom_edit_url: null
1818

1919
#### Defined in
2020

21-
[packages/reactant-di/src/optional.ts:3](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-di/src/optional.ts#L3)
21+
[packages/reactant-di/src/optional.ts:3](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-di/src/optional.ts#L3)

website/docs/api/reactant-module/classes/core_plugin.PluginModule.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ custom_edit_url: null
2525

2626
#### Implementation of
2727

28-
Service.\_\_@storeKey@102401
28+
Service.\_\_@storeKey@102859
2929

3030
#### Defined in
3131

32-
[packages/reactant-module/src/core/plugin.ts:15](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-module/src/core/plugin.ts#L15)
32+
[packages/reactant-module/src/core/plugin.ts:15](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-module/src/core/plugin.ts#L15)
3333

3434
___
3535

@@ -41,7 +41,7 @@ inject enhancer for Redux
4141

4242
#### Defined in
4343

44-
[packages/reactant-module/src/core/plugin.ts:32](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-module/src/core/plugin.ts#L32)
44+
[packages/reactant-module/src/core/plugin.ts:32](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-module/src/core/plugin.ts#L32)
4545

4646
___
4747

@@ -53,7 +53,7 @@ inject middleware for Redux
5353

5454
#### Defined in
5555

56-
[packages/reactant-module/src/core/plugin.ts:27](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-module/src/core/plugin.ts#L27)
56+
[packages/reactant-module/src/core/plugin.ts:27](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-module/src/core/plugin.ts#L27)
5757

5858
___
5959

@@ -65,7 +65,7 @@ Define a React Provider for the current PluginModule
6565

6666
#### Defined in
6767

68-
[packages/reactant-module/src/core/plugin.ts:52](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-module/src/core/plugin.ts#L52)
68+
[packages/reactant-module/src/core/plugin.ts:52](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-module/src/core/plugin.ts#L52)
6969

7070
## Methods
7171

@@ -87,7 +87,7 @@ As hook after combine rootReducers
8787

8888
#### Defined in
8989

90-
[packages/reactant-module/src/core/plugin.ts:47](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-module/src/core/plugin.ts#L47)
90+
[packages/reactant-module/src/core/plugin.ts:47](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-module/src/core/plugin.ts#L47)
9191

9292
___
9393

@@ -109,7 +109,7 @@ As hook after createStore
109109

110110
#### Defined in
111111

112-
[packages/reactant-module/src/core/plugin.ts:37](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-module/src/core/plugin.ts#L37)
112+
[packages/reactant-module/src/core/plugin.ts:37](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-module/src/core/plugin.ts#L37)
113113

114114
___
115115

@@ -131,7 +131,7 @@ As hook before combine rootReducers
131131

132132
#### Defined in
133133

134-
[packages/reactant-module/src/core/plugin.ts:42](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-module/src/core/plugin.ts#L42)
134+
[packages/reactant-module/src/core/plugin.ts:42](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-module/src/core/plugin.ts#L42)
135135

136136
___
137137

@@ -153,4 +153,4 @@ preloaded state handler for Redux
153153

154154
#### Defined in
155155

156-
[packages/reactant-module/src/core/plugin.ts:20](https://github.com/unadlib/reactant/blob/30b550e1/packages/reactant-module/src/core/plugin.ts#L20)
156+
[packages/reactant-module/src/core/plugin.ts:20](https://github.com/unadlib/reactant/blob/5cb51d4e/packages/reactant-module/src/core/plugin.ts#L20)

0 commit comments

Comments
 (0)