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

Commit

Permalink
rename listing -> schema-listing
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 23, 2024
1 parent ecbe779 commit e53a118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +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
Once published, this file will map to https://github.com/crim-ca/crim-ca.github.io/blob/main/js/schema-listing.js
Which should be resolved to https://crim-ca.github.io/js/schema-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>
<script type="text/javascript" src="/js/schema-listing.js"></script>
<body>
</html>

0 comments on commit e53a118

Please sign in to comment.