docs/includes
Kevin Heis e3b2e820fd
React tool picker (#23004)
* 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
2021-11-29 23:04:06 +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 Primer 18 b (#22462) 2021-10-28 19:17:23 +00:00
graphql-deprecation.html Upgrade Primer with translation shim for trashcan icon (#18735) 2021-04-13 18:38:04 +00:00
graphql-enum.html revert alignment back to pre-prettified format (#21735) 2021-09-24 21:32:01 +00:00
graphql-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-input-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-input-object.html Use Doctocat link header style (#21615) 2021-09-21 18:14:38 -04:00
graphql-interface.html revert alignment back to pre-prettified format (#21735) 2021-09-24 21:32:01 +00:00
graphql-mutation.html revert alignment back to pre-prettified format (#21735) 2021-09-24 21:32:01 +00:00
graphql-object.html Use Doctocat link header style (#21615) 2021-09-21 18:14:38 -04:00
graphql-preview.html Primer 18 b (#22462) 2021-10-28 19:17:23 +00:00
graphql-query.html fix graphql rendering (#21818) 2021-09-30 06:00:52 +00:00
graphql-return-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-scalar.html revert alignment back to pre-prettified format (#21735) 2021-09-24 21:32:01 +00:00
graphql-union.html fix graphql rendering (#21818) 2021-09-30 06:00:52 +00:00
rest_operation.html Primer 18 b (#22462) 2021-10-28 19:17:23 +00:00
rest_operations_at_current_path.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
tool-switcher.html React tool picker (#23004) 2021-11-29 23:04:06 +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.