mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Improve titles/descriptions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user