Skip to content

Commit

Permalink
Remove unnecessary overview from frontmatter (#25288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesseralis authored Jul 2, 2020
1 parent 51d28bb commit 5ad9582
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion docs/docs/ab-testing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: A/B Testing
overview: true
---

A/B or split testing is when you make test changes to a website. Suppose you have two buttons: a green “Buy Now!” button and a red “Buy Now!” button. You want to figure out which button will receive the most clicks. An A/B test would be an ideal way to measure engagement.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/adding-app-and-website-functionality.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Adding App and Website Functionality
overview: true
---

Gatsby empowers developers and creators to make many different types of websites. One may wish to add additional functionality to their site such as search, authentication, forms, comments, and plenty of others.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/adding-page-transitions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Adding Page Transitions
overview: true
---

Page transitions give users a better experience when navigating between pages. There are a number of ways to add them to your Gatsby site.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/adding-search.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Adding Search
overview: true
---

See below for a list of guides in this section, or keep reading for an overview on adding search functionality to your site.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/api-reference.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Gatsby API Reference
overview: true
---

Learn more about Gatsby API methods and options, common files, and customizations.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/conceptual-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Conceptual Guide
overview: true
---

Read high-level overviews of important Gatsby concepts and philosophies.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/css-in-js.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Enhancing Styles with CSS-in-JS
overview: true
---

CSS-in-JS refers to an approach where styles are written in JavaScript instead of in external CSS files to easily scope styles in components, eliminate dead code, encourage faster performance and dynamic styling, and more.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/css-libraries-and-frameworks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: CSS Libraries and Frameworks
overview: true
---

There are many other CSS style libraries and frameworks that you can use in your Gatsby project.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/customization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Custom Configuration
overview: true
---

Sometimes you may find yourself in a situation where Gatsby's default configuration just isn't quite what you need for your site. If you should find yourself in this situation, have no fear my friend, you can customize Gatsby's config for `babel` and `webpack`. You can also customize `html.js`, the React component used to generate the initial HTML file of your build. You'll also find guides on how to get custom environment variables into your website, as well how to proxy API requests in development so your API calls aren't interpreted by your server as static assets.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/debugging.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Debugging
overview: true
---

While building your site, you’ll sometimes encounter bugs. These guides help you set up debugging in Gatsby so you can spot and squash bugs more easily.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/deploying-and-hosting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Deploying and Hosting
overview: true
---

Getting your shiny new Gatsby site deployed and accessible is probably the first thing you will want to do now that it's built! Also, give yourself a pat on the back real quick for creating something so great!
Expand Down
1 change: 0 additions & 1 deletion docs/docs/graphql.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: GraphQL & Gatsby
overview: true
---

When building with Gatsby, you access your data through a query language named [GraphQL](https://graphql.org/). GraphQL allows you to declaratively express your data needs. This is done with `queries`, queries are the representation of the data you need. A query looks like this:
Expand Down
1 change: 0 additions & 1 deletion docs/docs/guides.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Reference Guides
overview: true
---

Dive deeper into different topics around building with Gatsby, like sourcing data, building and styling pages, deployment, and more. While the [tutorials](/tutorial/) are step-by-step instructions, reference guides are resources about the various Gatsby development techniques.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/headless-cms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: What is a Headless CMS and How to Source Content from One
overview: true
---

A _headless CMS_ is content management software that enables writers to produce and organize content, while providing developers with structured data that can be displayed using a separate system on the frontend of a website or app.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/partnering-with-gatsby.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Partnering with Gatsby
overview: true
---

If you're an organization in the website space -- whether a vendor or an agency -- we'd love to work together with you.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/performance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Performance
overview: true
---

While performance is already at the heart of Gatsby, it's important to ensure you are doing all you can to make your content available to your users as fast as possible. Not all users are enjoying high speed connections, or browsing from a desktop. It's important to make no assumptions and serve the smallest and fastest site possible, to provide an optimal experience for wherever your users might be coming from. Since Gatsby is already doing a lot of the heavy lifting for you there isn't a lot required out of the box to make your site blazing fast, but by following these guides you can ensure the best possible performance and delivery of your content to your users.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/plugins-themes-and-starters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Plugins, Themes, & Starters
overview: true
---

In the Gatsby ecosystem, there's more than one way to build a site. To help you understand the differences between plugins, themes, and starters, this guide will talk through some of the details.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/preparing-for-site-launch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Preparing Your Site for Launch
overview: true
---

So your Gatsby site is done, and you're ready to share it with the world, **congratulations**! 🎉
Expand Down
1 change: 0 additions & 1 deletion docs/docs/preparing-your-environment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Preparing Your Environment
overview: true
---

To get started with Gatsby, you'll need to make sure you have the following software tools installed:
Expand Down
1 change: 0 additions & 1 deletion docs/docs/releases-and-migration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Releases & Migration
overview: true
---

Find release notes and guides on how to upgrade Gatsby along with third-party packages.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/styling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Styling
overview: true
---

There are many ways to style your website. They can roughly be grouped into three styling approaches:
Expand Down
1 change: 0 additions & 1 deletion docs/docs/testing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Adding Testing
overview: true
disableTableOfContents: true
---

Expand Down
1 change: 0 additions & 1 deletion docs/docs/themes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Themes
overview: true
disableTableOfContents: true
---

Expand Down
1 change: 0 additions & 1 deletion docs/docs/using-gatsby-professionally.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Using Gatsby Professionally
overview: true
---

As a Gatsby developer and enthusiast, you may be interested in how you can spend more of your time professionally building with Gatsby.
Expand Down
1 change: 0 additions & 1 deletion www/src/templates/template-docs-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const pageQuery = graphql`
frontmatter {
title
description
overview
issue
disableTableOfContents
tableOfContentsDepth
Expand Down
1 change: 0 additions & 1 deletion www/src/utils/node/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ exports.createSchemaCustomization = ({ actions: { createTypes } }) => {
showTopLevelSignatures: Boolean
disableTableOfContents: Boolean
tableOfContentsDepth: Int
overview: Boolean
issue: String
jsdoc: [String!]
apiCalls: String
Expand Down

0 comments on commit 5ad9582

Please sign in to comment.