Skip to content

Commit

Permalink
add names to bottom of each page
Browse files Browse the repository at this point in the history
  • Loading branch information
briwylde08 committed Dec 6, 2023
1 parent 5bc71b9 commit b527d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const config = {
sidebarItemsGenerator: require("./src/sidebar-api-generator"),
editUrl: "https://github.com/stellar/stellar-docs/tree/main",
showLastUpdateTime: true,
showLastUpdateAuthor: true,
},
],
require("./src/analytics-module"),
Expand All @@ -98,6 +99,7 @@ const config = {
blog: false,
docs: {
showLastUpdateTime: true,
showLastUpdateAuthor: true,
breadcrumbs: true,
routeBasePath: "/docs",
remarkPlugins: [require("mdx-mermaid"), require('remark-math'), [
Expand Down

0 comments on commit b527d11

Please sign in to comment.