Skip to content

Commit 19b58ab

Browse files
docs: add github source code links (CirclonGroup#913)
1 parent c37a2a1 commit 19b58ab

File tree

16 files changed

+27
-4
lines changed

16 files changed

+27
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Add css to `styles.scss` or include in `angular.json`:
3030
```
3131

3232
## Docs, Demos & More
33+
We are redoing the documentation. You can find the new documentation here:
34+
[https://circlongroup.github.io/angular-tree-component/](https://circlongroup.github.io/angular-tree-component/)
35+
36+
The API Reference is still in our old documentation for now:
3337

3438
[https://angular2-tree.readme.io/docs/](https://angular2-tree.readme.io/docs/)
3539

projects/docs-app/src/app/examples/basic-usage/basic-usage.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1>Basic usage</h1>
22

33
<h2>Working tree</h2>
4-
4+
<p><a href="https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/docs-app/src/app/examples/basic-usage/basic-tree/basic-tree.component.ts" target="_blank">Source Code</a></p>
55
<div class="demo-container">
66
<app-basic-tree></app-basic-tree>
77
</div>

projects/docs-app/src/app/examples/columns-example/columns-example.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1>Tree with columns</h1>
22

33
<h2>Working tree</h2>
4-
4+
<p><a href="https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/docs-app/src/app/examples/columns-example/columns/columns.component.ts" target="_blank">Source Code</a></p>
55
<div class="demo-container">
66
<app-columns></app-columns>
77
</div>

projects/docs-app/src/app/examples/crud-example/crud-example.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1>Tree with create, copy and delete options</h1>
22

33
<h2>Working tree</h2>
4-
4+
<p><a href="https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/docs-app/src/app/examples/crud-example/crud/crud.component.ts" target="_blank">Source Code</a></p>
55
<div class="demo-container">
66
<app-crud></app-crud>
77
</div>

projects/docs-app/src/app/examples/load-more-example/load-more-example.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>Tree partial loading of children</h1>
66
</p>
77

88
<h2>Working tree</h2>
9-
9+
<p><a href="https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/docs-app/src/app/examples/load-more-example/load-more/load-more.component.ts" target="_blank">Source Code</a></p>
1010
<div class="demo-container">
1111
<app-load-more></app-load-more>
1212
</div>

projects/docs-app/src/app/fundamentals/actions/actions.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ <h1>Customize Actions</h1>
22

33
<h2>Demo</h2>
44

5+
<p><a href="https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/docs-app/src/app/fundamentals/actions/actions-demo/actions-demo.component.ts" target="_blank">Source Code</a></p>
6+
57
<div class="demo-container">
68
<app-actions-demo></app-actions-demo>
79
</div>

projects/docs-app/src/app/fundamentals/api/api.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ <h1>Calling API Methods</h1>
22

33
<h2>Demo</h2>
44

5+
<p><a href="https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/docs-app/src/app/fundamentals/api/api-demo/api-demo.component.ts" target="_blank">Source Code</a></p>
6+
57
<div class="demo-container">
68
<app-api-demo></app-api-demo>
79
</div>

projects/docs-app/src/app/fundamentals/state-binding/state-binding.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ <h2>Persist state to localstorage</h2>
4343

4444
<h3>Demo</h3>
4545

46+
<p><a href="https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/docs-app/src/app/fundamentals/state-binding/state-binding-demo/state-binding-demo.component.ts" target="_blank">Source Code</a></p>
47+
4648
<div class="demo-container">
4749
<app-state-binding-demo></app-state-binding-demo>
4850
</div>

projects/docs-app/src/app/fundamentals/templates/templates.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ <h1>Custom Templates</h1>
44

55
<h2>Demo</h2>
66

7+
<p><a href="https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/docs-app/src/app/fundamentals/templates/templates-demo/templates-demo.component.ts" target="_blank">Source Code</a></p>
8+
79
<div class="demo-container">
810
<app-templates-demo></app-templates-demo>
911
</div>

projects/docs-app/src/app/guides/async-guide/async-guide.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ <h1>Async Data</h1>
66

77
<h2>Demo</h2>
88

9+
<p><a href="https://github.com/CirclonGroup/angular-tree-component/blob/master/projects/docs-app/src/app/guides/async-guide/async/async.component.ts" target="_blank">Source Code</a></p>
10+
911
<div class="demo-container">
1012
<app-async></app-async>
1113
</div>

0 commit comments

Comments
 (0)