docs/includes
Rachael Sewell 8b4bf1214a
remove rest include file (#25802)
2022-03-03 21:17:35 +00:00
..
liquid-tags remove liquid tags (#20937) 2021-08-18 15:52:44 +00:00
README.md React Cleanup: Documentation (#20517) 2021-07-27 09:07:18 -07:00
doctocat-link-icon.html Use Doctocat link header style (#21615) 2021-09-21 18:14:38 -04:00
graphql-arguments.html removing unnecessary p elements from graphql pages (#24816) 2022-01-31 19:05:47 +00:00
graphql-deprecation.html removing unnecessary p elements from graphql pages (#24816) 2022-01-31 19:05:47 +00:00
graphql-enum.html removing unnecessary p elements from graphql pages (#24816) 2022-01-31 19:05:47 +00:00
graphql-fields.html removing unnecessary p elements from graphql pages (#24816) 2022-01-31 19:05:47 +00:00
graphql-input-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-input-object.html remove hr bc it increases speech and braille verbosity (#24807) 2022-01-28 19:59:41 +00:00
graphql-interface.html remove hr bc it increases speech and braille verbosity (#24807) 2022-01-28 19:59:41 +00:00
graphql-mutation.html remove hr bc it increases speech and braille verbosity (#24807) 2022-01-28 19:59:41 +00:00
graphql-object.html remove hr bc it increases speech and braille verbosity (#24807) 2022-01-28 19:59:41 +00:00
graphql-preview.html Primer 18 b (#22462) 2021-10-28 19:17:23 +00:00
graphql-query.html remove hr bc it increases speech and braille verbosity (#24807) 2022-01-28 19:59:41 +00:00
graphql-return-fields.html removing unnecessary p elements from graphql pages (#24816) 2022-01-31 19:05:47 +00:00
graphql-scalar.html remove hr bc it increases speech and braille verbosity (#24807) 2022-01-28 19:59:41 +00:00
graphql-union.html remove hr bc it increases speech and braille verbosity (#24807) 2022-01-28 19:59:41 +00:00

README.md

Includes

The files in this directory are "includes", snippets of HTML that can be reused in multiple layouts or pages. In Ruby on Rails parlance, these are called "partials".

Using Includes

This example injects the contents of includes/graphql-enum.html into the page:

{% include graphql-enum %}

Writing Includes

Includes must have a .html extension.