Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liukj committed Jan 16, 2025
1 parent 241468e commit 83208eb
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
24 changes: 12 additions & 12 deletions docs/content.en/docs/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ bookCollapseSection: true

# References

- [env](../../gateway/references/config.md#使用环境变量)
- [path](../../gateway/references/config.md#path)
- [log](../../gateway/references/config.md#log)
- [configs](../../gateway/references/config.md#configs)
- [api](../../gateway/references/config.md#api)
- [badger](../../gateway/references/config.md#badger)
- [disk_queue](../../gateway/references/config.md#本地磁盘队列)
- [elasticsearch](../../gateway/references/elasticsearch.md)
- [resource_limit](../../gateway/references/config.md#资源限制)
- [metrics](../../gateway/references/config.md#metrics)
- [node](../../gateway/references/config.md#node)
- [env](https://docs.infinilabs.com/gateway/main/docs/references/config/#environment-variables)
- [path](https://docs.infinilabs.com/gateway/main/docs/references/config/#path)
- [log](https://docs.infinilabs.com/gateway/main/docs/references/config/#log)
- [configs](https://docs.infinilabs.com/gateway/main/docs/references/config/#configs)
- [api](https://docs.infinilabs.com/gateway/main/docs/references/config/#api)
- [badger](https://docs.infinilabs.com/gateway/main/docs/references/config/#badger)
- [disk_queue](https://docs.infinilabs.com/gateway/main/docs/references/config/#local-disk-queue)
- [elasticsearch](https://docs.infinilabs.com/gateway/main/docs/references/elasticsearch/)
- [resource_limit](https://docs.infinilabs.com/gateway/main/docs/references/config/#resource-limitations)
- [metrics](https://docs.infinilabs.com/gateway/main/docs/references/config/#metrics)
- [node](https://docs.infinilabs.com/gateway/main/docs/references/config/#node)
- [processors](./processors/_index.md)
- [other](../../gateway/references/config.md#其它配置-1)
- [other](https://docs.infinilabs.com/gateway/main/docs/references/config/#misc)
2 changes: 1 addition & 1 deletion docs/content.en/docs/configuration/processors/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ bookCollapseSection: true
- [es_logs_processor](./es_logs_processor.md)
- [logs_processor](./logs_processor.md)

For more processor content, please see [processors](../../../gateway/references/processors/_index.md).
For more processor content, please see [processors](https://docs.infinilabs.com/gateway/main/docs/references/processors/).
2 changes: 1 addition & 1 deletion docs/content.en/docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ asciinema: true

# Installing the Agent

INFINI Agent supports mainstream operating systems and platforms. The program package is small, with no extra external dependency. So, the loadgen can be installed very rapidly
INFINI Agent supports mainstream operating systems and platforms. The program package is small, with no extra external dependency. So, the agent can be installed very rapidly

## Downloading

Expand Down
2 changes: 1 addition & 1 deletion docs/content.en/docs/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Information about release notes of INFINI Agent is provided here.
- The code is open source, and Github [repository](https://github.com/infinilabs/agent) is used for development.
- Keep the same version number as INFINI Console.
- Synchronize updates for known issues fixed in the Framework.
- 支持 K8S 环境指标采集
- Support collect metrics on Kubernetes

## 1.26.1 (2024-08-13)

Expand Down
24 changes: 12 additions & 12 deletions docs/content.zh/docs/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ bookCollapseSection: true

# 参数配置

- [env](../../gateway/references/config.md#使用环境变量)
- [path](../../gateway/references/config.md#path)
- [log](../../gateway/references/config.md#log)
- [configs](../../gateway/references/config.md#configs)
- [api](../../gateway/references/config.md#api)
- [badger](../../gateway/references/config.md#badger)
- [disk_queue](../../gateway/references/config.md#本地磁盘队列)
- [elasticsearch](../../gateway/references/elasticsearch.md)
- [resource_limit](../../gateway/references/config.md#资源限制)
- [metrics](../../gateway/references/config.md#metrics)
- [node](../../gateway/references/config.md#node)
- [env](http://infinilabs.cn/docs/latest/gateway/references/config/#使用环境变量)
- [path](http://infinilabs.cn/docs/latest/gateway/references/config/#path)
- [log](http://infinilabs.cn/docs/latest/gateway/references/config/#log)
- [configs](http://infinilabs.cn/docs/latest/gateway/references/config/#configs)
- [api](http://infinilabs.cn/docs/latest/gateway/references/config/#api)
- [badger](http://infinilabs.cn/docs/latest/gateway/references/config/#badger)
- [disk_queue](http://infinilabs.cn/docs/latest/gateway/references/config/#本地磁盘队列)
- [elasticsearch](https://infinilabs.cn/docs/latest/gateway/references/elasticsearch/)
- [resource_limit](http://infinilabs.cn/docs/latest/gateway/references/config/#资源限制)
- [metrics](http://infinilabs.cn/docs/latest/gateway/references/config/#metrics)
- [node](http://infinilabs.cn/docs/latest/gateway/references/config/#node)
- [processors](./processors/_index.md)
- [其他参数](../../gateway/references/config.md#其它配置-1)
- [其他参数](http://infinilabs.cn/docs/latest/gateway/references/config/#其它配置-1)

0 comments on commit 83208eb

Please sign in to comment.