Skip to content

Commit a302aec

Browse files
authored
fix: broken front matter (#504)
1 parent 47aa473 commit a302aec

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*.mdx

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*.mdx

content/docs/launching-the-platform/self-hosted-onprem/prerequisites/storage.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## Overview
1+
---
2+
title: "Storage"
3+
description: Configure storage for your self-hosted platform
4+
---
5+
6+
import { Callout } from "fumadocs-ui/components/callout";
7+
import { Card } from "fumadocs-ui/components/card";
8+
import { Steps } from "fumadocs-ui/components/steps";
9+
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
210

311
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
412
<Card>

0 commit comments

Comments
 (0)