How to add SkyWalking to adaptor document list

Apache SkyWalking has supported istio mixer telemetry(https://github.com/apache/incubator-skywalking/blob/0593fdd948ef82042712d0ee483dd461b79695a8/docs/en/setup/README.md#on-service-mesh) . I want to know how to add the project link and config document link to the istio doc page(https://istio.io/docs/reference/config/policy-and-telemetry/adapters/)

Hope someone could provide a clear way to do so.

IIRC, you need to point a script in the docs repo at your repo. See: https://github.com/istio/istio.io/blob/8fd070d4ca8485567a3fbcccd2a57eb5ec64092c/scripts/grab_reference_docs.sh#L18-L25.

Yes. I have noticed this script. But what do I need to put in my repo?

You just need a pb.html file for your config, iirc. This is (somewhat) documented on the github wiki: https://github.com/istio/istio/wiki/Publishing-Adapters-and-Templates-to-istio.io

Did you get this working? If not, please let me know and we’ll get it working.

Sorry. I haven’t no time in these days to try this. Working on KubeCon CFP review, and finish all works before Chinese new year vacation. 3 days left. I will work on this after I am back from the vacation.

I just submitted the PR. https://github.com/istio/istio.io/pull/3961