Skip to content

Commit

Permalink
added Minotaur archive to archive explorer as suggested by @93Boy in #70
Browse files Browse the repository at this point in the history
; also added node_modules to .gitignore to make editing easier in the future for @93Boy
  • Loading branch information
nevrome committed Apr 22, 2024
1 parent 7c28a98 commit 8e4b457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_site/
.jekyll-cache/
.Rhistory
.Rhistory
node_modules/
1 change: 1 addition & 0 deletions archive_explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
<select id="archive-type-select" v-model="archiveType" @change="showSelection">
<option value="community-archive">Poseidon Community Archive</option>
<option value="aadr-archive">Poseidon AADR Archive</option>
<option value="minotaur-archive">Poseidon Minotaur Archive</option>
</select>
<!-- search bar -->
<div class="search-bar">
Expand Down

0 comments on commit 8e4b457

Please sign in to comment.