This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new c048038 remove search for now until is developed completely
c048038 is described below
commit c048038fdf24bba4ad1ded1ecadf05101c9aa9e1
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Aug 27 20:28:09 2019 +0200
remove search for now until is developed completely
---
_layouts/docpage.html | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 1389306..4a217e8 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -110,24 +110,12 @@ limitations under the License.
{{content}}
- <div class="post-list" id="search-hits">
- {% for page in site.pages %}
- <div class="post-item">
- <h3>
- <a class="post-link" href="{{ page.url | relative_url }}">{{
page.title | escape }}</a>
- </h3>
- <div class="post-snippet">{{ page.description }}</div>
- </div>
- {% endfor %}
- </div>
-
-
<div class="bottom-links">
<a href="https://github.com/apache/royale-docs/edit/master/{{
page.path }}" target="_blank">Edit this page</a>
</div>
</div>
<div class="toc" id="toc">
- <div id="search-searchbar"></div>
+
{% assign pagepathparts = page.path | split: "/" %}
{% assign numparts = pagepathparts | size %}
@@ -421,7 +409,7 @@ limitations under the License.
</div>
</div>
- {% include algolia.html %}
+
</body>
</html>