зеркало из https://github.com/github/docs.git
e3b2e820fd
* Working on tool picker * Start on react version of tool picker * Update ToolPicker.tsx * Update tool-switcher.html * Get it working * Update browser.js * Update browser.js * Update ToolPicker.tsx |
||
---|---|---|
.. | ||
liquid-tags | ||
README.md | ||
doctocat-link-icon.html | ||
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.