Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5522b00
Experimental Platform split
Simran-B Aug 8, 2025
55dfbbf
WIP: Don't attempt to navigate to path but different version between …
Simran-B Aug 8, 2025
78caf59
Merge branch 'main' of https://github.com/arangodb/docs-hugo into DOC…
Simran-B Sep 4, 2025
d7a9917
WIP: Navigation
Simran-B Sep 4, 2025
1085cbd
Fix link
Simran-B Sep 4, 2025
599f2ce
Test: Links between Platform and Core
Simran-B Sep 4, 2025
4237c0c
Try to exclude aliases in link check
Simran-B Sep 4, 2025
0fb6d21
chore: update greens/reds
palashkaria Oct 2, 2025
b40bfc3
Merge branch 'main' of https://github.com/arangodb/docs-hugo into DOC…
Simran-B Oct 7, 2025
549bb30
Hugo config: Temporarily disable aliases and exclude legacy versions
Simran-B Oct 13, 2025
c643c10
Preliminary support for versioned subfolders
Simran-B Oct 13, 2025
29c4763
Content re-organization and product renaming
Simran-B Oct 13, 2025
a228b4d
Make core root folder not show cards for now
Simran-B Oct 13, 2025
2e21560
CircleCI: Increase time between config fetching attempts
Simran-B Oct 13, 2025
ccb0050
WIP: New navigation scheme with inline version selector
Simran-B Oct 13, 2025
8241b8e
chore: update logo, tweak colors
palashkaria Oct 2, 2025
e72d42f
Merge remote-tracking branch 'origin/color-update' into DOC-761
Simran-B Oct 13, 2025
48f41a5
Theme: Add Urbanist font
Simran-B Oct 2, 2025
edd5d81
Re-enable all core versions
Simran-B Oct 13, 2025
538a871
Try Urbanist as font for headlines
Simran-B Oct 13, 2025
62ea103
CircleCI: Account for versions.yaml change when loading versions
Simran-B Oct 13, 2025
440b218
Add optgroup to version selector with label "Version"
Simran-B Oct 13, 2025
7ad8671
Set sans-serif as fallback font for headlines
Simran-B Oct 13, 2025
46b4617
Change tags due to renaming
Simran-B Oct 14, 2025
f43d573
Add EE tag tooltip for legacy content
Simran-B Oct 14, 2025
8c1ed34
Remove unnecessary tags
Simran-B Oct 14, 2025
24b8aa7
Move About ArangoDB out of versioned folder to ArangoDB top-level and…
Simran-B Oct 14, 2025
f703f67
Add brand colors as CSS variables
Simran-B Oct 14, 2025
d6ee8be
Use Urbanist font for lead paragraph and card titles
Simran-B Oct 14, 2025
f26daae
Try electric lime as color for active nav items
Simran-B Oct 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
command: |
mkdir -p .circleci && cd .circleci
fetched=false
for i in $(seq 1 6); do
for i in $(seq 1 5); do
echo ""
res=$(curl -fsS https://api.github.com/repos/arangodb/docs-hugo/contents/.circleci?ref=$CIRCLE_SHA1) || curlStatus=$?
if [[ -z "${curlStatus:-}" ]]; then
Expand All @@ -103,7 +103,7 @@ jobs:
fi
unset curlStatus
unset jqStatus
sleep 10
sleep 60
done
if [[ "$fetched" = false ]]; then
echo "Failed to fetch download URLs"
Expand Down
2 changes: 1 addition & 1 deletion .circleci/generate_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Load versions
versions = yaml.safe_load(open("versions.yaml", "r"))
versions = sorted(versions, key=lambda d: d['name'])
versions = sorted(versions["/arangodb/"], key=lambda d: d['name'])


print(f"Loaded versions {versions}")
Expand Down
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ Inner shortcode
Tags let you display badges, usually below a headline.

This is mainly used for pointing out if a feature is only available in the
ArangoDB Platform, the ArangoGraph Insights Platform, or both.
See [Environment remarks](#environment-remarks) for details.
GenAI Suite, the Data Platform, the Arango Managed Platform (AMP), or multiple
of them. See [Environment remarks](#environment-remarks) for details.

It is also used for [Edition remarks](#edition-remarks) in content before
version 3.12.5.
Expand Down Expand Up @@ -570,7 +570,7 @@ The following shortcodes also exist but are rarely used:
- _DB-Server_, not ~~dbserver~~, ~~db-server~~, ~~DBserver~~ (unless it is a code value)
- _Coordinator_ (uppercase C)
- _Agent_, _Agency_ (uppercase A)
- _ArangoGraph Insights Platform_ and _ArangoGraph_ for short, but not
- _Arango Managed Platform (AMP)_ and _ArangoGraph_ for short, but not
~~Oasis~~, ~~ArangoDB Oasis~~, or ~~ArangoDB Cloud~~
- _Deployment mode_ (single server, cluster, etc.), not ~~deployment type~~

Expand All @@ -586,7 +586,7 @@ For external links, use standard Markdown. Clicking these links automatically
opens them in a new tab:

```markdown
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud)
[Arango Managed Platform (AMP)](https://dashboard.arangodb.cloud)
```

For internal links, use relative paths to the Markdown files. Always link to
Expand Down Expand Up @@ -674,25 +674,24 @@ deprecated features in the same manner with `Deprecated in: ...`.
### Environment remarks

Pages and sections about features that are only available in certain environments
such as the ArangoDB Platform, the ArangoGraph Insight Platform, or the
ArangoDB Shell should indicate where they are available using the `tag` shortcode.
such as in ArangoDB Shell should indicate where they are available using the
`tag` shortcode.

In the unified Platform and ArangoGraph but not in the Core:
Features exclusive to the Data Platform, GenAI Data Platform,
Arango Managed Platform (AMP), and ArangoDB generally don't need to be tagged
because they are in dedicated parts of the documentation. However, if there are
subsections with different procedures, each can be tagged accordingly.

```markdown
{{< tag "ArangoDB Platform" "ArangoGraph" >}}
```

In the unified Platform only:
In the GenAI Data Platform only:

```markdown
{{< tag "ArangoDB Platform" >}}
{{< tag "GenAI Data Platform" >}}
```

In ArangoGraph only:
In the Arango Managed Platform only:

```markdown
{{< tag "ArangoGraph" >}}
{{< tag "AMP" >}}
```

In the ArangoDB Shell but not the server-side JavaScript API:
Expand All @@ -719,7 +718,7 @@ Enterprise Edition features should indicate that the Enterprise Edition is
required using a tag. Use the following include in the general case:

```markdown
{{< tag "ArangoDB Enterprise Edition" "ArangoGraph" >}}
{{< tag "ArangoDB Enterprise Edition" "AMP" >}}
```

### Add lead paragraphs
Expand Down
18 changes: 12 additions & 6 deletions site/config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ module:

# Version folders can be ignored temporarily for faster local builds
# of a single version (here: 3.12)
# - excludeFiles:
# - 3.10/*
# - 3.11/*
# - 3.13/*
# source: content
# target: content
- source: content
target: content
excludeFiles:
# - arangodb/3.10/*
# - arangodb/3.11/*
# - arangodb/3.13/*

- source: content/arangodb/3.12
target: content/arangodb/stable

- source: content/arangodb/3.13
target: content/arangodb/devel

markup:
highlight:
Expand Down
42 changes: 0 additions & 42 deletions site/content/3.10/_index.md

This file was deleted.

75 changes: 0 additions & 75 deletions site/content/3.10/about-arangodb/_index.md

This file was deleted.

127 changes: 0 additions & 127 deletions site/content/3.10/about-arangodb/features/_index.md

This file was deleted.

Loading