Skip to content

Commit 248f134

Browse files
committed
Sync the sidebar menu to the latest version
1 parent 86c3991 commit 248f134

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/_sidebar.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
<!-- markdownlint-disable -->
22

3-
* [入门](/getting_started.md)
3+
* 入门](/getting_started.md)
44
* [Playbook](/playbook.md)
5+
<a rel="noopener" href="https://github.com/sponsors/test-prof" class="sponsor-link" target="_blank">
6+
<img class='sponsor-badge' src='/assets/images/heart.svg' alt='heart' />
7+
<span>Sponsor</span>
8+
</a>
59

610
* 分析器
7-
* [RubyProf 的整合](/profilers/ruby_prof.md)
8-
* [StackProf 的整合](/profilers/stack_prof.md)
11+
* [Ruby 分析器](/profilers/ruby_profilers.md)
912
* [Event 分析器](/profilers/event_prof.md)
1013
* [Tag 分析器](/profilers/tag_prof.md)
1114
* [Factory 医生](/profilers/factory_doctor.md)
1215
* [Factory 分析器](/profilers/factory_prof.md)
1316
* [RSpecDissect 分析器](/profilers/rspec_dissect.md)
17+
* [Memory 分析器](/profilers/memory_prof.md)
1418

1519
* 配方
1620
* [`before_all` Hook](/recipes/before_all.md)
17-
* [`let_it_be` 帮助方法](/recipes/let_it_be.md)
21+
* [`let_it_be` Helper](/recipes/let_it_be.md)
1822
* [AnyFixture](/recipes/any_fixture.md)
1923
* [FactoryDefault](/recipes/factory_default.md)
2024
* [FactoryAllStub](/recipes/factory_all_stub.md)
2125
* [RSpec Stamp](/recipes/rspec_stamp.md)
2226
* [测试抽样](/recipes/tests_sampling.md)
23-
* [Rails 详细日志](/recipes/logging.md)
24-
27+
* [Rails 日志](/recipes/logging.md)
28+
2529
* 杂项
2630
* [RuboCop cops](/misc/rubocop.md)

0 commit comments

Comments
 (0)