Skip to content

Commit 3e78bb9

Browse files
committed
Merge branch 'DOC-761' of https://github.com/arangodb/docs-hugo into oct-release-notes
2 parents 15577e9 + 8fded54 commit 3e78bb9

File tree

9 files changed

+182
-393
lines changed

9 files changed

+182
-393
lines changed

site/content/arangodb/3.12/_index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ layout: default
88

99
{{< cards >}}
1010

11-
{{% card title="What is ArangoDB?" link="about/" %}}
12-
Get to know graphs, ArangoDB's use cases and features.
11+
{{% card title="Features" link="features/" %}}
12+
Get an overview of ArangoDB's features and deployment options.
1313
{{% /card %}}
1414

1515
{{% card title="Get started" link="get-started/" %}}
@@ -18,8 +18,12 @@ and get a server instance up and running.
1818
{{% /card %}}
1919

2020
{{% card title="AQL" link="aql/" %}}
21-
ArangoDB's Query Language AQL lets you use graphs, JSON documents, and search
22-
via a single, composable query language.
21+
ArangoDB's Query Language AQL lets you use graphs, JSON documents, search,
22+
vector, and geo-spatial data via a single, composable query language.
23+
{{% /card %}}
24+
25+
{{% card title="Graphs" link="graphs/" %}}
26+
What are graphs and how do the different types of graphs work in ArangoDB?
2327
{{% /card %}}
2428

2529
{{% card title="Deploy" link="deploy/" %}}

site/content/arangodb/4.0/_index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ layout: default
88

99
{{< cards >}}
1010

11-
{{% card title="What is ArangoDB?" link="about/" %}}
12-
Get to know graphs, ArangoDB's use cases and features.
11+
{{% card title="Features" link="features/" %}}
12+
Get an overview of ArangoDB's features and deployment options.
1313
{{% /card %}}
1414

1515
{{% card title="Get started" link="get-started/" %}}
@@ -18,8 +18,12 @@ and get a server instance up and running.
1818
{{% /card %}}
1919

2020
{{% card title="AQL" link="aql/" %}}
21-
ArangoDB's Query Language AQL lets you use graphs, JSON documents, and search
22-
via a single, composable query language.
21+
ArangoDB's Query Language AQL lets you use graphs, JSON documents, search,
22+
vector, and geo-spatial data via a single, composable query language.
23+
{{% /card %}}
24+
25+
{{% card title="Graphs" link="graphs/" %}}
26+
What are graphs and how do the different types of graphs work in ArangoDB?
2327
{{% /card %}}
2428

2529
{{% card title="Deploy" link="deploy/" %}}

site/content/data-platform/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ to provide a complete, enterprise-ready solution.
4141

4242
### ArangoDB Enterprise Edition
4343

44-
At the foundation is [**ArangoDB Enterprise Edition**](../../arangodb/3.12/), the
44+
At the foundation is [**ArangoDB Enterprise Edition**](../arangodb/_index.md), the
4545
powerful multi-model database that provides:
4646

4747
- **Graph**: Native graph database capabilities with efficient traversals and pattern matching
Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
1+
{{/* Should match baseof.html but have breadcrumbs, toc, and main block removed */ -}}
2+
{{ partial "shortcodes/version.html" (dict "page" .Page) -}}
3+
{{ $isProduction := eq site.BaseURL "https://docs.arango.ai" -}}
14

25
<!DOCTYPE html>
36
<html lang="{{ .Page.Language | default "en" }}">
4-
5-
<head>
6-
{{- partialCached "stylesheet.html" . }}
7-
{{- partial "meta.html" . }}
8-
{{- partialCached "favicon.html" . }}
9-
{{- partialCached "javascript.html" . }}
10-
</head>
11-
12-
<body>
7+
{{ partial "head.html" . -}}
8+
<body>
9+
{{ if $isProduction }}{{ partialCached "tracking/body-start.html" . }}{{ end -}}
1310
<noscript>You need to enable JavaScript to use the Arango documentation.</noscript>
14-
<div class="page-wrapper page_content_splash" style="height: auto;opacity: 1;">
15-
<section class="page-main">
16-
<section class="page-container">
17-
{{ partialCached "header.html" . }}
18-
<iframe src="/nav.html" title="description" class="menu-iframe active" style="opacity: 0;"></iframe>
19-
20-
21-
<div class="container-main">
22-
<div class="row-main">
23-
</div>
24-
</main><!-- #body-inner -->
25-
</div><!-- #body -->
26-
{{- partialCached "back-to-top.html" . }}
27-
{{ partialCached "search.html" . }}
28-
</body>
29-
</html>
11+
<div class="page-wrapper page_content_splash" style="height: auto; opacity: 1;">
12+
<section class="page-main">
13+
<section class="page-container">
14+
{{ partialCached "header.html" . -}}
15+
<nav class="main-nav" aria-label="Main"></nav>
16+
<div class="container-main">
17+
<div class="row-main"></div>
18+
</div>
19+
</section>
20+
</section>
21+
</div>
22+
{{ partialCached "back-to-top.html" . -}}
23+
{{ partialCached "search.html" . -}}
24+
{{ if $isProduction }}{{ partialCached "tracking/body-end.html" . }}{{ end -}}
25+
</body>
26+
</html>

site/themes/arangodb-docs-theme/layouts/_default/_markup/render-link.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{{- end }}
4242
{{- $permalink = printf "%s%s" $page.RelPermalink $fragment }}
4343
{{- else }}
44-
{{- if and (ne $currentPage "/") (not (or (strings.HasPrefix $currentPage "/stable/") (strings.HasPrefix $currentPage "/devel/"))) }}
44+
{{- if and (ne $currentPage "/") (not (or (strings.HasPrefix $currentPage "/arangodb/stable/") (strings.HasPrefix $currentPage "/arangodb/devel/"))) }}
4545
{{- if site.Params.failOnBrokenLinks }}
4646
{{- errorf "<error code=1> Broken link '%v' found in %s </error><br>" $link $currentFile }}
4747
{{- else }}

site/themes/arangodb-docs-theme/layouts/_default/home.notfound.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h3 style="text-align: center;">Oops… Avocados are not growing here</h3>
1212
</hgroup>
1313
<p style="text-align: center;">
14-
<a href="/stable/" class="link">Back to Home</a>
14+
<a href="/" class="link">Back to Home</a>
1515
</p>
1616
</div>
1717
</article>

site/themes/arangodb-docs-theme/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--LOGO-->
44
<div class="header-block-left">
55
<div class="mobile-menu-toggle">
6-
<button class="sidebar-toggle-navigation" onclick="showSidebarHandler()">
6+
<button class="sidebar-toggle-navigation">
77
<svg width="1.33em" height="1.33em" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
88
</button>
99
</div>

0 commit comments

Comments
 (0)