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