-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy path_config.yml
More file actions
60 lines (56 loc) · 1.67 KB
/
_config.yml
File metadata and controls
60 lines (56 loc) · 1.67 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
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .idea
- vespaapps_index.json
include:
- .github/
defaults:
- scope:
path: ""
values:
index: true
search:
namespace: "vespaapps"
doc_type: "doc"
do_feed: true
do_index_removal_before_feed: false
feed_endpoints:
# This config needs to be the same in all files starting with "_" in:
# vespa-engine/documentation, vespa-engine/pyvespa, vespa-engine/sample-apps,
# vespaai/blog and vespaai/cloud-site
#
# vespacloud-docsearch | prod.aws-us-east-1c
- url: https://b671e1db.b68a8c0d.z.vespa-app.cloud/
indexes:
- vespaapps_index.json
# vespacloud-docsearch | prod.aws-eu-west-1a
- url: https://ed053d52.b68a8c0d.z.vespa-app.cloud/
indexes:
- vespaapps_index.json
# vespacloud-docsearch | prod.gcp-us-central1-f
- url: https://a341952a.b68a8c0d.z.vespa-app.cloud/
indexes:
- vespaapps_index.json
# vespacloud-docsearch | prod.gcp-us-central1-a
- url: https://ba97230a.b68a8c0d.z.vespa-app.cloud/
indexes:
- vespaapps_index.json
# vespacloud-docsearch.cloud-enclave | prod.aws-us-east-1c
- url: https://cd560c23.b68a8c0d.z.vespa-app.cloud/
indexes:
- vespaapps_index.json
# vespacloud-docsearch.cloud-enclave | prod.aws-eu-west-1a
- url: https://b24dd625.b68a8c0d.z.vespa-app.cloud/
indexes:
- vespaapps_index.json
# vespacloud-docsearch.cloud-enclave | prod.gcp-us-central1-f
- url: https://b4f1a714.b68a8c0d.z.vespa-app.cloud/
indexes:
- vespaapps_index.json