Skip to content

Commit 5e8f95f

Browse files
authored
Add docs for Advanced Settings (#774)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent 66f33f5 commit 5e8f95f

File tree

4 files changed

+806
-379
lines changed

4 files changed

+806
-379
lines changed

codegen-examples/examples/sqlalchemy_soft_delete/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ To run in no-graph mode:
130130
codebase = Codebase(str(repo_path), language="python", config=CodebaseConfig(disable_graph=True))
131131
```
132132

133+
<Notes>
134+
To learn more about no-graph mode, see the [Advanced Settings](/introduction/advanced-settings) page.
135+
</Notes>
136+
133137
## Running the Conversion
134138

135139
```bash

0 commit comments

Comments
 (0)