mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 08:13:18 +03:00
16 lines
401 B
Plaintext
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.
|