Skip to content

Commit

Permalink
Improve titles/descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon committed Jan 23, 2025
1 parent 7beaa79 commit 1e9cfa0
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Describes what the activity view is, where to find it, and what each part does
---

import ReactPlayer from 'react-player';

# Using the activity view
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_label: Utilizing JavaScript codemods at scale
description: Where to find codemods and a real-world example of using them at scale.
---

import ReactPlayer from 'react-player';

# JavaScript codemods scaled with Moderne
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_label: Enhancing code quality
description: How to find and fix static analysis and stylistic issues in your code.
---

# Enhancing code quality through static analysis remediations

Every programming language has a vast number of conventions and rules that make up "ideal" code. While some of these conventions are stylistic, others can help prevent significant bugs like a `NullPointerException`. Unfortunately, even for the most experienced developers, it's extremely difficult to keep track of these rules and follow them diligently in code. And, even if they do, trying to ensure that other developers follow those same conventions can be like parents trying to tell their kids to clean up their rooms.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_label: Utilizing data tables
description: A guide on the different types of data tables and how to create/use them.
---

import ReactPlayer from 'react-player';

# Getting started with data tables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_label: Understanding the Moderne DevCenter
description: Explains where to find a DevCenter and what all of the components of it are.
---

import ReactPlayer from 'react-player';

# Getting started with the Moderne DevCenter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Running your first recipe
description: A step-by-step walkthrough of running a recipe, from signing in to committing the changes.
---

import ReactPlayer from 'react-player';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_label: Generating visualizations
description: A guide on the different types of visualizations.
---

import ReactPlayer from 'react-player';

# Getting started with visualizations
Expand Down

0 comments on commit 1e9cfa0

Please sign in to comment.