added editUrl, showLastUpdatedAuthor, and showLastUpdatedTime

This commit is contained in:
Jordan Violet
2022-08-27 17:17:12 -04:00
parent 96680da66d
commit 6b9ba98234

View File

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