Skip to content

Commit afbfb8a

Browse files
committed
title modifed from NDF Studio to Node Book, corrected license
1 parent 24795b5 commit afbfb8a

34 files changed

Lines changed: 252 additions & 252 deletions

File tree

404.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Comprehensive documentation for the NDF Studio backend API and implementation">
9+
<meta name="description" content="Comprehensive documentation for the NodeBook backend API and implementation">
1010

1111

12-
<meta name="author" content="NDF Studio Team">
12+
<meta name="author" content="NodeBook Team">
1313

1414

1515

@@ -20,7 +20,7 @@
2020

2121

2222

23-
<title>NDF Studio Backend Documentation</title>
23+
<title>NodeBook Backend Documentation</title>
2424

2525

2626

@@ -85,7 +85,7 @@
8585

8686
<header class="md-header" data-md-component="header">
8787
<nav class="md-header__inner md-grid" aria-label="Header">
88-
<a href="/." title="NDF Studio Backend Documentation" class="md-header__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
88+
<a href="/." title="NodeBook Backend Documentation" class="md-header__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
8989

9090

9191
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
@@ -99,7 +99,7 @@
9999
<div class="md-header__ellipsis">
100100
<div class="md-header__topic">
101101
<span class="md-ellipsis">
102-
NDF Studio Backend Documentation
102+
NodeBook Backend Documentation
103103
</span>
104104
</div>
105105
<div class="md-header__topic" data-md-component="header-topic">
@@ -303,13 +303,13 @@
303303

304304
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
305305
<label class="md-nav__title" for="__drawer">
306-
<a href="/." title="NDF Studio Backend Documentation" class="md-nav__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
306+
<a href="/." title="NodeBook Backend Documentation" class="md-nav__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
307307

308308

309309
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
310310

311311
</a>
312-
NDF Studio Backend Documentation
312+
NodeBook Backend Documentation
313313
</label>
314314

315315
<div class="md-nav__source">
@@ -1489,7 +1489,7 @@ <h1>404 - Not found</h1>
14891489
<div class="md-copyright">
14901490

14911491
<div class="md-copyright__highlight">
1492-
Copyright &copy; 2024 NDF Studio Team
1492+
Copyright &copy; 2025 NodeBook Team
14931493
</div>
14941494

14951495

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

api/core/atomic_ops/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Comprehensive documentation for the NDF Studio backend API and implementation">
9+
<meta name="description" content="Comprehensive documentation for the NodeBook backend API and implementation">
1010

1111

12-
<meta name="author" content="NDF Studio Team">
12+
<meta name="author" content="NodeBook Team">
1313

1414

1515
<link rel="canonical" href="https://nodebook.github.io/api/core/atomic_ops/">
@@ -26,7 +26,7 @@
2626

2727

2828

29-
<title>Atomic Operations - NDF Studio Backend Documentation</title>
29+
<title>Atomic Operations - NodeBook Backend Documentation</title>
3030

3131

3232

@@ -96,7 +96,7 @@
9696

9797
<header class="md-header" data-md-component="header">
9898
<nav class="md-header__inner md-grid" aria-label="Header">
99-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-header__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
99+
<a href="../../.." title="NodeBook Backend Documentation" class="md-header__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
100100

101101

102102
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
@@ -110,7 +110,7 @@
110110
<div class="md-header__ellipsis">
111111
<div class="md-header__topic">
112112
<span class="md-ellipsis">
113-
NDF Studio Backend Documentation
113+
NodeBook Backend Documentation
114114
</span>
115115
</div>
116116
<div class="md-header__topic" data-md-component="header-topic">
@@ -318,13 +318,13 @@
318318

319319
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
320320
<label class="md-nav__title" for="__drawer">
321-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-nav__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
321+
<a href="../../.." title="NodeBook Backend Documentation" class="md-nav__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
322322

323323

324324
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
325325

326326
</a>
327-
NDF Studio Backend Documentation
327+
NodeBook Backend Documentation
328328
</label>
329329

330330
<div class="md-nav__source">
@@ -3698,7 +3698,7 @@ <h4 id="backend.core.atomic_ops.atomic_composed_save" class="doc doc-heading">
36983698
<div class="md-copyright">
36993699

37003700
<div class="md-copyright__highlight">
3701-
Copyright &copy; 2024 NDF Studio Team
3701+
Copyright &copy; 2025 NodeBook Team
37023702
</div>
37033703

37043704

api/core/models/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Comprehensive documentation for the NDF Studio backend API and implementation">
9+
<meta name="description" content="Comprehensive documentation for the NodeBook backend API and implementation">
1010

1111

12-
<meta name="author" content="NDF Studio Team">
12+
<meta name="author" content="NodeBook Team">
1313

1414

1515
<link rel="canonical" href="https://nodebook.github.io/api/core/models/">
@@ -26,7 +26,7 @@
2626

2727

2828

29-
<title>Models - NDF Studio Backend Documentation</title>
29+
<title>Models - NodeBook Backend Documentation</title>
3030

3131

3232

@@ -96,7 +96,7 @@
9696

9797
<header class="md-header" data-md-component="header">
9898
<nav class="md-header__inner md-grid" aria-label="Header">
99-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-header__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
99+
<a href="../../.." title="NodeBook Backend Documentation" class="md-header__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
100100

101101

102102
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
@@ -110,7 +110,7 @@
110110
<div class="md-header__ellipsis">
111111
<div class="md-header__topic">
112112
<span class="md-ellipsis">
113-
NDF Studio Backend Documentation
113+
NodeBook Backend Documentation
114114
</span>
115115
</div>
116116
<div class="md-header__topic" data-md-component="header-topic">
@@ -318,13 +318,13 @@
318318

319319
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
320320
<label class="md-nav__title" for="__drawer">
321-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-nav__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
321+
<a href="../../.." title="NodeBook Backend Documentation" class="md-nav__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
322322

323323

324324
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
325325

326326
</a>
327-
NDF Studio Backend Documentation
327+
NodeBook Backend Documentation
328328
</label>
329329

330330
<div class="md-nav__source">
@@ -3615,7 +3615,7 @@ <h4 id="backend.core.models.RelationNode" class="doc doc-heading">
36153615
<div class="md-copyright">
36163616

36173617
<div class="md-copyright__highlight">
3618-
Copyright &copy; 2024 NDF Studio Team
3618+
Copyright &copy; 2025 NodeBook Team
36193619
</div>
36203620

36213621

api/core/node_utils/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Comprehensive documentation for the NDF Studio backend API and implementation">
9+
<meta name="description" content="Comprehensive documentation for the NodeBook backend API and implementation">
1010

1111

12-
<meta name="author" content="NDF Studio Team">
12+
<meta name="author" content="NodeBook Team">
1313

1414

1515
<link rel="canonical" href="https://nodebook.github.io/api/core/node_utils/">
@@ -26,7 +26,7 @@
2626

2727

2828

29-
<title>Node Utils - NDF Studio Backend Documentation</title>
29+
<title>Node Utils - NodeBook Backend Documentation</title>
3030

3131

3232

@@ -96,7 +96,7 @@
9696

9797
<header class="md-header" data-md-component="header">
9898
<nav class="md-header__inner md-grid" aria-label="Header">
99-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-header__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
99+
<a href="../../.." title="NodeBook Backend Documentation" class="md-header__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
100100

101101

102102
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
@@ -110,7 +110,7 @@
110110
<div class="md-header__ellipsis">
111111
<div class="md-header__topic">
112112
<span class="md-ellipsis">
113-
NDF Studio Backend Documentation
113+
NodeBook Backend Documentation
114114
</span>
115115
</div>
116116
<div class="md-header__topic" data-md-component="header-topic">
@@ -318,13 +318,13 @@
318318

319319
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
320320
<label class="md-nav__title" for="__drawer">
321-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-nav__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
321+
<a href="../../.." title="NodeBook Backend Documentation" class="md-nav__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
322322

323323

324324
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
325325

326326
</a>
327-
NDF Studio Backend Documentation
327+
NodeBook Backend Documentation
328328
</label>
329329

330330
<div class="md-nav__source">
@@ -2654,7 +2654,7 @@ <h4 id="backend.core.node_utils.compose_node_id" class="doc doc-heading">
26542654
<div class="md-copyright">
26552655

26562656
<div class="md-copyright__highlight">
2657-
Copyright &copy; 2024 NDF Studio Team
2657+
Copyright &copy; 2025 NodeBook Team
26582658
</div>
26592659

26602660

api/core/registry/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Comprehensive documentation for the NDF Studio backend API and implementation">
9+
<meta name="description" content="Comprehensive documentation for the NodeBook backend API and implementation">
1010

1111

12-
<meta name="author" content="NDF Studio Team">
12+
<meta name="author" content="NodeBook Team">
1313

1414

1515
<link rel="canonical" href="https://nodebook.github.io/api/core/registry/">
@@ -26,7 +26,7 @@
2626

2727

2828

29-
<title>Registry - NDF Studio Backend Documentation</title>
29+
<title>Registry - NodeBook Backend Documentation</title>
3030

3131

3232

@@ -96,7 +96,7 @@
9696

9797
<header class="md-header" data-md-component="header">
9898
<nav class="md-header__inner md-grid" aria-label="Header">
99-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-header__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
99+
<a href="../../.." title="NodeBook Backend Documentation" class="md-header__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
100100

101101

102102
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
@@ -110,7 +110,7 @@
110110
<div class="md-header__ellipsis">
111111
<div class="md-header__topic">
112112
<span class="md-ellipsis">
113-
NDF Studio Backend Documentation
113+
NodeBook Backend Documentation
114114
</span>
115115
</div>
116116
<div class="md-header__topic" data-md-component="header-topic">
@@ -318,13 +318,13 @@
318318

319319
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
320320
<label class="md-nav__title" for="__drawer">
321-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-nav__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
321+
<a href="../../.." title="NodeBook Backend Documentation" class="md-nav__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
322322

323323

324324
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
325325

326326
</a>
327-
NDF Studio Backend Documentation
327+
NodeBook Backend Documentation
328328
</label>
329329

330330
<div class="md-nav__source">
@@ -4086,7 +4086,7 @@ <h4 id="backend.core.registry.make_morph_id" class="doc doc-heading">
40864086
<div class="md-copyright">
40874087

40884088
<div class="md-copyright__highlight">
4089-
Copyright &copy; 2024 NDF Studio Team
4089+
Copyright &copy; 2025 NodeBook Team
40904090
</div>
40914091

40924092

api/core/schema_ops/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88

9-
<meta name="description" content="Comprehensive documentation for the NDF Studio backend API and implementation">
9+
<meta name="description" content="Comprehensive documentation for the NodeBook backend API and implementation">
1010

1111

12-
<meta name="author" content="NDF Studio Team">
12+
<meta name="author" content="NodeBook Team">
1313

1414

1515
<link rel="canonical" href="https://nodebook.github.io/api/core/schema_ops/">
@@ -26,7 +26,7 @@
2626

2727

2828

29-
<title>Schema Operations - NDF Studio Backend Documentation</title>
29+
<title>Schema Operations - NodeBook Backend Documentation</title>
3030

3131

3232

@@ -96,7 +96,7 @@
9696

9797
<header class="md-header" data-md-component="header">
9898
<nav class="md-header__inner md-grid" aria-label="Header">
99-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-header__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
99+
<a href="../../.." title="NodeBook Backend Documentation" class="md-header__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
100100

101101

102102
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
@@ -110,7 +110,7 @@
110110
<div class="md-header__ellipsis">
111111
<div class="md-header__topic">
112112
<span class="md-ellipsis">
113-
NDF Studio Backend Documentation
113+
NodeBook Backend Documentation
114114
</span>
115115
</div>
116116
<div class="md-header__topic" data-md-component="header-topic">
@@ -318,13 +318,13 @@
318318

319319
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
320320
<label class="md-nav__title" for="__drawer">
321-
<a href="../../.." title="NDF Studio Backend Documentation" class="md-nav__button md-logo" aria-label="NDF Studio Backend Documentation" data-md-component="logo">
321+
<a href="../../.." title="NodeBook Backend Documentation" class="md-nav__button md-logo" aria-label="NodeBook Backend Documentation" data-md-component="logo">
322322

323323

324324
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
325325

326326
</a>
327-
NDF Studio Backend Documentation
327+
NodeBook Backend Documentation
328328
</label>
329329

330330
<div class="md-nav__source">
@@ -3684,7 +3684,7 @@ <h4 id="backend.core.schema_ops.filter_used_schema" class="doc doc-heading">
36843684
<div class="md-copyright">
36853685

36863686
<div class="md-copyright__highlight">
3687-
Copyright &copy; 2024 NDF Studio Team
3687+
Copyright &copy; 2025 NodeBook Team
36883688
</div>
36893689

36903690

0 commit comments

Comments
 (0)