Skip to content

Commit

Permalink
Deployed c4ea02d with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 11, 2025
0 parents commit 8b83944
Show file tree
Hide file tree
Showing 265 changed files with 143,525 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,847 changes: 1,847 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
es.openterface.com
2,148 changes: 2,148 additions & 0 deletions accessories/index.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions android/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<link rel="canonical" href="https://github.com/TechxArtisanStudio/Openterface_Android">
<script>var anchor=window.location.hash.substr(1);location.href="https://github.com/TechxArtisanStudio/Openterface_Android"+(anchor?"#"+anchor:"")</script>
<meta http-equiv="refresh" content="0; url=https://github.com/TechxArtisanStudio/Openterface_Android">
</head>
<body>
You're being redirected to a <a href="https://github.com/TechxArtisanStudio/Openterface_Android">new destination</a>.
</body>
</html>
2,070 changes: 2,070 additions & 0 deletions app/index.html

Large diffs are not rendered by default.

Binary file added assets/app-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/faq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/frequent-question.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/javascripts/bundle.f1b6f286.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.f1b6f286.min.js.map

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions assets/javascripts/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
window.onload = function() {
// Hide the loading message when tweets are loaded
var hideLoadingMessage = function() {
var loadingMessage = document.getElementById('loadingMessage');
if (loadingMessage) {
loadingMessage.style.display = 'none';
}
};

// Check if the Twitter widgets script is loaded
if (typeof twttr !== 'undefined') {
twttr.widgets.load(
document.getElementById("twitter-feed")
);
twttr.events.bind('loaded', function (event) {
// Hide loading message
hideLoadingMessage();

// Find all twitter tweets and show them
var tweets = document.querySelectorAll('.twitter-tweet');
tweets.forEach(function(tweet) {
tweet.classList.add('twitter-tweet-loaded');
});

// Unhide the twitter feed
var loadingMessage = document.getElementById('twitter-feed');
if (loadingMessage) {
loadingMessage.style.display = 'block';
}
});
} else {
var loadingMessage = document.getElementById('twitter-feed');
if (loadingMessage) {
loadingMessage.style.display = 'none';
}
}
};
Empty file added assets/javascripts/extra.js
Empty file.
1 change: 1 addition & 0 deletions assets/javascripts/glightbox.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8b83944

Please sign in to comment.