Skip to content

Commit 93f541a

Browse files
committed
Deployed c7431d0 with MkDocs version: 1.6.0
1 parent dd8ad66 commit 93f541a

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

404.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
<link rel="icon" href="/assets/images/favicon.png">
14+
<link rel="icon" href="/adept-trackball/assets/images/favicon.png">
1515
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.26">
1616

1717

@@ -20,7 +20,7 @@
2020

2121

2222

23-
<link rel="stylesheet" href="/assets/stylesheets/main.6543a935.min.css">
23+
<link rel="stylesheet" href="/adept-trackball/assets/stylesheets/main.6543a935.min.css">
2424

2525

2626

@@ -39,7 +39,7 @@
3939

4040

4141

42-
<script>__md_scope=new URL("/",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
42+
<script>__md_scope=new URL("/adept-trackball/",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
4343

4444

4545

@@ -69,7 +69,7 @@
6969

7070
<header class="md-header md-header--shadow" data-md-component="header">
7171
<nav class="md-header__inner md-grid" aria-label="Header">
72-
<a href="/." title="Ploopy Adept Trackball" class="md-header__button md-logo" aria-label="Ploopy Adept Trackball" data-md-component="logo">
72+
<a href="/adept-trackball/." title="Ploopy Adept Trackball" class="md-header__button md-logo" aria-label="Ploopy Adept Trackball" data-md-component="logo">
7373

7474

7575
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
@@ -164,7 +164,7 @@
164164

165165
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
166166
<label class="md-nav__title" for="__drawer">
167-
<a href="/." title="Ploopy Adept Trackball" class="md-nav__button md-logo" aria-label="Ploopy Adept Trackball" data-md-component="logo">
167+
<a href="/adept-trackball/." title="Ploopy Adept Trackball" class="md-nav__button md-logo" aria-label="Ploopy Adept Trackball" data-md-component="logo">
168168

169169

170170
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
@@ -182,7 +182,7 @@
182182

183183

184184
<li class="md-nav__item">
185-
<a href="/." class="md-nav__link">
185+
<a href="/adept-trackball/." class="md-nav__link">
186186

187187

188188
<span class="md-ellipsis">
@@ -258,10 +258,10 @@ <h1>404 - Not found</h1>
258258
</div>
259259

260260

261-
<script id="__config" type="application/json">{"base": "/", "features": [], "search": "/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
261+
<script id="__config" type="application/json">{"base": "/adept-trackball/", "features": [], "search": "/adept-trackball/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
262262

263263

264-
<script src="/assets/javascripts/bundle.ad660dcc.min.js"></script>
264+
<script src="/adept-trackball/assets/javascripts/bundle.ad660dcc.min.js"></script>
265265

266266

267267
</body>

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99

1010

11+
<link rel="canonical" href="https://ploopyco.github.io/adept-trackball/">
12+
1113

1214

1315

sitemap.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://ploopyco.github.io/adept-trackball/</loc>
5+
<lastmod>2024-06-07</lastmod>
6+
<changefreq>daily</changefreq>
7+
</url>
38
</urlset>

sitemap.xml.gz

90 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)