This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
forked from sfoucher/dlm-extension
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add index with auto-listing of schema versions
- Loading branch information
1 parent
ce4122f
commit ecbe779
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.* | ||
!.gitignore | ||
node_modules | ||
package*.json | ||
*-lock.* | ||
stac_model | ||
tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|