Add devops projects on homepage

pull/8173/head
Kamran Ahmed 1 week ago
parent 4127f77aac
commit 24d10d212f
  1. 1
      src/components/FeatureAnnouncement.tsx
  2. 2
      src/data/best-practices/backend-performance/backend-performance.md
  3. 4
      src/pages/index.astro

@ -6,6 +6,7 @@ import { isMobileScreen } from '../lib/is-mobile.ts';
type FeatureAnnouncementProps = {};
export function FeatureAnnouncement(props: FeatureAnnouncementProps) {
return null;
return (
<>
<a

@ -4,7 +4,7 @@ pdfUrl: '/pdfs/best-practices/backend-performance.pdf'
order: 1
briefTitle: 'Backend Performance'
briefDescription: 'Backend Performance Best Practices'
isNew: true
isNew: false
isUpcoming: false
title: 'Backend Performance Best Practices'
description: 'Detailed list of best practices to improve your backend performance'

@ -24,6 +24,10 @@ const projectGroups = [
title: 'Backend',
id: 'backend',
},
{
title: 'DevOps',
id: 'devops',
},
];
const guides = await getAllGuides();

Loading…
Cancel
Save