|
1 | 1 | # Summary
|
2 | 2 |
|
3 |
| -[Intro](summary.md) |
| 3 | +[Intro](intro.md) |
4 | 4 |
|
5 |
| -# Reference |
| 5 | +## Reference |
6 | 6 |
|
7 | 7 | - [Build strategies](ref/build-strategies.md)
|
8 | 8 | - [FactoryBot.find_definitions](ref/find_definitions.md)
|
|
21 | 21 | - [FactoryBot.lint](ref/lint.md)
|
22 | 22 | - [FactoryBot.register_strategy](ref/register_strategy.md)
|
23 | 23 |
|
24 |
| -# Guide |
| 24 | +## Guide |
25 | 25 |
|
26 | 26 | - [Setup](setup/summary.md)
|
27 | 27 | - [Using Without Bundler](using-without-bundler/summary.md)
|
28 | 28 | - [Rails Preloaders and RSpec](rails-preloaders-and-rspec/summary.md)
|
29 |
| -- [Defining factories]() |
| 29 | +- [Defining factories](defining/summary.md) |
30 | 30 | - [Factory name and attributes](defining/name-attributes.md)
|
31 | 31 | - [Specifying the class explicitly](defining/explicit-class.md)
|
32 | 32 | - [Definition file paths](defining/file-paths.md)
|
33 | 33 | - [Hash attributes](defining/hash-attributes.md)
|
34 | 34 | - [Best practices](defining/best-practices.md)
|
35 | 35 | - [Static Attributes (deprecated)](defining/static-attributes.md)
|
36 |
| -- [Using factories]() |
| 36 | +- [Using factories](using-factories/summary.md) |
37 | 37 | - [Build strategies](using-factories/build-strategies.md)
|
38 | 38 | - [Building or Creating Multiple Records](building-or-creating-multiple-records/summary.md)
|
39 | 39 | - [Attribute overrides](using-factories/attribute-overrides.md)
|
|
45 | 45 | - [With callbacks](transient-attributes/with-callbacks.md)
|
46 | 46 | - [With associations](transient-attributes/with-associations.md)
|
47 | 47 | - [Method Name / Reserved Word Attributes](method-name-reserved-word-attributes/summary.md)
|
48 |
| -- [Inheritance]() |
| 48 | +- [Inheritance](inheritance/summary.md) |
49 | 49 | - [Nested factories](inheritance/nested-factories.md)
|
50 | 50 | - [Assigning parent explicitly](inheritance/assigning-parent-explicitly.md)
|
51 | 51 | - [Best practices](inheritance/best-practices.md)
|
52 |
| -- [Associations]() |
| 52 | +- [Associations](associations/summary.md) |
53 | 53 | - [Implicit definition](associations/implicit-definition.md)
|
54 | 54 | - [Explicit definition](associations/explicit-definition.md)
|
55 | 55 | - [Inline definition](associations/inline-definition.md)
|
56 | 56 | - [Specifying the factory](associations/specifying-the-factory.md)
|
57 | 57 | - [Overriding attributes](associations/overriding-attributes.md)
|
58 | 58 | - [Association overrides](associations/association-overrides.md)
|
59 | 59 | - [Build strategies](associations/build-strategies.md)
|
60 |
| -- [Sequences]() |
| 60 | +- [Sequences](sequences/summary.md) |
61 | 61 | - [Global sequences](sequences/global-sequences.md)
|
62 | 62 | - [With dynamic attributes](sequences/with-dynamic-attributes.md)
|
63 | 63 | - [As implicit attributes](sequences/as-implicit-attributes.md)
|
|
89 | 89 | - [Custom Methods to Persist Objects](custom-methods-to-persist-objects/summary.md)
|
90 | 90 | - [ActiveSupport Instrumentation](activesupport-instrumentation/summary.md)
|
91 | 91 |
|
92 |
| -# Cookbook |
| 92 | +## Cookbook |
93 | 93 |
|
94 | 94 | - [`has_many` associations](cookbook/has_many-associations.md)
|
95 | 95 | - [`has_and_belongs_to_many` associations](cookbook/has_and_belongs_to_many-associations.md)
|
|
0 commit comments