Skip to content

Commit

Permalink
Deploying to gh-pages from @ 644a64a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Jan 9, 2025
1 parent dbb4ff1 commit 2721ba8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/getting-started.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<h1>What is Compodoc ?</h1><p>Compodoc is a documentation tool for Angular applications. It generates a static documentation of your application.</p>
<h1>Why Use Compodoc ?</h1><p>Compodoc helps Angular developers providing a clear and helpful documentation of their application.</p>
<p>Others developers of your team, or internet visitors for a public documentation, can easily understand the features of your application or library.</p>
<h1>Version support</h1><p>Dated january 2025, Compodoc is compatible with Angular 19 and standalone components, with limitations on routing support. There is a work in progress to support standalone components routing for graph generation.</p>
<h1>Open Source</h1><p>Compodoc is an open source effort from <a href="http://www.vincentogloblinsky.com">Vincent Ogloblinsky</a>.</p>
<p>Developers can contribute and fork the repo on <a href="https://github.com/compodoc/compodoc">GitHub</a>.</p>
<p>Don&#39;t forget to read the <a href="https://github.com/compodoc/compodoc/blob/master/CONTRIBUTING.md">Contributing guide</a>.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>Node.js versions</h1><p>Dated april 2024, Compodoc is tested and compatible with only last <a href="https://nodejs.dev/fr/about/releases/">active versions</a> of Node.js (see this <a href="https://angular.io/guide/versions">link</a> for more information) : v16.x, v18.x, v20.x</p>
<h1>Angular-CLI</h1><p>Dated april 2024, Compodoc supports last Angular-CLI version : 17.x</p>
<h1>Node.js versions</h1><p>Dated january 2025, Compodoc is tested and compatible with only last <a href="https://nodejs.dev/fr/about/releases/">active versions</a> of Node.js (see this <a href="https://angular.io/guide/versions">link</a> for more information) : v16.x, v18.x, v20.x</p>
<h1>Angular-CLI</h1><p>Dated january 2025, Compodoc supports last Angular-CLI version : 19.x</p>
<p>Just run Compodoc in a fresh or existing project.</p>
<h1>Global installation</h1><p>Install from Angular CLI :</p>
<pre><code class="language-bash">ng add @compodoc/compodoc</code></pre>
Expand Down
1 change: 1 addition & 0 deletions guides/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ <h4 class="mt1 page-title">Getting started</h4>
<h1>What is Compodoc ?</h1><p>Compodoc is a documentation tool for Angular applications. It generates a static documentation of your application.</p>
<h1>Why Use Compodoc ?</h1><p>Compodoc helps Angular developers providing a clear and helpful documentation of their application.</p>
<p>Others developers of your team, or internet visitors for a public documentation, can easily understand the features of your application or library.</p>
<h1>Version support</h1><p>Dated january 2025, Compodoc is compatible with Angular 19 and standalone components, with limitations on routing support. There is a work in progress to support standalone components routing for graph generation.</p>
<h1>Open Source</h1><p>Compodoc is an open source effort from <a href="http://www.vincentogloblinsky.com">Vincent Ogloblinsky</a>.</p>
<p>Developers can contribute and fork the repo on <a href="https://github.com/compodoc/compodoc">GitHub</a>.</p>
<p>Don&#39;t forget to read the <a href="https://github.com/compodoc/compodoc/blob/master/CONTRIBUTING.md">Contributing guide</a>.</p>
Expand Down
4 changes: 2 additions & 2 deletions guides/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ <h4 class="mt1 page-title">Installation</h4>
</section>
</header>
<div class="page-content markdown-doc">
<h1>Node.js versions</h1><p>Dated april 2024, Compodoc is tested and compatible with only last <a href="https://nodejs.dev/fr/about/releases/">active versions</a> of Node.js (see this <a href="https://angular.io/guide/versions">link</a> for more information) : v16.x, v18.x, v20.x</p>
<h1>Angular-CLI</h1><p>Dated april 2024, Compodoc supports last Angular-CLI version : 17.x</p>
<h1>Node.js versions</h1><p>Dated january 2025, Compodoc is tested and compatible with only last <a href="https://nodejs.dev/fr/about/releases/">active versions</a> of Node.js (see this <a href="https://angular.io/guide/versions">link</a> for more information) : v16.x, v18.x, v20.x</p>
<h1>Angular-CLI</h1><p>Dated january 2025, Compodoc supports last Angular-CLI version : 19.x</p>
<p>Just run Compodoc in a fresh or existing project.</p>
<h1>Global installation</h1><p>Install from Angular CLI :</p>
<pre><code class="language-bash">ng add @compodoc/compodoc</code></pre>
Expand Down

0 comments on commit 2721ba8

Please sign in to comment.