aboutsummaryrefslogtreecommitdiff
path: root/docs/search.fr.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/search.fr.json')
-rw-r--r--docs/search.fr.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/search.fr.json b/docs/search.fr.json
new file mode 100644
index 000000000..b32d32150
--- /dev/null
+++ b/docs/search.fr.json
@@ -0,0 +1,13 @@
+---
+layout: none
+---
+[
+{% assign pages = site.pages | where_exp: "p", "p.title != nil" | where: "lang", "fr" %}
+{% for page in pages %}
+ {
+ "title": "{{ page.title | escape }}",
+ "url": "{{ site.baseurl }}{{ page.url }}",
+ "content": {{ page.content | markdownify | strip_html | jsonify }}
+ }{% unless forloop.last %},{% endunless %}
+{% endfor %}
+]