This is an automated email from the ASF dual-hosted git repository.
400Ping pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 3e631d919 [Website] Rename dev docs version to master (#1421)
3e631d919 is described below
commit 3e631d919147335d361a79e23aaf01878a1526fa
Author: Jie-Kai Chang <[email protected]>
AuthorDate: Sun Jun 28 20:40:30 2026 +0800
[Website] Rename dev docs version to master (#1421)
Signed-off-by: 400Ping <[email protected]>
---
docs/community/who-we-are.md | 2 +-
website/docusaurus.config.ts | 9 +++++----
website/versioned_docs/version-0.6/community/who-we-are.md | 1 +
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/docs/community/who-we-are.md b/docs/community/who-we-are.md
index b4675e620..594a5a3ce 100644
--- a/docs/community/who-we-are.md
+++ b/docs/community/who-we-are.md
@@ -33,7 +33,7 @@ Jacob Alexander Mannix | jmannix@... | Yes |
Jeff Eastman | jeastman@... | No | (Emeritus PMC)
Jie-Kai (Jay) Chang | jiekaichang@... | Yes | @400Ping
Krishna Dave | krishnadave829@...| No | @krishnadave
-Kuan-Hao Huang | r@... | No | @rich7420
+Kuan-Hao Huang | richhuang@... | No | @rich7420
Nikolay Sakharnykh | nsakharnykh@... | No |
Paritosh Ranjan | pranjan@... | Yes | @paritoshranjan
Pat Ferrel | pat@... | Yes | (Emeritus PMC) @occam
diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts
index d24b9949d..2086781ca 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -14,8 +14,8 @@ const docsVersions = Object.fromEntries([
[
'current',
{
- label: 'next',
- path: 'next',
+ label: 'master',
+ path: 'master',
},
],
...releasedVersions.map((version, index) => [
@@ -111,10 +111,11 @@ const config: Config = {
return [
'/docs/download',
'/docs/download/quickstart',
- '/docs/next/download',
- '/docs/next/download/quickstart',
];
}
+ if (existingPath === '/docs/master/qumat/getting-started') {
+ return ['/docs/next/download', '/docs/next/download/quickstart'];
+ }
return undefined;
},
},
diff --git a/website/versioned_docs/version-0.6/community/who-we-are.md
b/website/versioned_docs/version-0.6/community/who-we-are.md
index a401523ac..594a5a3ce 100644
--- a/website/versioned_docs/version-0.6/community/who-we-are.md
+++ b/website/versioned_docs/version-0.6/community/who-we-are.md
@@ -33,6 +33,7 @@ Jacob Alexander Mannix | jmannix@... | Yes |
Jeff Eastman | jeastman@... | No | (Emeritus PMC)
Jie-Kai (Jay) Chang | jiekaichang@... | Yes | @400Ping
Krishna Dave | krishnadave829@...| No | @krishnadave
+Kuan-Hao Huang | richhuang@... | No | @rich7420
Nikolay Sakharnykh | nsakharnykh@... | No |
Paritosh Ranjan | pranjan@... | Yes | @paritoshranjan
Pat Ferrel | pat@... | Yes | (Emeritus PMC) @occam