This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 74cf6a9d8 [YUNIKORN-1380] Enable docusaurs trailingSlashes option 
(#220)
74cf6a9d8 is described below

commit 74cf6a9d88bf1cf43ab3b64263dda57007f58f7d
Author: Jagadeesan A S <[email protected]>
AuthorDate: Wed Nov 30 15:40:57 2022 -0600

    [YUNIKORN-1380] Enable docusaurs trailingSlashes option (#220)
    
    Closes: #220
    
    Signed-off-by: Craig Condit <[email protected]>
---
 docusaurus.config.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 1fbe470dc..d8598af0f 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -24,6 +24,9 @@ module.exports = {
   favicon: 'img/yunikorn.ico',
   organizationName: 'apache',
   projectName: 'yunikorn-core',
+  customFields: {
+    trailingSlashes: true,
+  },
   i18n: {
     defaultLocale: 'en',
     locales: ['en', 'zh-cn'],

Reply via email to