Move docs/source to docs/src, disable cleanUrls
This commit is contained in:
parent
d55f1ddc90
commit
195c1cb31b
@ -16,7 +16,7 @@ const siteConfig = {
|
||||
],
|
||||
|
||||
users: [],
|
||||
customDocsPath: 'docs/source',
|
||||
customDocsPath: 'docs/src',
|
||||
docsUrl: '',
|
||||
|
||||
/* path to images for header/footer */
|
||||
@ -57,7 +57,7 @@ const siteConfig = {
|
||||
// On page navigation for the current documentation page.
|
||||
onPageNav: 'separate',
|
||||
// No .html extensions for paths.
|
||||
cleanUrl: true,
|
||||
cleanUrl: false,
|
||||
|
||||
// Open Graph and Twitter card images.
|
||||
ogImage: 'img/openrefine_logo.png',
|
||||
|
Loading…
Reference in New Issue
Block a user