Skip to content

Commit

Permalink
Merge pull request #2905 from vespa-engine/kkraune/selfhosted-I
Browse files Browse the repository at this point in the history
Kkraune/selfhosted i
  • Loading branch information
kkraune authored Sep 27, 2023
2 parents 531c5e7 + 7668fcb commit 8beedcb
Show file tree
Hide file tree
Showing 17 changed files with 1,472 additions and 1,471 deletions.
11 changes: 5 additions & 6 deletions _data/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,14 @@ docs:
url: /en/operations/reindexing.html
- page: Vespa Configuration
url: /en/config-introduction.html
- page: Routing
url: /en/routing.html
- page: Content node recovery
url: /en/operations/content-node-recovery.html

- title: Operations - selfhosted
documents:
- page: Routing
url: /en/routing.html

- title: Configuration reference
documents:
- page: Application Package Reference
Expand All @@ -355,8 +358,6 @@ docs:
url: /en/reference/services-http.html
- page: services.xml - processing
url: /en/reference/services-processing.html
- page: services.xml - routing
url: /en/reference/services-routing.html
- page: services.xml - search
url: /en/reference/services-search.html
- page: hosts.xml
Expand All @@ -369,8 +370,6 @@ docs:
url: /en/reference/config-files.html
- page: mTLS Reference
url: /en/reference/mtls.html
- page: Routingpolicies Reference
url: /en/reference/routingpolicies.html
- page: Internal Configuration File Reference
url: /en/reference/internal-config-files.html
- page: Healthchecks Reference
Expand Down
2 changes: 1 addition & 1 deletion en/document-api-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,6 @@ <h3 id="visitorsession">VisitorSession</h3>
}
</pre>
<p>
The first optional argument to this client is the <a href="routing.html">route</a> of the cluster to visit.
The first optional argument to this client is the <a href="/en/operations-selfhosted/routing.html">route</a> of the cluster to visit.
The second is the <a href="documents.html#fieldsets">fieldset</a> set to retrieve.
</p>
4 changes: 2 additions & 2 deletions en/document-processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ <h2 id="deploying-a-document-processor">Deploying a Document Processor</h2>
and <em>must</em> be inherited by any chain that is to replace it.
</p>
<p>
To run through any chain, specify a <a href="routing.html">route</a> which includes the chain.
To run through any chain, specify a <a href="/en/operations-selfhosted/routing.html">route</a> which includes the chain.
For example, the route <code>default/chain.my-chain indexing</code> would route feed operations
through the chain "my-chain" in the "default" container cluster, and then to the "indexing" hop,
which resolves to the specified indexing chain for each content cluster the document should be sent to.
More details can be found in <a href="indexing.html#document-processing">indexing</a>:
More details can be found in <a href="/en/operations-selfhosted/routing.html#document-processing">indexing</a>:
</p>


Expand Down
2 changes: 1 addition & 1 deletion en/documents.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
This configuration is used to configure the garbage collector if it is enabled.
Additionally, it is used to define default routes for documents sent into the application.
By default, a document will be sent to all clusters having the document type defined.
Refer to <a href="routing.html">routing</a> for details.
Refer to <a href="/en/operations-selfhosted/routing.html">routing</a> for details.
</p>

<p>
Expand Down
Loading

0 comments on commit 8beedcb

Please sign in to comment.