Skip to content

Commit b4a1fcb

Browse files
committed
Add lastupdateauthor
1 parent 1db7e2d commit b4a1fcb

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config: Config = {
2323
routeBasePath: '/',
2424
sidebarPath: './sidebars.ts',
2525
editUrl: 'https://github.com/FlutterFlow/flutterflow-documentation/edit/main/',
26-
showLastUpdateAuthor: false,
26+
showLastUpdateAuthor: true,
2727
showLastUpdateTime: true,
2828
exclude: ['docs/index.md'],
2929
// lastVersion: 'current',
@@ -32,15 +32,11 @@ const config: Config = {
3232
// label: 'v8',
3333
// },
3434
},
35-
// Will be passed to @docusaurus/plugin-google-tag-manager.
36-
// googleTagManager: {
37-
// containerId: 'GTM-TKMGCBC',
35+
// blog: {
36+
// showReadingTime: true,
37+
// blogSidebarTitle: 'FlutterFlow Blog',
38+
// blogSidebarCount: 'ALL'
3839
// },
39-
blog: {
40-
showReadingTime: true,
41-
blogSidebarTitle: 'FlutterFlow Blog',
42-
blogSidebarCount: 'ALL'
43-
},
4440
gtag: {
4541
trackingID: 'G-LC4SC6JY70',
4642
anonymizeIP: true,

0 commit comments

Comments
 (0)