Skip to content

Commit e797424

Browse files
Update file
1 parent 9aaafd9 commit e797424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/Welcome Blog Post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Editor from '@site/src/components/editor.jsx';
2-
export const data = {"type":"doc","content":[{"type":"paragraph","content":[{"type":"hardBreak"},{"type":"hardBreak"}]},{"type":"heading","attrs":{"level":1},"content":[{"type":"text","text":"Intro to Dev-Docs"}]},{"type":"paragraph"},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Description."}]},{"type":"paragraph"},{"type":"paragraph","content":[{"type":"text","text":"Welcome to the blog. This is super cool, and I am mad excited to work on this!! Woot woot. Lets go!"}]}]}
2+
export const data = {"type":"doc","content":[{"type":"paragraph","content":[{"type":"hardBreak"},{"type":"hardBreak"}]},{"type":"heading","attrs":{"level":1},"content":[{"type":"text","text":"Intro to Dev-Docs"}]},{"type":"paragraph"},{"type":"heading","attrs":{"level":2},"content":[{"type":"text","text":"Description."}]},{"type":"paragraph"},{"type":"paragraph","content":[{"type":"text","text":"Welcome to the blog. This is super cool, and I am very excited to work on this!! Woot woot. Let's go! We'll be exploring various aspects of development documentation, sharing tips and tricks, and diving into best practices for creating clear and concise dev docs. Stay tuned for more awesome content!"}]}]}
33

44

55
<Editor data={data} />

0 commit comments

Comments
 (0)