Remove no longer needed sub-directory.
4
.github/workflows/jekyll.yml
vendored
|
|
@ -60,9 +60,9 @@ jobs:
|
|||
- name: Build apidocs
|
||||
run: ./gradlew apidocs
|
||||
- name: Copy javadoc
|
||||
run: cp -a build/javadoc webpages/_site/vm-operator/
|
||||
run: cp -a build/javadoc webpages/_site/
|
||||
- name: Index pagefind
|
||||
run: cd webpages && npx pagefind --source "_site/vm-operator"
|
||||
run: cd webpages && npx pagefind --source "_site"
|
||||
- name: Upload artifact
|
||||
# Automatically uploads an artifact from the './_site' directory by default
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
|
|
|||
|
|
@ -22,13 +22,14 @@
|
|||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//piwik.mnl.de/";
|
||||
var u="https://piwik.mnl.de/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', '17']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img referrerpolicy="no-referrer-when-downgrade" src="//piwik.mnl.de/matomo.php?idsite=17&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||
<noscript><p><img referrerpolicy="no-referrer-when-downgrade"
|
||||
src="//piwik.mnl.de/matomo.php?idsite=17&rec=1&action_name=VM-Operator" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Matomo Code -->
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
|
@ -9,7 +9,7 @@
|
|||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//piwik.mnl.de/";
|
||||
var u="https://piwik.mnl.de/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', '17']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
})();
|
||||
</script>
|
||||
<noscript>
|
||||
<img src="https://piwik.mnl.de/piwik.php?idsite=17&rec=1&action_name=JGrapes" style="border:0" alt="" />
|
||||
<img src="https://piwik.mnl.de/piwik.php?idsite=17&rec=1&action_name=VM-Operator" style="border:0" alt="" />
|
||||
</noscript>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
|
|
|
|||
|
|
@ -5,18 +5,19 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">
|
||||
<link rel="stylesheet" href="../stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="../stylesheets/pygment_trac.css">
|
||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<link href="/vm-operator/pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="/vm-operator/pagefind/pagefind-ui.js"></script>
|
||||
<link href="pagefind/pagefind-ui.css" rel="stylesheet">
|
||||
<script src="pagefind/pagefind-ui.js"></script>
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,
|
||||
bundlePath: "/vm-operator/pagefind/",
|
||||
// Regrettably works with absolute path only
|
||||
bundlePath: "/pagefind/",
|
||||
// See https://github.com/CloudCannon/pagefind/issues/530
|
||||
processResult: function (result) {
|
||||
if (result?.meta?.image) {
|
||||
|
|
@ -40,7 +41,7 @@
|
|||
<header>
|
||||
<div>
|
||||
<div style="float: left;">
|
||||
<div class="index-title"><a style="color: #222;" href="https://jdrupes.org/vm-operator/">VM-Operator</a></div>
|
||||
<div class="index-title"><a style="color: #222;" href="https://vm-operator.jdrupes.org/">VM-Operator</a></div>
|
||||
<div class="index-subtitle">By <a href="https://github.com/mnlipp/">Michael N. Lipp</a></div>
|
||||
<p><a rel="me" href="https://fosstodon.org/@mnl"><img alt="Mastodon Follow"
|
||||
src="https://img.shields.io/mastodon/follow/108843609567976408?domain=https%3A%2F%2Ffosstodon.org&style=social"></a></p>
|
||||
|
|
@ -68,7 +69,7 @@
|
|||
<li><p class="part-entry"><a href="user-gui.html">For Users</a></p></li>
|
||||
</ul>
|
||||
<p class="part-list-title"><a href="upgrading.html">Upgrading</a></p>
|
||||
<p class="part-list-title"><a href="https://jdrupes.org/vm-operator/latest-release/javadoc/index.html">Javadoc</a></p>
|
||||
<p class="part-list-title"><a href="https://vm-operator.jdrupes.org/javadoc/index.html">Javadoc</a></p>
|
||||
|
||||
</header>
|
||||
<section>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 588 KiB After Width: | Height: | Size: 588 KiB |
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; URL=vm-operator/index.html">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>If you are not redirected automatically, <a href="vm-operator/index.html">click here</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||