You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin-development/README.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,8 @@ Following is a snippet of `README.md` showing the project skeleton generated wit
248
248
249
249
For example:
250
250
251
-
```text
251
+
<!--- four backquotes are used because the block contains three backquotes for markup -->
252
+
````text
252
253
# fluent-plugin-http2
253
254
254
255
[Fluentd](https://fluentd.org/) input plugin to do something.
@@ -258,11 +259,11 @@ TODO: write description for you plugin.
258
259
## Installation
259
260
260
261
### RubyGems
261
-
```
262
262
263
+
```
263
264
$ gem install fluent-plugin-http2
265
+
```
264
266
265
-
```text
266
267
### Bundler
267
268
268
269
Add following line to your Gemfile:
@@ -273,27 +274,26 @@ gem "fluent-plugin-http2"
273
274
274
275
And then execute:
275
276
276
-
```text
277
+
```
277
278
$ bundle
278
279
```
279
280
280
281
## Configuration
281
282
282
283
You can generate configuration template:
283
284
284
-
```text
285
+
```
285
286
$ fluent-plugin-config-format input http2
286
287
```
287
288
288
289
You can copy and paste generated documents here.
289
290
290
291
## Copyright
291
292
292
-
* Copyright\(c\) 2017- John Doe
293
+
* Copyright(c) 2017- John Doe
293
294
* License
294
295
* Apache License, Version 2.0
295
-
296
-
\`\`\`
296
+
````
297
297
298
298
You should write the plugin description and configurations.
299
299
@@ -328,9 +328,6 @@ For more details, see `fluent-plugin-config-format --help`.
328
328
## Further Reading
329
329
330
330
*[Slides: Fluentd v0.14 Plugin API Details](http://www.slideshare.net/tagomoris/fluentd-v014-plugin-api-details)
331
-
*[Slides: Dive into Fluentd Plugin](http://www.slideshare.net/repeatedly/dive-into-fluentd-plugin-v012)
332
-
333
-
\(outdated\)
331
+
*[Slides: Dive into Fluentd Plugin](http://www.slideshare.net/repeatedly/dive-into-fluentd-plugin-v012) (outdated)
334
332
335
333
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
0 commit comments