Skip to content

Commit 324e2a9

Browse files
committed
docs: move plugin dev note assets
1 parent 2eaf07e commit 324e2a9

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

566 KB
Loading

docs/devnotes/posts/assets/data-designer-plugins/data-designer-plugins-hero.png renamed to docs/devnotes/posts/assets/have-it-your-way/data-designer-plugins-hero.png

File renamed without changes.

docs/devnotes/posts/have-it-your-way.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99

1010
<p class="devnote-dek"><em>A plugin framework for the custom pieces every real project ends up needing</em></p>
1111

12-
![Data Designer plugin extensions](assets/data-designer-plugins/data-designer-plugins-hero.png){ .devnote-float-right }
12+
![Data Designer plugin extensions](assets/have-it-your-way/data-designer-plugins-hero.png){ .devnote-float-right }
1313

1414
Data Designer is built around a simple idea: describe the dataset you want, and let the framework handle execution. A config points to seed data, defines generated columns, picks models, and shapes the final records — no orchestration code required.
1515

@@ -63,7 +63,7 @@ That is the point of plugins: install a package, import its config classes, and
6363

6464
## **Customization Is the Normal Case**
6565

66-
![A confused engineer trying to fit custom building blocks into the wrong framework slots](assets/data-designer-plugins/customization-blocks-confusion.png){ .devnote-section-graphic }
66+
![A confused engineer trying to fit custom building blocks into the wrong framework slots](assets/have-it-your-way/customization-blocks-confusion.png){ .devnote-section-graphic }
6767

6868
The mess usually starts innocently. A team defines a Data Designer config, then discovers that its seed data lives in an internal layout, its generated column needs a domain simulator, and its trainer expects a slightly different record shape. Someone writes a small reader beside the notebook. Someone patches a generator into a project folder. Someone adds a cleanup script after preview because the final export has one more organization-specific rule. Each choice is reasonable because every project has its own corpus, policy, ontology, simulator, and training stack.
6969

0 commit comments

Comments
 (0)