docs/includes
Kevin Heis 912ac50034
End AB test on moving helpfulness prompt to bottom (#16552)
* End AB test on moving helpfulness prompt to bottom

* Move helpfulness to bottom of page only

* Update helpfulness.js

Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2020-11-20 12:24:33 -08:00
..
liquid-tags add contributing/development.md (#15806) 2020-10-01 11:27:27 -07:00
README.md Hello git history spelunker! 2020-09-27 14:10:11 +02:00
all-articles.html "All articles" component of Actions landing page (#16318) 2020-11-12 12:57:30 -05:00
all-products-link.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
article-version-switcher.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
article.html End AB test on moving helpfulness prompt to bottom (#16552) 2020-11-20 12:24:33 -08:00
breadcrumbs.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
code-example-card.html Filterable code examples on Actions landing page (#16276) 2020-11-12 11:35:43 -05:00
contribution.html add space 2020-11-16 20:32:11 -05:00
deprecation-banner.html update deprecation banner include 2020-11-16 20:06:56 -05:00
error-404-deprecation-message.html Support enterpriseServerVersions in Liquid statements (#16058) 2020-10-15 16:20:41 -04:00
explorer.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
featured-article.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
featured-link.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
featured-links.html Support arbitrary keys in new featuredLinks frontmatter (#16239) 2020-10-27 13:53:10 -04:00
footer.html Add/use small-footer for Actions landing page (#16265) 2020-11-03 13:12:25 -05:00
graphql-arguments.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-deprecation.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-enum.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04: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 Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-interface.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-mutation.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
graphql-object.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-preview.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-query.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-return-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-scalar.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
graphql-union.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
guide-card.html "Guides" section of the Actions landing page (#16216) 2020-11-11 12:53:46 -05:00
head.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
header-notification.html Early access header notification (#16482) 2020-11-16 13:37:24 -05:00
header.html Header notification updates (#16425) 2020-11-12 16:27:29 -05:00
helpfulness.html End AB test on moving helpfulness prompt to bottom (#16552) 2020-11-20 12:24:33 -08:00
homepage-version-switcher.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
landing.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
printer-icon.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
release-notes-category-label.html Render Enterprise release notes on docs.github.com (#16367) 2020-11-20 13:33:11 -05:00
rest_operation.html Remove the thing (#16294) 2020-11-03 13:50:02 -05:00
rest_operations_at_current_path.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
rest_toc_item.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
scripts.html Add/use small-footer for Actions landing page (#16265) 2020-11-03 13:12:25 -05:00
search-form.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
sidebar-guides.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
sidebar-homepage.html Remove versions feature flag code (#15793) 2020-09-29 13:36:07 -04:00
sidebar-specific-product.html remove inactive sidebar links (#16500) 2020-11-17 14:26:14 -08:00
sidebar.html Merge branch 'main' into repo-sync 2020-09-29 15:24:48 -07:00
small-footer.html add responsive to footer 2020-11-16 00:42:04 +02:00
support.html add support banner container 2020-10-12 00:39:12 +03: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/header.html into the page:

{% include header %}

Writing Includes

Includes must have a .html extension.