Archived
docs: use extensionless canonical URLs
This commit is contained in:
+12
-12
@@ -8,7 +8,7 @@
|
||||
name="description"
|
||||
content="Install PI WEB, the web UI for Pi Coding Agent, on Linux, macOS, or Windows WSL with persistent user services."
|
||||
/>
|
||||
<link rel="canonical" href="https://pi-web.dev/install.html" />
|
||||
<link rel="canonical" href="https://pi-web.dev/install" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PI WEB" />
|
||||
<meta property="og:title" content="Install PI WEB — web UI for Pi Coding Agent" />
|
||||
@@ -16,7 +16,7 @@
|
||||
property="og:description"
|
||||
content="Install PI WEB with npm, Pi, or manual service commands and keep Pi Coding Agent sessions running."
|
||||
/>
|
||||
<meta property="og:url" content="https://pi-web.dev/install.html" />
|
||||
<meta property="og:url" content="https://pi-web.dev/install" />
|
||||
<meta property="og:image" content="https://pi-web.dev/assets/pi-web-banner.png" />
|
||||
<meta property="og:image:alt" content="PI WEB browser UI for persistent Pi Coding Agent sessions" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
@@ -47,11 +47,11 @@
|
||||
<a class="brand" href="./" aria-label="PI WEB home">PI WEB</a>
|
||||
<div class="nav-links">
|
||||
<div class="nav-pages">
|
||||
<a href="remote-first.html">Remote-first</a>
|
||||
<a href="machines.html">Fleet</a>
|
||||
<a href="install.html" aria-current="page">Install</a>
|
||||
<a href="plugins.html">Plugins</a>
|
||||
<a href="faq.html">FAQ</a>
|
||||
<a href="remote-first">Remote-first</a>
|
||||
<a href="machines">Fleet</a>
|
||||
<a href="install" aria-current="page">Install</a>
|
||||
<a href="plugins">Plugins</a>
|
||||
<a href="faq">FAQ</a>
|
||||
</div>
|
||||
<div class="nav-actions">
|
||||
<a class="github-link" href="https://github.com/jmfederico/pi-web" aria-label="PI WEB on GitHub">
|
||||
@@ -232,7 +232,7 @@
|
||||
remote runtime.
|
||||
</p>
|
||||
<div class="doc-actions">
|
||||
<a class="button" href="machines.html">Read the fleet guide</a>
|
||||
<a class="button" href="machines">Read the fleet guide</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -332,10 +332,10 @@
|
||||
<span>PI WEB docs</span>
|
||||
<div class="footer-links">
|
||||
<a href="./">Home</a>
|
||||
<a href="remote-first.html">Remote-first</a>
|
||||
<a href="machines.html">Fleet</a>
|
||||
<a href="plugins.html">Plugins</a>
|
||||
<a href="faq.html">FAQ</a>
|
||||
<a href="remote-first">Remote-first</a>
|
||||
<a href="machines">Fleet</a>
|
||||
<a href="plugins">Plugins</a>
|
||||
<a href="faq">FAQ</a>
|
||||
<a href="https://github.com/jmfederico/pi-web">GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user