Added option to add footer to documents with different options.
Inside doczrc.js
file there is a themeConfig.footer.navigation
option.
navigation
option.//doczrc.jsexport default {themeConfig: {footer: {navigation: true,},},};
---name: Footerroute: /ui/footermenu: UInavigation: false---# My mdx file
Name | Type | Default | Description |
---|---|---|---|
navigation | boolean | false | Specify if the navigation should be shown. |
Display the document last updated date in the footer.
---name: Footerroute: /ui/footermenu: UIupdated: 2020-05-15 12:00:00---# My mdx file
Name | Type | Default | Description |
---|---|---|---|
updated | string | A valid date string (ISO format). |