Deploying to gh-pages from @ agdamsbo/REDCapCAST@4e7af7d01f 🚀

This commit is contained in:
agdamsbo 2024-11-18 15:51:34 +00:00
commit c27b9d9129
63 changed files with 3468 additions and 1094 deletions

View file

@ -36,12 +36,12 @@
<div id="navbar" class="collapse navbar-collapse ms-3">
<ul class="navbar-nav me-auto">
<li class="nav-item"><a class="nav-link" href="https://agdamsbo.github.io/REDCapCAST/articles/REDCapCAST.html">Get started</a></li>
<li class="nav-item"><a class="nav-link" href="https://agdamsbo.github.io/REDCapCAST/reference/index.html">Reference</a></li>
<li class="nav-item dropdown">
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
<ul class="dropdown-menu" aria-labelledby="dropdown-articles">
<li><a class="dropdown-item" href="https://agdamsbo.github.io/REDCapCAST/articles/Database-creation.html">Database-creation</a></li>
<li><a class="dropdown-item" href="https://agdamsbo.github.io/REDCapCAST/articles/Introduction.html">Introduction</a></li>
<li><a class="dropdown-item" href="https://agdamsbo.github.io/REDCapCAST/articles/Shiny-app.html">Shiny-app</a></li>
</ul>
</li>