Architecture diagrams, documentation, links to sources, and more for all your repos
.devin/wiki.json
file allows you to steer Devin’s default wiki generation behavior, which is especially important for large repositories that may hit built-in limits.
If a .devin/wiki.json
file is found in your repository’s root directory during wiki generation, we’ll use the provided repo_notes
and pages
to steer wiki generation. If pages
is provided, we’ll bypass the default cluster-based planning and create exactly the pages you specify. This ensures that the important parts of your codebase are documented even when the automatic system would otherwise skip them.
.devin/wiki.json
file in your repository root with the following structure:
.devin/wiki.json
to explicitly specify which parts of your codebase should be documented.
.devin/wiki.json
in your repository root