-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66da6c9
commit 1e76e30
Showing
5 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
export const guidLinks = [ | ||
{text: '雅兰亭库简介', link: '/zh/guide/what_is_yalantinglibs'}, | ||
{text: '通过Git Submodule使用', link: '/zh/guide/how_to_use_as_git_submodule'}, | ||
{text: '通过CMake find_package使用', link: '/zh/guide/how_to_use_by_cmake_find_package'}, | ||
{ text: '雅兰亭库简介', link: '/zh/guide/what_is_yalantinglibs' }, | ||
{ text: '通过Git Submodule使用', link: '/zh/guide/how_to_use_as_git_submodule' }, | ||
{ text: '通过CMake find_package使用', link: '/zh/guide/how_to_use_by_cmake_find_package' }, | ||
]; | ||
|
||
//构建系统相关语法 | ||
export const struct_pb_Links = [ | ||
{text: 'struct_pb简介', link: '/zh/struct_pb/struct_pb_intro'}, | ||
{text: '快速开始', link: '/zh/struct_pb/struct_pb_quick_start'}, | ||
{text: '特性支持', link: '/zh/struct_pb/struct_pb_supported_features'}, | ||
{text: '使用proto3', link: '/zh/struct_pb/struct_pb_guide_proto3'}, | ||
{text: '生成结构体', link: '/zh/struct_pb/struct_pb_generating_your_struct'}, | ||
{text: 'struct_pb API', link: '/zh/struct_pb/struct_pb_api'}, | ||
{ text: 'struct_pb简介', link: '/zh/struct_pb/struct_pb_intro' }, | ||
{ text: '快速开始', link: '/zh/struct_pb/struct_pb_quick_start' }, | ||
{ text: '特性支持', link: '/zh/struct_pb/struct_pb_supported_features' }, | ||
{ text: '使用proto3', link: '/zh/struct_pb/struct_pb_guide_proto3' }, | ||
{ text: '生成结构体', link: '/zh/struct_pb/struct_pb_generating_your_struct' }, | ||
{ text: 'struct_pb API', link: '/zh/struct_pb/struct_pb_api' }, | ||
]; | ||
|
||
export const struct_pack_Links = [ | ||
{text: 'struct_pack简介', link: '/zh/struct_pack/struct_pack_intro'}, | ||
{text: 'struct_pack布局', link: '/zh/struct_pack/struct_pack_layout'}, | ||
{text: 'struct_pack类型系统', link: '/zh/struct_pack/struct_pack_type_system'}, | ||
{text: 'API Reference', link: "https://alibaba.github.io/yalantinglibs/doxygen_cn/html/group__struct__pack.html"} | ||
{ text: 'struct_pack简介', link: '/zh/struct_pack/struct_pack_intro' }, | ||
{ text: 'struct_pack提示', link: '/zh/struct_pack/struct_pack_tips' }, | ||
{ text: 'struct_pack布局', link: '/zh/struct_pack/struct_pack_layout' }, | ||
{ text: 'struct_pack类型系统', link: '/zh/struct_pack/struct_pack_type_system' }, | ||
{ text: 'API Reference', link: "https://alibaba.github.io/yalantinglibs/doxygen_cn/html/group__struct__pack.html" } | ||
]; | ||
|
||
export const coro_rpc_Links = [ | ||
{text: 'coro_rpc简介', link: '/zh/coro_rpc/coro_rpc_introduction'}, | ||
{ text: 'coro_rpc简介', link: '/zh/coro_rpc/coro_rpc_introduction' }, | ||
]; | ||
|
||
export const aboutLinks = [ | ||
{text: 'purecpp', link: '/zh/about/community'}, //TODO 未来支持英语 | ||
{text: 'contribute', link: '/zh/about/contribute'}, | ||
{text: 'community', link: '/zh/about/teams'}, | ||
{text: 'team', link: '/zh/about/yalantingUser'}, | ||
{ text: 'purecpp', link: '/zh/about/community' }, //TODO 未来支持英语 | ||
{ text: 'contribute', link: '/zh/about/contribute' }, | ||
{ text: 'community', link: '/zh/about/teams' }, | ||
{ text: 'team', link: '/zh/about/yalantingUser' }, | ||
]; |