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
14 changes: 14 additions & 0 deletions src/assets/icons/dotnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/assets/icons/go.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/icons/slack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/icons/typescript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/icons/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/layouts/Api.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ type Props = {
const { frontmatter, headings, breadcrumbs } = Astro.props satisfies Props;

const area = resolveArea(frontmatter.area, Astro.url.pathname);
// The API section has no page of its own at /docs/api for the generic crumb
// walk to find, so buildAreaCrumbs splices the crumb in for it.
const crumbs = buildAreaCrumbs(Astro.url, area, breadcrumbs);

const lang = frontmatter.lang ?? SITE.default.lang;
Expand Down
149 changes: 0 additions & 149 deletions src/pages/docs/api/index.md

This file was deleted.

Loading