Skip to content

Commit

Permalink
add doc for coro_http_client
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Aug 22, 2023
1 parent 9639bec commit 3a43b2d
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/.vitepress/config/zh_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export const easylog_Links = [
{ text: 'easylog简介', link: '/zh/easylog/easylog_introduction' },
];

export const coro_http_client_Links = [
{ text: 'coro_http_client简介', link: '/zh/coro_http_client/coro_http_client_introduction' },
];

export const aboutLinks = [
{ text: 'purecpp', link: '/zh/about/community' }, //TODO 未来支持英语
{ text: 'contribute', link: '/zh/about/contribute' },
Expand Down
1 change: 1 addition & 0 deletions website/.vitepress/config/zh_locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const zh_themeConfig = <DefaultTheme.Config>
{ text: 'struct_pb', items: data.struct_pb_Links, },
{ text: 'coro_rpc', items: data.coro_rpc_Links },
{ text: 'easylog', items: data.easylog_Links },
{ text: 'coro_http_client', items: data.coro_http_client_Links },
]
};

Expand Down
Loading

0 comments on commit 3a43b2d

Please sign in to comment.