Skip to content

Commit d711c08

Browse files
authored
chore: expanding macros on /dev version of the docs (#16346)
Was building off the `docs/docs` folder which meant the macros weren't expanding. The versioned versions were, because they expanded when they were cut
1 parent 76518fa commit d711c08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const config = {
5353
/** @type {import('@docusaurus/preset-classic').Options} */
5454
{
5555
docs: {
56-
path: "docs",
56+
path: "processed-docs",
5757
sidebarPath: "./sidebars.js",
5858
editUrl: (params) => {
5959
return (

0 commit comments

Comments
 (0)