Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion pwa/app/(common)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function RootLayout({
className={`${poppins.variable} ${fira.variable} w-full light`}
>
<body className="bg-white dark:bg-blue-black">
<ModalCon />
{/*<ModalCon />*/}
<Layout>{children}</Layout>
</body>
</html>
Expand Down
5 changes: 3 additions & 2 deletions pwa/consts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const versions = [
"4.2",
"4.1",
"4.0",
"3.4",
Expand All @@ -16,6 +17,6 @@ export const versions = [
"main",
];

export const refVersions: string[] = ["4.1", "4.0", "3.4", "3.3", "3.2", "main"];
export const refVersions: string[] = ["4.2", "4.1", "4.0", "3.4", "3.3", "3.2", "main"];

export const current = "4.1";
export const current = "4.2";
Loading
Loading