diff --git a/docs/content/page/About_temp/acknowledgements.mdx b/docs/content/page/About/acknowledgements.mdx similarity index 100% rename from docs/content/page/About_temp/acknowledgements.mdx rename to docs/content/page/About/acknowledgements.mdx diff --git a/docs/content/page/About_temp/license.mdx b/docs/content/page/About/license.mdx similarity index 100% rename from docs/content/page/About_temp/license.mdx rename to docs/content/page/About/license.mdx diff --git a/docs/content/page/Download_Temp/install.mdx b/docs/content/page/Download/install.mdx similarity index 100% rename from docs/content/page/Download_Temp/install.mdx rename to docs/content/page/Download/install.mdx diff --git a/docs/content/page/Download_Temp/known-bugs.mdx b/docs/content/page/Download/known-bugs.mdx similarity index 100% rename from docs/content/page/Download_Temp/known-bugs.mdx rename to docs/content/page/Download/known-bugs.mdx diff --git a/docs/gatsby-config.ts b/docs/gatsby-config.ts index ed3e6093..cc701193 100644 --- a/docs/gatsby-config.ts +++ b/docs/gatsby-config.ts @@ -26,29 +26,29 @@ module.exports = { }, { title: 'About', - url: '/about/license', + url: '/About/license', items: [ { title: 'Acknowledgements', - url: '/about/acknowledgements', + url: '/About/acknowledgements', }, { title: 'License and Source Code', - url: '/about/license', + url: '/About/license', }, ], }, { title: 'Download', - url: '/download/install', + url: '/Download/install', items: [ { title: 'Install', - url: '/download/install', + url: '/Download/install', }, { title: 'Questions, Feature Requests and Bugs', - url: '/download/known-bugs', + url: '/Download/known-bugs', }, ], },