Skip to content

Commit b087bad

Browse files
Add missing SEO description frontmatter to tutorial pages (#81)
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent bbebb1a commit b087bad

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/_tutorial-basics/congratulations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 6
3+
description: "Summary of what you learned in the Docusaurus tutorial with links to advanced guides, community resources, and next steps."
34
---
45

56
# Congratulations!

docs/_tutorial-basics/create-a-blog-post.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 3
3+
description: "Learn how to create your first Docusaurus blog post by adding a Markdown file with frontmatter for title, authors, and tags."
34
---
45

56
# Create a Blog Post

docs/_tutorial-basics/create-a-document.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 2
3+
description: "Create documentation pages in Docusaurus by adding Markdown files to the docs folder with sidebar metadata and navigation."
34
---
45

56
# Create a Document

docs/_tutorial-basics/create-a-page.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 1
3+
description: "Create standalone pages in Docusaurus using React components or Markdown files in the src/pages directory."
34
---
45

56
# Create a Page

docs/_tutorial-basics/deploy-your-site.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 5
3+
description: "Build and deploy your Docusaurus site as a static website using the build command and test it locally before deploying."
34
---
45

56
# Deploy your site

docs/_tutorial-basics/markdown-features.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 4
3+
description: "Explore Docusaurus Markdown and MDX features including frontmatter, links, images, code blocks, admonitions, and React components."
34
---
45

56
# Markdown Features

docs/_tutorial-extras/manage-docs-versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 1
3+
description: "Set up and manage documentation versioning in Docusaurus including creating versions, adding a dropdown, and editing versioned docs."
34
---
45

56
# Manage Docs Versions

docs/_tutorial-extras/translate-your-site.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 2
3+
description: "Configure internationalization for your Docusaurus site including locale setup, document translation, and building localized versions."
34
---
45

56
# Translate your site

0 commit comments

Comments
 (0)