Update getting started doc to follow connectrpc.com patterns#11
Update getting started doc to follow connectrpc.com patterns#11anuraaga merged 2 commits intoconnectrpc:mainfrom
Conversation
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
ac6bee3 to
620a9c0
Compare
stefanvanburen
left a comment
There was a problem hiding this comment.
awesome, looks great to me.
Can land this here, and/or start to upstream it to the docs repo? Not sure if the docs here are still published separately, but seems like we want to centralize them with the others eventually.
|
Yeah I think the goal is to get the docs into that repo. I'm thinking of going through page by page to flesh them out here aiming for the doc coverage of other languages and then moving them over. Does that sound ok? |
yeah, works for me. I just didn't know if you wanted to just start upstreaming them one-by-one instead as I think docusaurus may have slightly different syntax, but I'm also fine if you want to land them all here and then migrate in one shot :) |
I mostly followed along the connect-go getting started, picking up a few points about remote plugins from connect-kotlin.
Also fixes some links and adds missing
reprfor headers so they're printable.