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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ TODO.complete/
# preview deck) stay hand-wrapped — prettier-ignore corrupts files.
src/pages/compare.astro
src/pages/maps/\[systemCode\].astro
src/pages/api-docs.astro
4 changes: 2 additions & 2 deletions src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const navItems: NavItem[] = [
label: "Developers",
children: [
{ href: "/api", label: "API playground" },
{ href: "/api-docs", label: "API reference" },
{ href: "https://api.interscript.org/docs", label: "API reference" },
{ href: "/status", label: "Status" },
],
},
Expand Down Expand Up @@ -87,7 +87,7 @@ const drawerGroups: Array<{ label: string; links: NavLink[] }> = [
label: "Developers",
links: [
{ href: "/api", label: "API playground" },
{ href: "/api-docs", label: "API reference" },
{ href: "https://api.interscript.org/docs", label: "API reference" },
{ href: "/status", label: "Status" },
],
},
Expand Down
Loading
Loading