docs/includes
Robert Sese a9571cb7b1
Make child param IDs unique (#20630)
* Make child param IDs unique

* Use span instead of h4

* Add bottom margin
2021-08-04 17:00:11 +00:00
..
liquid-tags Part 4: React Cleanup after new 404/500 pages (#20465) 2021-07-22 08:59:34 -07:00
README.md React Cleanup: Documentation (#20517) 2021-07-27 09:07:18 -07:00
graphql-arguments.html
graphql-deprecation.html
graphql-enum.html
graphql-fields.html
graphql-input-fields.html
graphql-input-object.html
graphql-interface.html
graphql-mutation.html
graphql-object.html
graphql-preview.html
graphql-query.html
graphql-return-fields.html
graphql-scalar.html
graphql-union.html
rest_operation.html Make child param IDs unique (#20630) 2021-08-04 17:00:11 +00:00
rest_operations_at_current_path.html
tool-switcher.html Part 4: React Cleanup after new 404/500 pages (#20465) 2021-07-22 08:59:34 -07: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.