Skip to content

Commit 8e92597

Browse files
author
Jacek Piętal
committed
chore: update docs
1 parent a407b9b commit 8e92597

22 files changed

+27
-23
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[<img src="https://badge.fury.io/js/chef-core.svg" alt="npm package version" />](https://badge.fury.io/js/chef-core) [<img src="https://circleci.com/gh/chef-js/core.svg?style=shield" alt="tests status" />](https://circleci.com/gh/chef-js/core) [<img src="https://img.shields.io/npm/dw/chef-core.svg?color=success" alt="npm downloads per week" />](https://www.npmts.com/package/chef-core)
66

7-
87
**web-sockets** micro-service manager and **static files server** at the same port,
98

109
designed for **node** written in **typescript**, with **tests**

docs/functions/chef.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h4 class="tsd-returns-title">
165165
<li>
166166
Defined in
167167
<a
168-
href="https://github.com/chef-js/core/blob/cdfb632/src/server/index.ts#L19"
168+
href="https://github.com/chef-js/core/blob/a407b9b/src/server/index.ts#L19"
169169
>server/index.ts:19</a
170170
>
171171
</li>

docs/functions/createFileReader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h4 class="tsd-returns-title">
195195
<li>
196196
Defined in
197197
<a
198-
href="https://github.com/chef-js/core/blob/cdfb632/src/server/static-files.ts#L6"
198+
href="https://github.com/chef-js/core/blob/a407b9b/src/server/static-files.ts#L6"
199199
>server/static-files.ts:6</a
200200
>
201201
</li>

docs/functions/getPlugin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h4 class="tsd-returns-title">
155155
<li>
156156
Defined in
157157
<a
158-
href="https://github.com/chef-js/core/blob/cdfb632/src/plugins.ts#L30"
158+
href="https://github.com/chef-js/core/blob/a407b9b/src/plugins.ts#L30"
159159
>plugins.ts:30</a
160160
>
161161
</li>

docs/functions/getUrl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h4 class="tsd-returns-title">
130130
<li>
131131
Defined in
132132
<a
133-
href="https://github.com/chef-js/core/blob/cdfb632/src/server/get-url.ts#L1"
133+
href="https://github.com/chef-js/core/blob/a407b9b/src/server/get-url.ts#L1"
134134
>server/get-url.ts:1</a
135135
>
136136
</li>

docs/functions/populatePlugins.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h4 class="tsd-returns-title">
143143
<li>
144144
Defined in
145145
<a
146-
href="https://github.com/chef-js/core/blob/cdfb632/src/plugins.ts#L4"
146+
href="https://github.com/chef-js/core/blob/a407b9b/src/plugins.ts#L4"
147147
>plugins.ts:4</a
148148
>
149149
</li>

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ <h1><a href="#md:chef-core">chef-core</a></h1>
9797
src="https://circleci.com/gh/chef-js/core.svg?style=shield"
9898
alt="tests status"
9999
/></a>
100+
<a href="https://www.npmts.com/package/chef-core"
101+
><img
102+
src="https://img.shields.io/npm/dw/chef-core.svg?color=success"
103+
alt="npm downloads per week"
104+
/></a>
100105
</p>
101106
<p>
102107
<strong>web-sockets</strong> micro-service manager and

docs/types/Config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ <h5>
278278
<li>
279279
Defined in
280280
<a
281-
href="https://github.com/chef-js/core/blob/cdfb632/src/types.ts#L94"
281+
href="https://github.com/chef-js/core/blob/a407b9b/src/types.ts#L94"
282282
>types.ts:94</a
283283
>
284284
</li>

docs/types/CoreConsumer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h4 class="tsd-returns-title">
194194
<li>
195195
Defined in
196196
<a
197-
href="https://github.com/chef-js/core/blob/cdfb632/src/types.ts#L110"
197+
href="https://github.com/chef-js/core/blob/a407b9b/src/types.ts#L110"
198198
>types.ts:110</a
199199
>
200200
</li>
@@ -261,7 +261,7 @@ <h4 class="tsd-returns-title">
261261
<li>
262262
Defined in
263263
<a
264-
href="https://github.com/chef-js/core/blob/cdfb632/src/types.ts#L111"
264+
href="https://github.com/chef-js/core/blob/a407b9b/src/types.ts#L111"
265265
>types.ts:111</a
266266
>
267267
</li>
@@ -278,7 +278,7 @@ <h4 class="tsd-returns-title">
278278
<li>
279279
Defined in
280280
<a
281-
href="https://github.com/chef-js/core/blob/cdfb632/src/types.ts#L109"
281+
href="https://github.com/chef-js/core/blob/a407b9b/src/types.ts#L109"
282282
>types.ts:109</a
283283
>
284284
</li>

docs/types/Event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h5>
135135
<li>
136136
Defined in
137137
<a
138-
href="https://github.com/chef-js/core/blob/cdfb632/src/types.ts#L36"
138+
href="https://github.com/chef-js/core/blob/a407b9b/src/types.ts#L36"
139139
>types.ts:36</a
140140
>
141141
</li>

0 commit comments

Comments
 (0)