Skip to content

Commit

Permalink
Enabled "edit this page" functionality in Docusaurus.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliyf committed Sep 16, 2024
1 parent 393cedc commit ca00683
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,15 @@ const config: Config = {
/** @type {import('@docusaurus/preset-classic').Options} */
{
docs: {
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/embrace-io/embrace-docs/tree/main/",
routeBasePath: "/",
remarkPlugins: [embraceSdkVersion],
showLastUpdateTime: false,
sidebarPath: require.resolve("./sidebars.js"),
},
gtag: {
trackingID: "G-38TSBDNVVD",
anonymizeIP: true,
trackingID: "G-38TSBDNVVD",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down

0 comments on commit ca00683

Please sign in to comment.