Skip to content

Commit

Permalink
Revert to old URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Mar 30, 2024
1 parent 532a323 commit 17aa683
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,5 +466,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2024-03-30 22:14:50.931746+00:00
Build Date UTC : 2024-03-30 22:17:21.606064+00:00
-->
4 changes: 2 additions & 2 deletions docs/js/pubs.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ function getMenu(content) {
const pubdiv = document.getElementById("publications");
if (pubdiv) {
let menu = getMenu("menuholder");
//const url = "https://api.archives-ouvertes.fr/search/FAUST"
const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST"
const url = "https://api.archives-ouvertes.fr/search/FAUST"
//const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST"
const options = "indent=true&wt=json&rows=2000&fl=*&sort=publicationDateY_i%20desc";
getPublications(url + "?" + options)
.then((result) => { display(result, pubdiv, menu); })
Expand Down
Binary file modified docs/sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions mkdocs/docs/js/pubs.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ function getMenu(content) {
const pubdiv = document.getElementById("publications");
if (pubdiv) {
let menu = getMenu("menuholder");
//const url = "https://api.archives-ouvertes.fr/search/FAUST"
const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST"
const url = "https://api.archives-ouvertes.fr/search/FAUST"
//const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST"
const options = "indent=true&wt=json&rows=2000&fl=*&sort=publicationDateY_i%20desc";
getPublications(url + "?" + options)
.then((result) => { display(result, pubdiv, menu); })
Expand Down

0 comments on commit 17aa683

Please sign in to comment.