Skip to content

Commit

Permalink
doc: add wechat QR code (#663)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander authored Aug 1, 2024
1 parent acd7184 commit ba1139a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,22 @@

---

HTNN is...
HTNN (Hyper Trust-Native Network) is Ant Group's internally developed cloud-native cross-layer networking solution, based on Envoy and Istio, and support extending via Go runtime. HTNN architecturally embraces cloud-native standards, supports multi-cluster management and flexible scalability. As a result, it has an ecosystem that supports high development efficiency. By open sourcing HTNN, Ant Group hopes that the community can share its product capabilities and work together to build advanced network products.

## the hub of the Envoy Go plugins.
## Documentation

First of all, go to the `./plugins` directory.
* [Introduction](https://github.com/mosn/htnn/blob/main/site/content/zh-hans/docs/getting-started/introduction.md)
* [Quick Start](https://github.com/mosn/htnn/blob/main/site/content/en/docs/getting-started/quick_start.md)
* [Get Involved](https://github.com/mosn/htnn/blob/main/site/content/en/docs/developer-guide/get_involved.md)

### To use the Envoy Go plugins
## Community

Run `make build-so`. Now the Go plugins are compiled into `libgolang.so`.
### Chinese

To know how to use the Go plugins in a static configuration, you can read [./etc/demo.yaml](./etc/demo.yaml) and run `make run-demo`.
#### 微信群

### To develop Envoy Go plugins

To know how to add plugins to this repo, you can read [Plugin Development](./site/content/en/docs/developer-guide/plugin_development.md).

To import HTNN to your project and add your private plugin, you can take a look at the [example](./examples/dev_your_plugin).
<img src="./site/static/images/wechat_group.png" height=424 width=270 />
(如过期请加微信:spacewander_lzx,注明“HTNN”)

## Thanks

Expand Down
Binary file added site/static/images/wechat_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba1139a

Please sign in to comment.