mirror of https://github.com/docker/docs.git
Remove library samples from metadata.js
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
00411a8db2
commit
e02481c059
|
@ -10,11 +10,4 @@ var pages = [{% assign firstPage = "yes" %}
|
|||
"keywords":{{ page.keywords | jsonify }}
|
||||
}
|
||||
{% endif %}{% endfor %}
|
||||
{% for page in site.samples %},
|
||||
{
|
||||
"url":{{ page.url | jsonify }},
|
||||
"title":{{ page.title | jsonify }},
|
||||
"description":{{ page.description | strip | jsonify }},
|
||||
"keywords":{{ page.keywords | jsonify }}
|
||||
}
|
||||
{% endfor %}]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue