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: [], 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',