graphql-engine/docs/wiki/style/headings.mdx
Sean Park-Ross 7a552d34da docs: wiki style section
**WIP**

## Description ✍️
Adding a style section to the documentation wiki.

This is a distillation and continuation of the notes started by @marionschleifer and @rikinsk at https://docs.google.com/document/d/1lD7IVEjtv5Sf9BaVqzefLywG-kNpuM40I84ThIUSmwg/edit

* _Everything is very much in a WIP stage._

* Everything is on one page for now, but if it warrants it, each sections could be broken out into separate parts under a main `style` section.

@robertjdominguez Please let me know your thoughts too.

**Anyone** please feel free to edit and push to this branch.

- Sean

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4642
Co-authored-by: parklifeio <33491775+parklifeio@users.noreply.github.com>
Co-authored-by: Rob Dominguez <24390149+robertjdominguez@users.noreply.github.com>
GitOrigin-RevId: 48a26500114efcef22278d4e673ce0289bd7d7db
2022-06-23 09:45:35 +00:00

16 lines
401 B
Plaintext

---
title: Headings
description: Style for headings in documentation
keywords:
- hasura
- style
- headings
slug: headings
---
# Headings
* Headings should use `Title Capitalization Like This`.
* Subheadings, anything less than `h1` or markdown level 1: `#`, should use `Sentence capitalization like this`.
* Headings should not end with a period.
* Leave a blank line above and below headings.