-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsearch.json
More file actions
114 lines (114 loc) · 6.2 KB
/
search.json
File metadata and controls
114 lines (114 loc) · 6.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
---
layout: null
permalink: /search.json
---
{
"entries": [
{
"title": {{ site.data.index.meta.title | jsonify }},
"url": {{ '/' | relative_url | jsonify }},
"content": {% capture index_text %}
{{ site.data.index.meta.title }} {{ site.data.index.meta.description }}
{{ site.data.index.hero.title }} {{ site.data.index.hero.subtitle }}
{% if site.data.index.who_is_it_for %}
{{ site.data.index.who_is_it_for.title }} {{ site.data.index.who_is_it_for.lead }}
{% for b in site.data.index.who_is_it_for.benefits %} {{ b }} {% endfor %}
{% endif %}
{% if site.data.index.capabilities %}
{% for c in site.data.index.capabilities.bubbles %} {{ c.label }} {% endfor %}
{% endif %}
{% if site.data.index.tools %}
{% for t in site.data.index.tools.cards %} {{ t.title }} {{ t.description }} {% endfor %}
{% endif %}
{% if site.data.index.resource_finder and site.data.index.resource_finder.resources %}
{% for r in site.data.index.resource_finder.resources %}
{% assign key = r[0] %}{% assign val = r[1] %}
{{ val.title }} {{ val.short_description }} {{ val.description }}
{% endfor %}
{% endif %}
{% if site.data.index.requirement %}
{{ site.data.index.requirement.title }} {{ site.data.index.requirement.description }} {{ site.data.index.requirement.docker_explanation }}
{% endif %}
{% endcapture %}{{ index_text | markdownify | strip_html | strip_newlines | jsonify }}
},
{
"title": "Sacred — Concepts & Guide",
"url": {{ 'sacred' | relative_url | jsonify }},
"content": {% capture s_md %}{% include_relative sacred.md %}{% endcapture %}{{ s_md | markdownify | strip_html | strip_newlines | jsonify }}
},
{
"title": {{ site.data.sender.meta.title | jsonify }},
"url": {{ 'sender' | relative_url | jsonify }},
"content": {% capture sender_text %}
{{ site.data.sender.meta.title }} {{ site.data.sender.meta.description }}
{{ site.data.sender.hero.title }} {{ site.data.sender.hero.subtitle }}
{% for f in site.data.sender.features %} {{ f.title }} {{ f.description }} {% endfor %}
{% if site.data.sender.requirements and site.data.sender.requirements.items %}
{% for it in site.data.sender.requirements.items %}
{% assign key = it[0] %}{% assign val = it[1] %}
{{ val.title }} {{ val.description }}
{% endfor %}
{% endif %}
{% for q in site.data.sender.quick_start %} {{ q.title }} {{ q.content }} {{ q.code }} {% endfor %}
{% for c in site.data.sender.file_categories %} {{ c.label }} {{ c.value }} {% endfor %}
{% if site.data.sender.batch_sending %}
{{ site.data.sender.batch_sending.description }} {{ site.data.sender.batch_sending.example }}
{% endif %}
{% for v in site.data.sender.viewing_results %} {{ v.label }} {{ v.value }} {% endfor %}
{% for r in site.data.sender.related_tools %} {{ r.title }} {{ r.description }} {% endfor %}
{% endcapture %}{{ sender_text | markdownify | strip_html | strip_newlines | jsonify }}
},
{
"title": {{ site.data.viewer.meta.title | jsonify }},
"url": {{ 'viewer' | relative_url | jsonify }},
"content": {% capture viewer_text %}
{{ site.data.viewer.meta.title }} {{ site.data.viewer.meta.description }}
{{ site.data.viewer.hero.title }} {{ site.data.viewer.hero.subtitle }}
{% for f in site.data.viewer.features %} {{ f.title }} {{ f.description }} {% endfor %}
{% if site.data.viewer.requirements and site.data.viewer.requirements.items %}
{% for it in site.data.viewer.requirements.items %}
{% assign key = it[0] %}{% assign val = it[1] %}
{{ val.title }} {{ val.description }}
{% endfor %}
{% endif %}
{% for q in site.data.viewer.quick_start %} {{ q.title }} {{ q.content }} {{ q.code }} {% endfor %}
{% if site.data.viewer.features_list and site.data.viewer.features_list.items %}
{% for i in site.data.viewer.features_list.items %} {{ i }} {% endfor %}
{% endif %}
{% for r in site.data.viewer.related_tools %} {{ r.title }} {{ r.description }} {% endfor %}
{% endcapture %}{{ viewer_text | markdownify | strip_html | strip_newlines | jsonify }}
},
{
"title": {{ site.data.extractor.meta.title | jsonify }},
"url": {{ 'extractor' | relative_url | jsonify }},
"content": {% capture extractor_text %}
{{ site.data.extractor.meta.title }} {{ site.data.extractor.meta.description }}
{{ site.data.extractor.hero.title }} {{ site.data.extractor.hero.subtitle }}
{% for f in site.data.extractor.features %} {{ f.title }} {{ f.description }} {% endfor %}
{% if site.data.extractor.requirements and site.data.extractor.requirements.items %}
{% for it in site.data.extractor.requirements.items %}
{% assign key = it[0] %}{% assign val = it[1] %}
{{ val.title }} {{ val.description }}
{% endfor %}
{% endif %}
{% for q in site.data.extractor.quick_start %} {{ q.title }} {{ q.content }} {{ q.code }} {% endfor %}
{% for r in site.data.extractor.related_tools %} {{ r.title }} {{ r.description }} {% endfor %}
{% endcapture %}{{ extractor_text | markdownify | strip_html | strip_newlines | jsonify }}
},
{
"title": "Deploy (Docker Compose)",
"url": {{ 'deploy' | relative_url | jsonify }},
"content": {% capture d_md %}{% include_relative AltarDocker/DEPLOY.md %}{% endcapture %}{{ d_md | markdownify | strip_html | strip_newlines | jsonify }}
},
{
"title": "Manage Users",
"url": {{ 'manage' | relative_url | jsonify }},
"content": {% capture m_md %}{% include_relative AltarDocker/MANAGE_USERS.md %}{% endcapture %}{{ m_md | markdownify | strip_html | strip_newlines | jsonify }}
},
{
"title": "Backup & Migration",
"url": {{ 'backup' | relative_url | jsonify }},
"content": {% capture b_md %}{% include_relative AltarDocker/BACKUP.md %}{% endcapture %}{{ b_md | markdownify | strip_html | strip_newlines | jsonify }}
}
]
}