Skip to content

Commit 7cae22a

Browse files
authored
Merge pull request #3384 from vespa-engine/bratseth/not-code
Not code
2 parents ae3f121 + 7e8f7f8 commit 7cae22a

File tree

268 files changed

+267
-468
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+267
-468
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: Page not found
44
index: false
55
---

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. All rights reserved.
22
ruby '>=2.6'
33

44
source "https://rubygems.org"

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
1+
<!-- Copyright Vespa.ai. All rights reserved. -->
22

33
<picture>
44
<source media="(prefers-color-scheme: dark)" srcset="https://vespa.ai/assets/vespa-ai-logo-heather.svg">

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. All rights reserved.
22
# Welcome to Jekyll!
33
#
44
# This config file is meant for settings that affect your whole blog, values

_data/sidebar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. All rights reserved.
22

33
# This data is used to build the left sidebar and the table of contents
44
# Use sidebar_exclude: true to exclude the doc from sidebar, keeping it in the table of contents

_includes/htmlhead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
1+
<!-- Copyright Vespa.ai. All rights reserved. -->
22
<head>
33
<meta charset="UTF-8" />
44
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

_includes/js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
1+
<!-- Copyright Vespa.ai. All rights reserved. -->
22
<script>
33
function toggleMenu() {
44
document.getElementById("navMenu").classList.toggle('is-active');

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
1+
<!-- Copyright Vespa.ai. All rights reserved.. -->
22
<!-- Navbar -->
33
<nav class="nav sticky-top {{include.class}}">
44
<div class="nav-left">

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
1+
<!-- Copyright Vespa.ai. All rights reserved. -->
22

33
<div class="tabs is-primary is-vertical">
44
<ul class="p-b-10">

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
2+
<!-- Copyright Vespa.ai. All rights reserved. -->
33
<html lang="en">
44

55
{% include htmlhead.html theme="light" %}

_paragraphs_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. All rights reserved.
22

33
search:
44
namespace: "open-p"

_plugins-vespafeed/vespa_index_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. All rights reserved.
22

33
require 'json'
44
require 'nokogiri'

_suggestions_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. All rights reserved.
22

33
search:
44
namespace: "term"

_suggestions_reference_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. All rights reserved.
22

33
search:
44
namespace: "term-reference"

convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
#Convert from jsonl to json
44

55
import sys

en/access-logging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: Access Logging
44
redirect_from:
55
- /documentation/access-logging.html

en/annotations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Annotations API"
44
redirect_from:
55
- /documentation/annotations.html

en/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Vespa API and interfaces"
44
redirect_from:
55
- /documentation/api.html

en/application-packages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Application Packages"
44
redirect_from:
55
- /documentation/cloudconfig/application-packages.html

en/approximate-nn-hnsw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Approximate Nearest Neighbor Search using HNSW Index"
44
keywords: "ann, approximate nearest neighbor"
55
redirect_from:

en/attributes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Attributes"
44
redirect_from:
55
- /documentation/attributes.html

en/boolean-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Predicate Search Java Library"
44
redirect_from:
55
- /documentation/boolean-library.html

en/build-install-vespa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Build / install Vespa"
44
redirect_from:
55
- /documentation/build-install-vespa.html

en/components/bundles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Bundles"
44
redirect_from:
55
- /documentation/jdisc/developing-osgi-bundles.html

en/components/chained-components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Chained Components"
44
redirect_from:
55
- /documentation/chained-components.html

en/concrete-documents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Concrete document types"
44
redirect_from:
55
- /documentation/concrete-documents.html

en/configuring-components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Configuring Java components"
44
redirect_from:
55
- /documentation/configuring-components.html

en/content/buckets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Buckets"
44
redirect_from:
55
- /documentation/content/buckets.html

en/content/consistency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Vespa Consistency Model"
44
redirect_from:
55
- /documentation/content/consistency.html

en/content/content-nodes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
2+
# Copyright Vespa.ai. All rights reserved.
33
title: "Content nodes, states and metrics"
44
redirect_from:
55
- /documentation/content/content-nodes.html

0 commit comments

Comments
 (0)