Merge pull request #2580 from kushthedude/docu

enh: Enabling Last Edited Time & GitHub view URL
This commit is contained in:
Thad Guidry 2020-04-22 16:24:26 -05:00 committed by GitHub
commit 622e15a076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ const siteConfig = {
// URL for editing docs, usage example: editUrl + 'en/doc1.md'.
// If this field is omitted, there will be no "Edit this Doc" button for each document.
editUrl: 'https://github.com/OpenRefine/OpenRefine/edit/master/docs/src/',
editUrl: 'https://github.com/OpenRefine/OpenRefine/blob/master/docs/src/',
// On page navigation for the current documentation page.
onPageNav: 'separate',
@ -69,6 +69,12 @@ const siteConfig = {
// Expand/collapse the links and subcategories under categories.
docsSideNavCollapsible: true,
// An option to enable the docs showing the user when last updated the doc.
enableUpdateTime: true,
// An option to enable the docs showing the author who last updated the doc.
enableUpdateBy: true,
// Show documentation's last contributor's name.
// enableUpdateBy: true,