diff --git a/README.md b/README.md index 1e17a2e0..6121e762 100644 --- a/README.md +++ b/README.md @@ -102,4 +102,5 @@ pnpm start 1. Create a branch for the new version [in the `api-platform/docs` repository](https://github.com/api-platform/docs). 2. Update the `DEFAULT_BRANCH` environement variable for super-linter in the docs `.github/workflows/ci.yml` 3. Update [`consts.ts`](./pwa/consts.ts) +4. Update [api-platform/docs-website](https://github.com/api-platform/docs-website) (see https://github.com/api-platform/docs-website/commit/60086e0dd308a8e4f1a1167a6fc17071c2258f9a) and run `node tools/menu.mjs` 4. Update [Algolia crawler configuration](https://crawler.algolia.com/admin/crawlers/23316da5-88e8-4a30-ab16-d5ec5bd9133f/configuration/edit) diff --git a/pwa/app/(common)/layout.tsx b/pwa/app/(common)/layout.tsx index 224c7645..c86ef170 100644 --- a/pwa/app/(common)/layout.tsx +++ b/pwa/app/(common)/layout.tsx @@ -69,7 +69,7 @@ function RootLayout({ className={`${poppins.variable} ${fira.variable} w-full light`} >
-