Skip to content

Commit 64fb7bc

Browse files
authored
Merge pull request #70 from dont-code/workflow
Small updates on docs
2 parents 94472b8 + b8b2d4b commit 64fb7bc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Demo applications can be seen here:
3939
---
4040

4141
## News
42+
- ***2026-06-14:*** We now have an [API Doc](https://ng-xtend.dev/api/index.html) and step by step [Guidelines](https://ng-xtend.dev/guides/index.html). Thanks to [Opencode Big Pickle AI engine](https://opencode.ai)!
4243
- ***2026-03-31:*** Try our [AI based application generator!](https://dont-code.net/dashboard/repo/default?action=generate). You can now just describe the application you want, and it will generate it based on the ng-xtend framework & plugins !
4344
- ***2026-01-27:*** Added repository with multiple examples of ng-xtend usage. => [ng-xtend-examples](https://github.com/dont-code/ng-xtend-examples)
4445
- ***2026-01-04:*** Version 0.5.5, supports for many to one references

docs/ng-xtend-website/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,11 @@ <h3 id="plugin-tester">Plugin Tester</h3>
365365
<h2 id="quick-start">Quick start</h2>
366366
<p>If you want the shortest path to value, start here:</p>
367367
<ol>
368+
<li>Read the <a href="guides/index.html">Developer's Guidelines</a>. They explain step by step how to use ng-xtend.</li>
368369
<li>Explore the <a href="https://github.com/dont-code/ng-xtend-examples">ng-xtend-examples</a> repository.</li>
369-
<li>Open the <a href="apps/xt-plugin-tester/index.html">plugin tester documentation</a>.</li>
370+
<li>Use the <a href="api/index.html">API docs</a> to understand in details the framework.</li>
370371
<li>Review the sample plugin in <a href="https://github.com/dont-code/ng-xtend/tree/main/libs/xt-plugin-sample">xt-plugin-sample</a>.</li>
372+
<li>Open the <a href="apps/xt-plugin-tester/index.html">plugin tester documentation</a>.</li>
371373
<li>Try a live demo to understand how host and plugins work together.</li>
372374
</ol>
373375
</section>
@@ -415,6 +417,7 @@ <h2 id="supported-plugin-types">Supported plugin types</h2>
415417
<section>
416418
<h2 id="news">News</h2>
417419
<ul>
420+
<li><strong><em>2026-06-14:</em></strong> We now have an <a href="https://ng-xtend.dev/api/index.html">API Doc</a> and step by step <a href="https://ng-xtend.dev/guides/index.html">Guidelines</a>. Thanks to <a href="https://opencode.ai">Opencode Big Pickle AI engine !</a>
418421
<li><strong><em>2026-03-31:</em></strong> Try our <a href="https://dont-code.net/dashboard/repo/default?action=generate">AI based application generator!</a> You can now just describe the application you want, and it will generate it based on the ng-xtend framework & plugins !</li>
419422
<li><strong><em>2026-01-27:</em></strong> Added repository with multiple examples of ng-xtend usage. => <a href="https://github.com/dont-code/ng-xtend-examples">ng-xtend-examples</a></li>
420423
<li><strong><em>2026-01-04:</em></strong> Version 0.5.5, supports for many to one references</li>

0 commit comments

Comments
 (0)