Skip to content

Commit 4748ffd

Browse files
authored
Merge pull request #130 from interscript/chore/api-docs-redirect
refactor: API reference lives at api.interscript.org/docs
2 parents dfe91b6 + 1f49835 commit 4748ffd

9 files changed

Lines changed: 20 additions & 471 deletions

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ TODO.complete/
2626
# preview deck) stay hand-wrapped — prettier-ignore corrupts files.
2727
src/pages/compare.astro
2828
src/pages/maps/\[systemCode\].astro
29+
src/pages/api-docs.astro

src/layouts/Base.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const navItems: NavItem[] = [
4545
label: "Developers",
4646
children: [
4747
{ href: "/api", label: "API playground" },
48-
{ href: "/api-docs", label: "API reference" },
48+
{ href: "https://api.interscript.org/docs", label: "API reference" },
4949
{ href: "/status", label: "Status" },
5050
],
5151
},
@@ -87,7 +87,7 @@ const drawerGroups: Array<{ label: string; links: NavLink[] }> = [
8787
label: "Developers",
8888
links: [
8989
{ href: "/api", label: "API playground" },
90-
{ href: "/api-docs", label: "API reference" },
90+
{ href: "https://api.interscript.org/docs", label: "API reference" },
9191
{ href: "/status", label: "Status" },
9292
],
9393
},

0 commit comments

Comments
 (0)