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 75fb8a64b [YUNIKORN-1372] Use Docusaurus trailingSlashes option on
website (#217)
75fb8a64b is described below
commit 75fb8a64b4a0228feca043af493bb81080fa18b1
Author: Jagadeesan A S <[email protected]>
AuthorDate: Tue Nov 29 16:12:30 2022 -0600
[YUNIKORN-1372] Use Docusaurus trailingSlashes option on website (#217)
THe current YuniKorn website exhibits broken links if pages are refreshed
do to our hosting provider adding trailing slashes. We should generate
our links similarly so that we are consistent.
Closes: #217
Signed-off-by: Craig Condit <[email protected]>
---
docusaurus.config.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 1fbe470dc..95f8f828a 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -24,6 +24,7 @@ module.exports = {
favicon: 'img/yunikorn.ico',
organizationName: 'apache',
projectName: 'yunikorn-core',
+ trailingSlashes: true,
i18n: {
defaultLocale: 'en',
locales: ['en', 'zh-cn'],