diff --git a/.github/assets/netlify.svg b/.github/assets/netlify.svg index 7563fdceb..7a068f244 100644 --- a/.github/assets/netlify.svg +++ b/.github/assets/netlify.svg @@ -1 +1 @@ - + diff --git a/.github/assets/sentry.svg b/.github/assets/sentry.svg index c43dddfdd..a4470b601 100644 --- a/.github/assets/sentry.svg +++ b/.github/assets/sentry.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/.github/assets/vercel.svg b/.github/assets/vercel.svg new file mode 100644 index 000000000..d2b7685c5 --- /dev/null +++ b/.github/assets/vercel.svg @@ -0,0 +1 @@ + diff --git a/docs/src/components/LeftSidebar/LeftSidebar.astro b/docs/src/components/LeftSidebar/LeftSidebar.astro index fb8484322..8fc327d37 100644 --- a/docs/src/components/LeftSidebar/LeftSidebar.astro +++ b/docs/src/components/LeftSidebar/LeftSidebar.astro @@ -23,20 +23,14 @@ const sidebarSections = SIDEBAR[langCode].reduce((col, item) => {
  • {sidebarSections.map(section => ( @@ -63,7 +57,7 @@ const sidebarSections = SIDEBAR[langCode].reduce((col, item) => { }); -