Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
add index with auto-listing of schema versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 22, 2024
1 parent ce4122f commit ecbe779
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.*
!.gitignore
node_modules
package*.json
*-lock.*
stac_model
tests

13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<body>
<!--
Once published, this file will map to https://github.com/crim-ca/crim-ca.github.io/blob/main/js/listing.js
Which should be resolved to https://crim-ca.github.io/js/listing.js
It will automatically resolve all available schema versions found on the 'gh-pages' branch
under 'crim-ca' repositories, for the corresponding repository name used as prefix path,
i.e.: 'https://crim-ca.github.io/{REPO_NAME}/vX.Y.Z/schema.json'.
-->
<script type="text/javascript" src="/js/listing.js"></script>
<body>
</html>

0 comments on commit ecbe779

Please sign in to comment.