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

Commit

Permalink
Automated deployment: Sat Jan 2 02:22:05 UTC 2021 e2ae636
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmt committed Jan 2, 2021
1 parent 8f9facc commit d3fbc90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/versions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function() {
setTimeout(function() {
const callbackName = 'callback_' + new Date().getTime();
window[callbackName] = function (response) {
const div = document.createElement('div');
Expand All @@ -22,5 +22,4 @@
'callback=' + callbackName + '&project=argocd-notifications&page=&theme=mkdocs&format=jsonp&docroot=docs&source_suffix=.md&version=' + (window['READTHEDOCS_DATA'] || { version: 'latest' }).version;

document.getElementsByTagName('head')[0].appendChild(script);
})();

}, 50);
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit d3fbc90

Please sign in to comment.