Improve titles/descriptions

This commit is contained in:
Mike Solomon
2025-01-23 11:16:03 -08:00
parent 7beaa797b7
commit 1e9cfa03e1
7 changed files with 30 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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';

View File

@@ -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