mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
* Initial pass of autocomplete; removal of detritus * Update menu.js * Added arrow-based navigation * CSS fixes * Add ranking to autocomplete result matching * Shorten 'see all' text * Filter for less-than-three
220 B
220 B
title, hide_from_sitemap
| title | hide_from_sitemap |
|---|---|
| All Page Links | true |
{% assign sorted_pages = site.pages | sort:"path" %} {% for thispage in sorted_pages %}
- {{thispage.path}} - {{ thispage.title }} {% endfor %}