Skip to content

Commit 09b9dad

Browse files
committed
move building-with-codegen
1 parent ec83571 commit 09b9dad

File tree

65 files changed

+314
-314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+314
-314
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We support
4949
- macOS and Linux
5050
- macOS is supported
5151
- Linux is supported on x86_64 and aarch64 with glibc 2.34+
52-
- Windows is supported via WSL. See [here](https://graph-sitter.com/building-with-codegen/codegen-with-wsl) for more details.
52+
- Windows is supported via WSL. See [here](https://graph-sitter.com/building-with-graph-sitter/codegen-with-wsl) for more details.
5353
- Python, Typescript, Javascript and React codebases
5454

5555
```

docs/building-with-codegen/at-a-glance.mdx renamed to docs/building-with-graph-sitter/at-a-glance.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@ Learn how to use Codegen's core APIs to analyze and transform code.
1313
<Card
1414
title="Parsing Codebases"
1515
icon="code"
16-
href="/building-with-codegen/parsing-codebases"
16+
href="/building-with-graph-sitter/parsing-codebases"
1717
>
1818
Understand how Graph-sitter parses and analyzes different programming languages.
1919
</Card>
2020
<Card
2121
title="Files & Directories"
2222
icon="folder-tree"
23-
href="/building-with-codegen/files-and-directories"
23+
href="/building-with-graph-sitter/files-and-directories"
2424
>
2525
Learn how to work with files, directories, and navigate the codebase
2626
structure.
2727
</Card>
2828
<Card
2929
title="The Editable API"
3030
icon="wand-magic-sparkles"
31-
href="/building-with-codegen/the-editable-api"
31+
href="/building-with-graph-sitter/the-editable-api"
3232
>
3333
Learn how to safely modify code while preserving formatting and comments.
3434
</Card>
3535
<Card
3636
title="Symbols, Functions and Classes"
3737
icon="pen-to-square"
38-
href="/building-with-codegen/the-editable-api"
38+
href="/building-with-graph-sitter/the-editable-api"
3939
>
4040
Master the core abstractions for manipulating code safely and effectively.
4141
</Card>
@@ -48,28 +48,28 @@ Learn how to use Codegen's core APIs to analyze and transform code.
4848
<Card
4949
title="Dependencies & Usages"
5050
icon="diagram-project"
51-
href="/building-with-codegen/dependencies-and-usages"
51+
href="/building-with-graph-sitter/dependencies-and-usages"
5252
>
5353
Analyze relationships between code elements and track symbol references.
5454
</Card>
5555
<Card
5656
title="Function Calls & Callsites"
5757
icon="arrow-right-arrow-left"
58-
href="/building-with-codegen/function-calls-and-callsites"
58+
href="/building-with-graph-sitter/function-calls-and-callsites"
5959
>
6060
Understand function call patterns and manipulate call sites.
6161
</Card>
6262
<Card
6363
title="Imports"
6464
icon="file-import"
65-
href="/building-with-codegen/imports"
65+
href="/building-with-graph-sitter/imports"
6666
>
6767
Work with module imports and manage dependencies.
6868
</Card>
6969
<Card
7070
title="Traversing the Call Graph"
7171
icon="share-nodes"
72-
href="/building-with-codegen/traversing-the-call-graph"
72+
href="/building-with-graph-sitter/traversing-the-call-graph"
7373
>
7474
Navigate function call relationships and analyze code flow.
7575
</Card>
@@ -81,28 +81,28 @@ Learn how to use Codegen's core APIs to analyze and transform code.
8181
<Card
8282
title="Moving Symbols"
8383
icon="arrows-up-down-left-right"
84-
href="/building-with-codegen/moving-symbols"
84+
href="/building-with-graph-sitter/moving-symbols"
8585
>
8686
Relocate functions, classes, and other symbols while updating references.
8787
</Card>
8888
<Card
8989
title="Statements & Code Blocks"
9090
icon="brackets-curly"
91-
href="/building-with-codegen/statements-and-code-blocks"
91+
href="/building-with-graph-sitter/statements-and-code-blocks"
9292
>
9393
Work with code blocks, control flow, and statement manipulation.
9494
</Card>
9595
<Card
9696
title="Variable Assignments"
9797
icon="equals"
98-
href="/building-with-codegen/variable-assignments"
98+
href="/building-with-graph-sitter/variable-assignments"
9999
>
100100
Handle variable declarations, assignments, and scope.
101101
</Card>
102102
<Card
103103
title="Collections"
104104
icon="layer-group"
105-
href="/building-with-codegen/collections"
105+
href="/building-with-graph-sitter/collections"
106106
>
107107
Work with groups of related code elements like functions, classes, and
108108
imports.
@@ -115,28 +115,28 @@ Learn how to use Codegen's core APIs to analyze and transform code.
115115
<Card
116116
title="React & JSX"
117117
icon="react"
118-
href="/building-with-codegen/react-and-jsx"
118+
href="/building-with-graph-sitter/react-and-jsx"
119119
>
120120
Work with React components, JSX syntax, and component transformations.
121121
</Card>
122122
<Card
123123
title="Local Variables"
124124
icon="cube"
125-
href="/building-with-codegen/local-variables"
125+
href="/building-with-graph-sitter/local-variables"
126126
>
127127
Analyze and manipulate local variable usage and scope.
128128
</Card>
129129
<Card
130130
title="Calling Out to LLMs"
131131
icon="robot"
132-
href="/building-with-codegen/calling-out-to-llms"
132+
href="/building-with-graph-sitter/calling-out-to-llms"
133133
>
134134
Integrate AI assistance into your code transformations.
135135
</Card>
136136
<Card
137137
title="Codebase Visualization"
138138
icon="chart-network"
139-
href="/building-with-codegen/codebase-visualization"
139+
href="/building-with-graph-sitter/codebase-visualization"
140140
>
141141
Visualize code relationships and dependencies.
142142
</Card>
File renamed without changes.

docs/building-with-codegen/class-api.mdx renamed to docs/building-with-graph-sitter/class-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ icon: "cube"
55
iconType: "solid"
66
---
77

8-
The [Class](/api-reference/core/Class) API extends the [Symbol](/building-with-codegen/symbol-api) API to support methods, attributes, and inheritance hierarchies.
8+
The [Class](/api-reference/core/Class) API extends the [Symbol](/building-with-graph-sitter/symbol-api) API to support methods, attributes, and inheritance hierarchies.
99

1010
## Methods and Method Usages
1111

12-
Classes provide access to their methods and method [usages](/building-with-codegen/dependencies-and-usages) through an intuitive API:
12+
Classes provide access to their methods and method [usages](/building-with-graph-sitter/dependencies-and-usages) through an intuitive API:
1313

1414
```python
1515
# Access methods

docs/building-with-codegen/codebase-visualization.mdx renamed to docs/building-with-graph-sitter/codebase-visualization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ codebase.visualize(call_graph, root=endpoint)
101101

102102
<Tip>
103103
Learn more about [traversing the call graph
104-
here](/building-with-codegen/traversing-the-call-graph).
104+
here](/building-with-graph-sitter/traversing-the-call-graph).
105105
</Tip>
106106

107107
### React Component Trees
File renamed without changes.
File renamed without changes.

docs/building-with-codegen/comments-and-docstrings.mdx renamed to docs/building-with-graph-sitter/comments-and-docstrings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function.set_docstring(new_docstring)
188188
<Tip>
189189
Learn more about AI documentation capabilities in our [Documentation
190190
Guide](/tutorials/creating-documentation) and [LLM Integration
191-
Guide](/building-with-codegen/calling-out-to-llms).
191+
Guide](/building-with-graph-sitter/calling-out-to-llms).
192192
</Tip>
193193

194194
### Documentation Coverage
File renamed without changes.

docs/building-with-codegen/dependencies-and-usages.mdx renamed to docs/building-with-graph-sitter/dependencies-and-usages.mdx

File renamed without changes.

0 commit comments

Comments
 (0)