Remove actively maintained from unrelated pages

pull/7719/head
Kamran Ahmed 2 weeks ago
parent 7b28484679
commit c6d96d8fa9
  1. 1
      src/pages/advertise.astro
  2. 1
      src/pages/ai/explore.astro
  3. 1
      src/pages/backend/developer-skills.astro
  4. 1
      src/pages/backend/developer-tools.astro
  5. 1
      src/pages/backend/frameworks.astro
  6. 1
      src/pages/backend/languages.astro
  7. 1
      src/pages/backend/project-ideas.astro
  8. 1
      src/pages/backend/technologies.astro
  9. 1
      src/pages/community.astro
  10. 1
      src/pages/dashboard.astro
  11. 1
      src/pages/devops/automation.astro
  12. 1
      src/pages/devops/career-path.astro
  13. 1
      src/pages/devops/devops-engineer.astro
  14. 1
      src/pages/devops/devops-vs-sre.astro
  15. 1
      src/pages/devops/how-to-become-devops-engineer.astro
  16. 1
      src/pages/devops/lifecycle.astro
  17. 1
      src/pages/devops/principles.astro
  18. 1
      src/pages/devops/shift-left-testing.astro
  19. 1
      src/pages/devops/skills.astro
  20. 1
      src/pages/devops/vs-full-stack.astro
  21. 2
      src/pages/guides/[guideId].astro
  22. 1
      src/pages/guides/index.astro
  23. 1
      src/pages/projects/index.astro
  24. 1
      src/pages/team/index.astro
  25. 1
      src/pages/teams.astro

@ -36,4 +36,5 @@ import { AdvertiseForm } from '../components/AdvertiseForm';
<AdvertiseForm client:load />
</div>
</div>
<div slot="changelog-banner" />
</BaseLayout>

@ -5,4 +5,5 @@ import BaseLayout from '../../layouts/BaseLayout.astro';
<BaseLayout title='Explore AI Generated Roadmaps' permalink="/ai/explore">
<ExploreAIRoadmap client:load />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -31,4 +31,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -31,4 +31,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -31,4 +31,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -9,4 +9,5 @@ const description =
<BaseLayout title={title} description={description} permalink="/community">
<DiscoverRoadmaps client:load />
<div slot="changelog-banner" />
</BaseLayout>

@ -64,4 +64,5 @@ const enrichedBestPractices = bestPractices.map((bestPractice) => {
client:load
/>
<div slot='open-source-banner'></div>
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -28,4 +28,5 @@ const ogImageUrl =
>
<GuideHeader guide={guide!} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -42,4 +42,6 @@ const ogImageUrl =
>
<GuideHeader guide={guide} />
<GuideContent guide={guide!} />
<div slot="changelog-banner" />
</BaseLayout>

@ -36,4 +36,5 @@ const sortedGuides = allGuides.sort((a, b) => {
</div>
</div>
</div>
<div slot="changelog-banner" />
</BaseLayout>

@ -42,4 +42,5 @@ const { response: userCounts } =
userCounts={userCounts || {}}
client:load
/>
<div slot="changelog-banner" />
</BaseLayout>

@ -65,4 +65,5 @@ const enrichedBestPractices = bestPractices.map((bestPractice) => {
client:load
/>
<div slot='open-source-banner'></div>
<div slot="changelog-banner" />
</BaseLayout>

@ -11,4 +11,5 @@ import { TeamPricing } from '../components/TeamMarketing/TeamPricing';
<TeamTools />
<TeamDemo client:load />
<TeamPricing client:load />
<div slot="changelog-banner" />
</BaseLayout>

Loading…
Cancel
Save