graphql-engine/docs/wiki/style/tables.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

18 lines
443 B
Plaintext

---
title: Tables
description: Table style in documentation
keywords:
- hasura
- style
- tables
slug: tables
---
# Tables
- Should be in Markdown syntax due to its convenience to read as a table in code.
- If markdown syntax becomes difficult to edit due to length, then use JSX syntax.
<!-- We should include some exmaples here...the syntax needed for <table /> to
render in *.md is ugly but necessary for those behemoth tables. -->