This is an automated email from the ASF dual-hosted git repository.
hcr 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 e2cdaed29 docs: better hot reload (#1132)
e2cdaed29 is described below
commit e2cdaed29b9675779b7ebee70b1144654c0ed224
Author: Tim Hsiung <[email protected]>
AuthorDate: Sat Mar 7 10:02:39 2026 +0800
docs: better hot reload (#1132)
---
website/docusaurus.config.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts
index 6e07117e6..a71dba775 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -41,6 +41,7 @@ const config: Config = {
'classic',
{
docs: {
+ path: '../docs/',
sidebarPath: './sidebars.ts',
editUrl: 'https://github.com/apache/mahout/tree/main/docs/',
remarkPlugins: [remarkMath],