Skip to content

Commit

Permalink
docs: add category to each page (#171)
Browse files Browse the repository at this point in the history
[<img height=20 src=https://readme.com/static/favicon.ico align=center>][demo] |
:---:|

## 🧰 Changes

It appears that the rdme docs sync step of our release CI is failing: https://github.com/readmeio/markdown/runs/2833856744

```
Error: We couldn't save this doc (Path `category` is required.).
```
This commit adds the category in the front-matter of each page we're syncing! I have some doc updates in the pipeline (will open a separate PR for them!) but wanted to make sure this was resolved first.

## 🧬 QA & Testing

- [Broken on production][prod].
- [Working in this PR app][demo].


[demo]: https://markdown-pr-171.herokuapp.com
[prod]: https://SUBDOMAIN.readme.io
  • Loading branch information
kanadgupta authored Jun 17, 2021
1 parent 03ef2d9 commit 9a5e1c6
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/callouts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Callouts"
category: 5fdf7610134322007389a6ed
slug: "callouts"
hidden: false
metadata:
Expand Down
1 change: 1 addition & 0 deletions docs/code-block-tests.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Code Block Tests"
category: 5fdf9fc9c2a7ef443e937315
slug: "code-block-tests"
hidden: true
---
Expand Down
1 change: 1 addition & 0 deletions docs/code-blocks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Code Blocks"
category: 5fdf7610134322007389a6ed
slug: "code-blocks"
hidden: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/custom-css.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Custom Styling"
category: 5fdf7610134322007389a6ec
slug: "custom-css"
excerpt: "Styling best-practices and CSS selector references."
hidden: false
Expand Down
1 change: 1 addition & 0 deletions docs/embeds.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Embeds"
category: 5fdf7610134322007389a6ed
slug: "embeds"
hidden: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/features.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "And more..."
category: 5fdf7610134322007389a6ed
slug: "features"
excerpt: "Additional Markdown features of the ReadMe platform implementation."
hidden: false
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Getting Started"
category: 5fdf7610134322007389a6ec
slug: "getting-started"
excerpt: "ReadMe's Markdown engine, with notes of GitHub, modern styles, and a hint of magic."
hidden: false
Expand Down
1 change: 1 addition & 0 deletions docs/headings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Headings"
category: 5fdf7610134322007389a6ed
slug: "headings"
hidden: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/images.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Images"
category: 5fdf7610134322007389a6ed
slug: "images"
hidden: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/lists.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Lists"
category: 5fdf7610134322007389a6ed
slug: "lists"
hidden: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/syntax-extensions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Flavored Syntax"
category: 5fdf7610134322007389a6ec
slug: "syntax-extensions"
excerpt: "Specs and examples of ReadMe's (restrained) Markdown syntax extensions."
hidden: false
Expand Down
1 change: 1 addition & 0 deletions docs/table-of-contents-tests.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Table Of Contents Tests"
category: 5fdf9fc9c2a7ef443e937315
slug: "table-of-contents-tests"
hidden: true
---
Expand Down
1 change: 1 addition & 0 deletions docs/tables.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Tables"
category: 5fdf7610134322007389a6ed
slug: "tables"
hidden: false
---
Expand Down
1 change: 1 addition & 0 deletions docs/variable-tests.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Variable Tests"
category: 5fdf9fc9c2a7ef443e937315
slug: "variable-tests"
hidden: true
---
Expand Down

0 comments on commit 9a5e1c6

Please sign in to comment.