Move docs/source to docs/src, disable cleanUrls

This commit is contained in:
Antonin Delpeuch 2020-04-03 18:21:47 +02:00
parent d55f1ddc90
commit 195c1cb31b
19 changed files with 2 additions and 2 deletions

View File

@ -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',