Skip to content

Commit

Permalink
fix(demo): fix links to documentation
Browse files Browse the repository at this point in the history
I deleted wiki because it was the exact duplicate of the typings files
produced by gallery's build. But now the links to docs pointed nowhere.
I decided to point them at the gallery component since it has pretty good
descriptions of the API.
  • Loading branch information
daelmaak committed Oct 8, 2023
1 parent 0698ed2 commit ff7c86b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions apps/demo/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<aside>
<div class="menu-heading"><a href="#usage">Usage</a></div>
<div class="menu-heading"><a href="#demos">Demos</a></div>
<div class="menu-heading"><a href="#demos">Showcases</a></div>
<ul>
<li><a href="#demo-responsive">Responsive</a></li>
<li>
Expand All @@ -19,7 +19,9 @@
<div class="menu-heading">Misc</div>
<ul>
<li>
<a href="https://github.com/daelmaak/ngx-gallery/wiki" target="_blank"
<a
href="https://github.com/daelmaak/ngx-gallery/blob/master/libs/gallery/src/lib/components/gallery/gallery.component.ts"
target="_blank"
>Documentation</a
>
</li>
Expand Down Expand Up @@ -49,7 +51,7 @@ <h4>Template</h4>
</div>
</div>

<h2 id="demos">Demos</h2>
<h2 id="demos">Showcases</h2>

<app-showcase
id="demo-responsive"
Expand All @@ -66,9 +68,10 @@ <h2 id="demos">Demos</h2>
>
<div subheading>
You can also use your custom templates for items, loading screen,
loading errors, thumbnails and more. Find out how in the
loading errors, thumbnails and more. Find out which templates can be
used to customize in the
<a
href="https://github.com/daelmaak/ngx-gallery/wiki/Gallery-API"
href="https://github.com/daelmaak/ngx-gallery/blob/master/libs/gallery/src/lib/components/gallery/gallery.component.ts"
target="_blank"
>documentation.</a
>
Expand Down Expand Up @@ -116,7 +119,7 @@ <h2 id="demos">Demos</h2>
<div subheading>
Some options like custom templates are missing. Check them out in the
<a
href="https://github.com/daelmaak/ngx-gallery/wiki/Gallery-API"
href="https://github.com/daelmaak/ngx-gallery/blob/master/libs/gallery/src/lib/components/gallery/gallery.component.ts"
target="_blank"
>documentation.</a
>
Expand Down

0 comments on commit ff7c86b

Please sign in to comment.