Skip to content

Commit 3c3ead8

Browse files
committed
Move testing and docs out of the basics section and into beyond the basics
1 parent 2f065a7 commit 3c3ead8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/book/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
* Development Workflow
1616
* [Project Creation and Structure](basics/project_creation_and_structure.md)
17-
* [Running Tests](basics/running_tests.md)
18-
* [Generating API Documentation](basics/generating_documentation.md)
1917
* Resource Fundamentals
2018
* [What is a Resource](basics/what_is_a_resource.md)
2119
* [Simple Resource Example](basics/simple_resource.md)
@@ -31,6 +29,8 @@
3129
### Beyond the Basics
3230

3331
* Development Workflow
32+
* [Running Tests](beyond_basics/running_tests.md)
33+
* [Generating API Documentation](beyond_basics/generating_documentation.md)
3434
* [Updating Kubebuilder](beyond_basics/upgrading_kubebuilder.md)
3535
* Controllers
3636
* [Controllers For Core Resources](beyond_basics/controllers_for_core_resources.md)

0 commit comments

Comments
 (0)