зеркало из https://github.com/github/docs.git
a9571cb7b1
* Make child param IDs unique * Use span instead of h4 * Add bottom margin |
||
---|---|---|
.. | ||
liquid-tags | ||
README.md | ||
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 | ||
rest_operations_at_current_path.html | ||
tool-switcher.html |
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.