Skip to content

Commit

Permalink
doc: update menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 2, 2022
1 parent b1eb053 commit da7f2fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ C 和 C++ 的主要区别在于 C++ 支持类和对象,而 C 不支持
- [C 运算符 Operators](docs/c_operators.md)
- [C If...Else](docs/c_conditions.md)
- [C Switch](docs/c_switch.md)
- [C C While 循环](docs/c_while_loop.md)
- [C While 循环](docs/c_while_loop.md)
- [C For 循环](docs/c_for_loop.md)
- [C 跳出循环 Break/Continue](docs/c_break_continue.md)
- [C 数组 Arrays](docs/c_arrays.md)
Expand Down
5 changes: 4 additions & 1 deletion idoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ logo: ./logo.svg
favicon: ./logo.svg

menus:
Home: index.html
首页: index.html
官方文档:
url: https://zh.cppreference.com/w/c
target: __blank

editButton:
label: GitHub 上编辑此页
Expand Down

0 comments on commit da7f2fa

Please sign in to comment.