From 389122bbb102223dd916b83c75a59868cab69af3 Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Tue, 10 Sep 2019 10:16:41 -0700
Subject: [PATCH] assets: Do not override js/search-data.json

---
 assets/js/search-data.json | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 assets/js/search-data.json

diff --git a/assets/js/search-data.json b/assets/js/search-data.json
deleted file mode 100644
index 49cbc9d..0000000
--- a/assets/js/search-data.json
+++ /dev/null
@@ -1,12 +0,0 @@
----
----
-{
-  {% for page in site.html_pages %}{% if page.search_exclude != true %}"{{ forloop.index0 }}": {
-    "id": "{{ forloop.index0 }}",
-    "title": "{{ page.title | replace: '&amp;', '&' }}",
-    "content": "{{ page.content | markdownify | strip_html | escape_once | remove: 'Table of contents' | remove: '```'  | remove: '---' | replace: '\', ' ' | normalize_whitespace }}",
-    "url": "{{ page.url | absolute_url }}",
-    "relUrl": "{{ page.url }}"
-  }{% unless forloop.last %},{% endunless %}
-  {% endif %}{% endfor %}
-}
-- 
GitLab