mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
added editUrl, showLastUpdatedAuthor, and showLastUpdatedTime
This commit is contained in:
@@ -32,6 +32,9 @@ const config = {
|
||||
/** @type {import('@docusaurus/preset-classic').Options} */
|
||||
({
|
||||
docs: {
|
||||
editUrl: "https://github.com/sailpoint-oss/developer-community-site/edit/main/",
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
sidebarCollapsible: true,
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
docLayoutComponent: "@theme/DocPage",
|
||||
|
||||
Reference in New Issue
Block a user