Skip to content

Commit

Permalink
fix: remove broken links from icore docs (#589)
Browse files Browse the repository at this point in the history
* fix: remove undefined href target in table base page

* fix: remove table elements section in notification explanation page
  • Loading branch information
ricklambrechts authored Jul 22, 2024
1 parent c1b4d6f commit 09e70e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,21 +175,6 @@
`}
/>

<h3 id="explanation-table">Tabel-elementen</h3>
<nav aria-label="Toelichting tabelelementen subnavigatie">
<ul>
<li>
<a href="#explanation-th">Tabeltitel - <code>th</code></a>
</li>
<li>
<a href="#explanation-td">Tabelcel - <code>td</code></a>
</li>
<li>
<a href="#explanation-tr">Tabelrij - <code>tr</code></a>
</li>
</ul>
</nav>

<h3 id="explanation-form">Formulier-elementen</h3>
<nav aria-label="Toelichting formulierelementen subnavigatie">
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<ul>
<li><a href="#introduction">Introductie</a></li>
<li><a href="#examples">Voorbeelden</a></li>
<li><a href="#requirements">Benodigde bestanden</a></li>
</ul>
</SideMenu>
<article class="visually-grouped">
Expand Down

0 comments on commit 09e70e4

Please sign in to comment.