diff --git a/docs/en/next/custom-pages.html b/docs/en/next/custom-pages.html index d2e5475832..58460022a2 100644 --- a/docs/en/next/custom-pages.html +++ b/docs/en/next/custom-pages.html @@ -96,9 +96,10 @@ │ └── Footer.js ├── package.json ├── pages - │ ├── index.js - │ ├── users.js - │ └── help.js + │ └── en + │ ├── help.js + │ ├── index.js + │ └── users.js ├── sidebars.json ├── siteConfig.js └── static @@ -129,7 +130,7 @@ module.exports = Footer; -