Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After a global install, use the `simdeck` command directly. From a local checkou

## Documentation

Full documentation lives at [djdeveloperr.github.io/SimDeck](https://djdeveloperr.github.io/SimDeck/), with guides, the CLI reference, the REST API, the WebTransport video pipeline, and the inspector protocols. The source for the site lives in [`docs/`](docs/) — preview it locally with `npm run docs:dev`.
Full documentation lives at [simdeck.nativescript.org](https://simdeck.nativescript.org/), with guides, the CLI reference, the REST API, the WebTransport video pipeline, and the inspector protocols. The source for the site lives in [`docs/`](docs/) — preview it locally with `npm run docs:dev`.

## Run

Expand Down
11 changes: 3 additions & 8 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from "vitepress";

const repoName = "SimDeck";
const githubUrl = `https://github.com/DjDeveloperr/${repoName}`;
const siteUrl = "https://simdeck.nativescript.org";

export default defineConfig({
title: "SimDeck",
Expand All @@ -10,7 +11,6 @@ export default defineConfig({
lang: "en-US",
cleanUrls: true,
lastUpdated: true,
base: `/${repoName}/`,

head: [
["meta", { name: "theme-color", content: "#0a84ff" }],
Expand All @@ -24,13 +24,8 @@ export default defineConfig({
"A local iOS Simulator control plane with a browser UI, REST API, and WebTransport video.",
},
],
[
"meta",
{
property: "og:url",
content: `https://djdeveloperr.github.io/${repoName}/`,
},
],
["meta", { property: "og:url", content: `${siteUrl}/` }],
["link", { rel: "canonical", href: `${siteUrl}/` }],
],

themeConfig: {
Expand Down
1 change: 1 addition & 0 deletions docs/public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
simdeck.nativescript.org
Loading