Skip to content

Commit

Permalink
[FIX] like,dislike,view bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ismoilovdevml committed Oct 24, 2024
1 parent 2d5fe8b commit 924eced
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/guides/ci-cd.en-UZ.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
showFooter: false
---

import Card, { Cards } from '@components/core/Card';
import guides from './ci-cd/_meta.en-UZ.json';

Expand Down
4 changes: 4 additions & 0 deletions pages/guides/cloud.en-UZ.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
showFooter: false
---

import Card, { Cards } from '@components/core/Card';
import guides from './cloud/_meta.en-UZ.json';

Expand Down
4 changes: 4 additions & 0 deletions pages/guides/database.en-UZ.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
showFooter: false
---

import Card, { Cards } from '@components/core/Card';
import guides from './database/_meta.en-UZ.json';

Expand Down
4 changes: 4 additions & 0 deletions pages/guides/k8s.en-UZ.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
showFooter: false
---

import Card, { Cards } from '@components/core/Card';
import guides from './k8s/_meta.en-UZ.json';

Expand Down
4 changes: 4 additions & 0 deletions pages/guides/konteyner.en-UZ.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
showFooter: false
---

import Card, { Cards } from '@components/core/Card';
import guides from './konteyner/_meta.en-UZ.json';

Expand Down
4 changes: 4 additions & 0 deletions pages/guides/monitoring.en-UZ.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
showFooter: false
---

import Card, { Cards } from '@components/core/Card';
import guides from './monitoring/_meta.en-UZ.json';

Expand Down
4 changes: 4 additions & 0 deletions pages/guides/web-server.en-UZ.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
showFooter: false
---

import Card, { Cards } from '@components/core/Card';
import guides from './web-server/_meta.en-UZ.json';

Expand Down

0 comments on commit 924eced

Please sign in to comment.