Skip to content

Commit

Permalink
Merge pull request #1 from EvanLjp/polish-docs
Browse files Browse the repository at this point in the history
polish docs
  • Loading branch information
EvanLjp authored Nov 23, 2021
2 parents c800247 + ab1209a commit a5b118c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The core advantages of **iLogtail** :
- Skywalking V2 protocol
- Skywalking V3 protocol
- ...
Metrics
- Metrics
- Node metrics
- Process metrics
- Gpu metrics
Expand Down
6 changes: 3 additions & 3 deletions docs/en/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Through the following content, you will learn about the overall structure of iLo
## Plugin contribution guide
- [How to use Logger](How-to-use-logger.md)
- [Develop Input Plugin](How-to-write-input-plugins.md)
- [Develop Processor Plug-in](How-to-write-processor-plugins.md)
- [Develop Processor Plugin](How-to-write-processor-plugins.md)
- [Develop Aggregator plugin](How-to-write-aggregator-plugins.md)
- [Develop Flushor plugin](How-to-write-flusher-plugins.md)

## Test
When the plugin is written, the following content will guide you how to do unit testing and E2E testing. E2E testing can help you mock testing environments, such as Mysql dependencies.
-[How to write a unit test](How-to-write-unit-test.md)
-[How to write E2E test](../../../test/README.md)
- [How to write a unit test](How-to-write-unit-test.md)
- [How to write E2E test](../../../test/README.md)

## Code Check
Before you submit a Pull Request, you need to ensure that the code style check and the test are whole pass. The following content will help you to check them.
Expand Down

0 comments on commit a5b118c

Please sign in to comment.