Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

search.json 548 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. ---
  2. title: search
  3. layout: none
  4. search: exclude
  5. ---
  6. [
  7. {% for page in site.pages %}
  8. {%- assign newurl = page.url | remove: "/" -%}
  9. {% unless forloop.first or forloop.index == 2 or newurl == 'assetscssstyle.css' or page.search == 'exclude' %},{% endunless %}
  10. {% if newurl == 'assetscssstyle.css' or page.search == 'exclude' %}
  11. {% continue %}
  12. {% else %}
  13. {
  14. "title": "{{ page.title }}",
  15. "tags": "{{ page.tags }}",
  16. "keywords": "{{page.keywords}}",
  17. "url": "{{ page.url | remove: "/"}}",
  18. "summary": "{{page.summary | strip }}"
  19. }
  20. {% endif %}
  21. {% endfor %}
  22. ]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...