Skip to content

Commit 86c1913

Browse files
pwizlastb13579alexandrebodinquiloos39kuizuo
authored
🚀 Production hotfix: Always use .html in TOC links (#1289)
* Add regenerate API token section * update text for new user interface * update text to match UI * reword for clarity and specificity * update screenshots * updated text * fix caps and move screenshot * Update node support to 18 * add manual installation sqlite * chore: fix typos * Update Azure db connection to v4 (#1119) * Revert "Merge pull request #1068 from strapi/user/api-tokens-v2-updates" This reverts commit 6523d60. * Rework entire history on API Tokens v2 PR (#1122) * Fix variable name In the code, the variable name is `APP_URL` while in the table is just `URL`. * Deployment guides cleanup (#1116) * cleanup * Update Deployment page * Feedback updates * Feedback re: file paths * Remove path from .env * Change @custom-fields to @beta (#1135) * Update amazon-aws.md Remove erroneous text from code block instruction. * update db config for v4 * Revert "update db config for v4" This reverts commit 6d20cc4. * update db config for v4 * Update docs/developer-docs/latest/setup-deployment-guides/configurations/databases/sqlite.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/configurations/databases/sqlite.md Co-authored-by: Shaun Brown <[email protected]> * change bracket alignment * add callout for thumbnail loading * change tableName to collectionName (#1141) Fixes #1139 * Fix kind and collectionName docs (#1140) * Clarify steps for plugin creation (#1114) * clarify steps for plugin creation * add develop plugin section * Add hot reloading call out * update text * update plugin directory build explanation * Edit callout text * fix text * Add documentation for the request context feature (#1134) * Add documentation for the request context feature * Update docs/developer-docs/latest/development/backend-customization/requests-responses.md Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Mention node 16 as most recommended * add graphql plugin config to ts example similar to js * Bump version number to 4.3.9 * Sqlite update (#1147) * create branch for sqlite update * add manual installation sqlite * Update docs/developer-docs/latest/setup-deployment-guides/configurations/databases/sqlite.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/configurations/databases/sqlite.md Co-authored-by: Shaun Brown <[email protected]> * add typescript and small improvements * change H2 heading Co-authored-by: quiloos39 <[email protected]> Co-authored-by: Necdet Efe <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Bump dependencies version sqlite3 version is correct? * closing database before deletion; using plugin for role loading * Changed V4 specifics * Remove callout re: unstable (#1153) * Rebranding: Moved search bar (#1154) * Add branding palette * Add branding stylesheet * Modify InstallLink component * Apply system-ui font * Update logo * Position the search bar * Add new search icon * Apply branding in the results * Adjust positioning * Add TODO to fix sidebar behavior * Fix tablet display * Fix Algolia search and positioning * Improve search bar UX * Add code & links in the search dataset * Increase importance of h2 titles * Fix docsearch.config.json * Fix search bar and nav-links positioning on mobile Tested on desktop and "mobile" (a.k.a. Dev Tools simulation tools) on Firefox, Chrome and Safari Co-authored-by: Aurélien Georget <[email protected]> * add migration guide * add guide * update naming convention * update procedure and code examples * fix punctuation * update for TypeScript only * Revert "Rebranding: Moved search bar (#1154)" This reverts commit 534f77e. * Updated Heroku deployment documentation (#991) * Updated Heroku deployment documentation Added a line to recommend WSL for windows users on step 5 of the postgres setup, as that was something that would have saved me some time while following the guide. Also fixed a numbering error * Update docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/heroku.md Co-authored-by: Pierre Wizla <[email protected]> * Added multiple options for windows users on step 5 * Remove WSL suggestion and format as a tip Co-authored-by: Pierre Wizla <[email protected]> * Update admin-customization.md for plugin translation (#1100) * Update admin-customization.md for plugin translation Add instructions to admin-customization.md for extending a plugin's translations, which requires prefixing the key/value pair (declared in the plugin's translation file) with the plugin's name, for example `"content-type-builder.plugin.name": "Constructeur de Type-Contenu"` in order to translate the `plugin.name` key declared in `content-type-builder` plugin. This wasn't made clear by the documentation previously, since even for default plugins (such as content-type-builder) some fields are not translatable with the default method because they are declared independently in the plugin's files. I couldn't find any reference in the docs to the fact the plugin's name needed to be added as a prefix in order to extend a plugin's key. * Update docs/developer-docs/latest/development/admin-customization.md Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Installing hotjar (#1061) * Support HTML in SidebarGroup title * Add hotjar * Delete SidebarGroup.vue * cleanup language * add regenerate and sync the labels with the UI * Add callout for read-only API tokens * Windows Desktop Recommended Version Correction Latest Windows OS version is Windows 11 * Update docs/developer-docs/latest/update-migration-guides/update-version.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/update-version.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/update-migration-guides/update-version.md Co-authored-by: Shaun Brown <[email protected]> * fix: typos fixed * fixed typos * update the video demo link for v4 * Update introduction.md * Missing environmet variables added for pm2. (#1164) I follow the AWS guidelines for a fresh start. When I came to the pm2 step, I noticed some missing environment variables in ecosystem.config.js. * Update link to ColorPicker input * Revert "Merge branch 'production'" This reverts commit 9a9dffd, reversing changes made to 318b284. * update guide name * fix header meta content * Fix logo * Clean up custom fields page * Fix code-blocks (empty blank lines) in TypeScript documentation * Fix pre-release doc. link (docs-next) in top nav bar * Clean up branding.styl * Clean up comments in REST API population * Clean up comments from "Installing plugins via Marketplace" * Revert unwanted wording change in "Installing plugins via Marketplace" * Remove outdated TODO in "Installing plugins via Marketplace" * Fix link to Roadmap (#1168) * Fix logo and nav * Temporarily revert back to old logo * Update link to ColorPicker input (again) (#1171) * Fix Query engine link * Update the Code of Conduct * Update Code of Conduct * fix upload code example * Move search bar to the the left and fix its behavior (#1187) * Add branding palette * Add branding stylesheet * Modify InstallLink component * Apply system-ui font * Update logo * Position the search bar * Add new search icon * Apply branding in the results * Adjust positioning * Add TODO to fix sidebar behavior * Fix tablet display * Fix Algolia search and positioning * Improve search bar UX * Add code & links in the search dataset * Increase importance of h2 titles * Fix docsearch.config.json * Fix search bar behavior Co-authored-by: Aurélien Georget <[email protected]> * Fix logo and nav * fix TypeScript code errors * add github token callout (#1180) * Revise contributing.md (#1143) * initial commit * reword and shorten * minor text, spacing and punctuation improvements * minor text improvements * minor formatting changes * structure improvements * Update CONTRIBUTING.md Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * fix 4.4.1 version (#1176) * Update heroku.md (#1075) * Update heroku.md I faced this error while following the commands. * copy edit * Update formatting (merge with prev. line) * Update formatting (merge 2 lines) Co-authored-by: Gabriel <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Docker documentation for v4 (#1144) * Docker documentation for v4 Signed-off-by: Derrick Mehaffy <[email protected]> * work on dev/staging * everything but build, register, deploy * add references to where to look for docker commands * move command references to note callouts * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Shaun Brown <[email protected]> * pr feedback for prereq * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Gabriel <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Gabriel <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Gabriel <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Gabriel <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Gabriel <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Gabriel <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Gabriel <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Gabriel <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/snippets/docker-env-table.md Co-authored-by: Gabriel <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/installation/docker.md Co-authored-by: Pierre Wizla <[email protected]> * PR feedback * fix typo * Tweak some docker-related sentences Signed-off-by: Derrick Mehaffy <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Gabriel <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Add: Custom block section about cloud waitlist (#1192) * Add: Custom block section about cloud waitlist * Remove: Automatic indentation * Update callout format Co-authored-by: Pierre Wizla <[email protected]> * sync db table * Update package.json * Add: utm_source & campaign in the waitlist cloud link (#1195) * add page Database migrations (#889) * add page Database migrations * Update docs/developer-docs/latest/developer-resources/database-migrations.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/developer-resources/database-migrations.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/developer-resources/database-migrations.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/developer-resources/database-migrations.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/developer-resources/database-migrations.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/developer-resources/database-migrations.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/developer-resources/database-migrations.md Co-authored-by: Pierre Wizla <[email protected]> * Update docs/developer-docs/latest/developer-resources/database-migrations.md Co-authored-by: Pierre Wizla <[email protected]> * add example + remove odd symbols * apply feedback * Enhance style and wording for documentation consistency * add await * few small pr feedback and fixes * remove instructions for the down function * remove dot list Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: derrickmehaffy <[email protected]> * Remove unnecessary closing syntax in services docs * Fix typo in troubleshooting.md (#1200) * Fix typo in troubleshooting.md * Fix speling Co-authored-by: Pierre Wizla <[email protected]> * Update migration-guide-4.3.6-to-4.3.7.md I've spent a lot of time figuring out the error that was fixed in this PR - strapi/strapi#14342, while I've been migrating to the 4.3.7 version. I think it's worth updating the version in the migration doc. * Update nav-links class to prevent overlap on mobile (#1205) The `nav-links` class positioning causes overlap on mobile, changing to either position: relative or removing that line fixes the problem. * fix: 🌍 wrong locale response when creating an entry with a locale different than default one (#1204) * fix security middleware table * Fix white space at bottom of TOC * Add a note about UIDs in Entity Service API (#1209) * Add a note about UIDs in Entity Service API * Add a tip about running `content-types:list` command to get UIDs for Entity Service API Co-authored-by: Pierre Wizla <[email protected]> * Remove ambigous subheading about UIDs from Entity Service API Co-authored-by: Pierre Wizla <[email protected]> * Change enumeration to an unordered list instead of listing them in a sentence Co-authored-by: Pierre Wizla <[email protected]> * fix: Close the `::: tip` tag. Co-authored-by: Pierre Wizla <[email protected]> * Fix a typo in a tip about UID in Entity Service (#1211) * add google style guide links * move PM2 docs to deployment * Update Image 'content-manager-list-view.png' Created a new image showing the correct button text for [issue #1170](#1170). * move pm2 * Cloud deployment (#1105) * creating projects * managing projects * settings * sidebar * typo * beta updates * list indentation * add cta callout * list formatting * Feedback updates * Update re waitlist and onboarding * Add min version * Add small improvements to Strapi Cloud documentation * update PM2 guide * Update unit-testing.md remove database pool * comment out Process manager guide from sidebar * update intro * move unit testing to dev resources * remove unit testing from guides sidebar. * update sidebar * rewrite procedures * Draft System guide (#1222) * Fix type name mismatch in Shadow CRUD example (#1215) * Update migration-guide-4.3.6-to-4.3.7.md add reasoning for skipping v4.3.7 * Update migration-guide-4.3.6-to-4.3.7.md small formatting change * improve structure * Dark Mode: new custom theme extension syntax (#1174) * Update Dark Mode documentation for new syntax * Fix caution note * Improve wording Co-authored-by: Gustav Hansen <[email protected]> * Improve code example for Dark Mode Co-authored-by: Gustav Hansen <[email protected]> * Improve wording in config options table Co-authored-by: Gustav Hansen <[email protected]> * Improve caution callout Co-authored-by: Gustav Hansen <[email protected]> * updated controllers doc (#981) * cleanup services example to prevent confusion (#1202) Signed-off-by: Derrick Mehaffy <[email protected]> Signed-off-by: Derrick Mehaffy <[email protected]> * 4.3.6 ->4.3.8 migration update (#1223) * update file name * fix link and snippet * Refactor error handling documentation to include @strapi/utils error methods (#1197) * start working on additional error handlers * Refactor error handling documentation to include @strapi/utils errors Signed-off-by: Derrick Mehaffy <[email protected]> * Fix typescript typo Signed-off-by: Derrick Mehaffy <[email protected]> * Add minor style updates for consistency Signed-off-by: Derrick Mehaffy <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Bump version number to 4.4.4 * Update Algolia config (#1175) * initial config update * add table indexing * Update error-handling.md * Remove "outdated" callout from unit testing docs * Add formatting style guide * Update CONTRIBUTING.md shorten and add new link * Update typescript.md * fix email admin customization docs * Fix theming migration links + mention light/dark modes (#1231) * fix: correction for app.customFields.register code example on custom fields docs (#1230) * Update patch-package mention in plugins extension (#1233) * updated text and formatting * force code block indentation * fixed typo "middlwares" * add redirect * Remove WYSIWYG guide (#1236) * Remove WYSIWYG guide (file & TOC entry) * Add redirection to Custom Fields for old WYSIWYG guide * Update U&P (#1210) * Update U&P * Edits & Remove Outdated content * Update docs/developer-docs/latest/plugins/users-permissions.md Co-authored-by: Shaun Brown <[email protected]> * Add redirection :) * Forget PW updates Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Add redirections for removed Draft and Unit Testing guides (#1237) * Update docs/developer-docs/latest/setup-deployment-guides/deployment/optional-software/process-manager.md * add slug tip callout * remove slug guide from dev docs * fix formatting * docs: Fix syntax error in middlewares doc Replace objects by array in module.exports, because there is a comma at the end of the first child object and we can put other middleware in the array. * remove jwt guide * fix middleware to array notation * Custom Fields improvements: code examples (#1238) * Improve last code example * Improve server code example * Improve admin code examples * Fix inconsistency in plugins development page * Update Marketplace link for custom fields (#1234) * Reconfigure Algolia search config (#1243) * add config to index custom callout type tip * update algolia config * refine algolia config * Remove "scheduled publication" guide (#1247) * Update cron task code to v4 * WIP * Remove scheduled publication guide Updated to v4 and moved to the forum: https://forum.strapi.io/t/schedule-publications/23184 * Create migration guide from 4.4.3 to 4.4.5 (#1245) * Create migration guide from 4.4.3 to 4.4.5 * chore: Make 4.4.3 to 4.4.5 migration guide a bit more concise * Remove bullet point as we have only 1 item :) * Fix code block indentation to improve bullets content alignment * Add missing page link in migration guides homepage Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]> * Bump version number to 4.4.6 * fix readme file grammar Co-authored-by: NAME <[email protected]> * Add docusaurus to gitignore in main branch * Update digitalocean-app-platform.md Updated instructions for connecting to a production ready managed database which correctly solves the issues described in #769 * fix link and link description * Update api-parameters.mdx (#1251) ### Description - fixed a typo from `Select one ore multiple locales` => `Select one or multiple locales` * Fix regression with populating callout * Updating an entry changes (#1252) * Updating an entry * Request method * update urls * feedback * test build * trigger new vercel build * [WIP] Add alpha & beta badges (#1248) * Add alpha & beta badges * Update badge style * Add test example on Custom Fields docs * Update style based on designer's feedback and clean up CSS * Test autodeploy by adding a CSS comment * Remove examples in content * Update docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean-app-platform.md Co-authored-by: Shaun Brown <[email protected]> * Update docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean-app-platform.md Co-authored-by: Shaun Brown <[email protected]> * Update digitalocean-app-platform.md Edited as per requested by @StrapiShaun * Feature(s) branch for v4.5.0 (#1261) * Relations documentation update (#1126) * Update 'Managing relational fields' to delete mentions of Relations box * Add more information in tip * Update edit view config documentation * Update end-users management procedure for Relations * Update screenshots in Content Manager * Improve documentation for relations * Update end-user account screenshot * Hide docs-next from navbar We don't want to draw too muchattention to docs-next for a few weeks while preparing the move to Docusaurus. * Bump version number to 4.5.0 (#1260) * In-app Marketplace enhancements (#1262) * Add temp. Figma-based screenshot * Adjust description to account for cards enhancements * Replace screenshot with temporary but non-cropped version * Update screenshot * Fix capitalization on "sort by" * Update instructions for compatibility check Co-authored-by: meganelacheny <[email protected]> * Remove docusaurus from .gitignore in main branch * fix Twitter credentials * Update migration-guide-4.4.3-to-4.4.5.md (#1268) Edit the "4.3.5" in title to "4.4.5" * Ignore docusaurus stuff * Bump version number to 4.5.1 * Migration guide for removing relationship duplicates (#1272) * Add migration guide placeholder for MySQL 8 fix * add migration script * fix typos * specify duplicated relationships in description * add 4.5.0 to 4.5.1 migration guide * fix typo * check if table exists in db * change migration name to 4.4.5 to 4.5.1 * remove commas * add suggestions * change db get schema to trx schema * update migration guide 4.5.0 to 4.4.5 * fix typo * fix typo * fix typo Co-authored-by: Marc-Roig <[email protected]> * Add build as its own upgrade step (#1279) * Update logo * Update prerequisites to Strapi Cloud deployment (#1281) * update prerequisites * import and backups * edit * Update DB reqs * Add beta badge to Strapi Cloud deployment page * Ignore Docusaurus files in main branch * Always use .html links in sidebars Signed-off-by: Derrick Mehaffy <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Shaun Brown <[email protected]> Co-authored-by: Alexandre Bodin <[email protected]> Co-authored-by: quiloos39 <[email protected]> Co-authored-by: Kuizuo <[email protected]> Co-authored-by: DMehaffy <[email protected]> Co-authored-by: Sabato Luca Guadagno <[email protected]> Co-authored-by: Gabriel <[email protected]> Co-authored-by: markkaylor <[email protected]> Co-authored-by: muzucode <[email protected]> Co-authored-by: Necdet Efe <[email protected]> Co-authored-by: Laurens Kling <[email protected]> Co-authored-by: Alexandre BODIN <[email protected]> Co-authored-by: Dima Pulkinen <[email protected]> Co-authored-by: Victor Perez Montel <[email protected]> Co-authored-by: Tauras <[email protected]> Co-authored-by: Aurélien Georget <[email protected]> Co-authored-by: Levi Pettersen <[email protected]> Co-authored-by: Quentin Le Caignec <[email protected]> Co-authored-by: Vivek Patel <[email protected]> Co-authored-by: Shubhdeep Chhabra <[email protected]> Co-authored-by: Jizu Sun <[email protected]> Co-authored-by: Habil BOZALİ <[email protected]> Co-authored-by: Michael Härtl <[email protected]> Co-authored-by: Roman Dubinin <[email protected]> Co-authored-by: titanht <[email protected]> Co-authored-by: picsigno <[email protected]> Co-authored-by: Paula Isabel <[email protected]> Co-authored-by: Mike <[email protected]> Co-authored-by: Arshi <[email protected]> Co-authored-by: Maxime Castres <[email protected]> Co-authored-by: Pierre Noël <[email protected]> Co-authored-by: Amin Cheloh <[email protected]> Co-authored-by: Alex Kozlov <[email protected]> Co-authored-by: kiabq <[email protected]> Co-authored-by: Catan Marin <[email protected]> Co-authored-by: Zachary Milonas <[email protected]> Co-authored-by: Zachary Milonas <[email protected]> Co-authored-by: David Gunner (Jnr) <[email protected]> Co-authored-by: meganelacheny <[email protected]> Co-authored-by: Gustav Hansen <[email protected]> Co-authored-by: omerfaran <[email protected]> Co-authored-by: Sebastian Liepe <[email protected]> Co-authored-by: Vítor Manfredini <[email protected]> Co-authored-by: Bastien Pruvost <[email protected]> Co-authored-by: NAME <[email protected]> Co-authored-by: Charles Langley <[email protected]> Co-authored-by: MELVIN GEORGE <[email protected]> Co-authored-by: AQ <[email protected]> Co-authored-by: Marc-Roig <[email protected]> Co-authored-by: Ben Irvin <[email protected]>
1 parent 005517c commit 86c1913

File tree

3 files changed

+93
-92
lines changed

3 files changed

+93
-92
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ dist
113113

114114
# Auto generated files
115115
docs/.vuepress/config.js
116+
docusaurus

docs/.vuepress/config/sidebar-developer.js

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ const developer = [
2121
collapsable: true,
2222
sidebarDepth: 1,
2323
children: [
24-
['/developer-docs/latest/setup-deployment-guides/installation/cli.md', 'CLI'],
25-
['/developer-docs/latest/setup-deployment-guides/installation/docker.md', 'Docker'],
24+
['/developer-docs/latest/setup-deployment-guides/installation/cli.html', 'CLI'],
25+
['/developer-docs/latest/setup-deployment-guides/installation/docker.html', 'Docker'],
2626
],
2727
},
28-
['/developer-docs/latest/setup-deployment-guides/file-structure.md', 'Project structure'],
28+
['/developer-docs/latest/setup-deployment-guides/file-structure.html', 'Project structure'],
2929
{
3030
title: 'Configurations',
3131
path: '/developer-docs/latest/setup-deployment-guides/configurations.html',
@@ -36,19 +36,19 @@ const developer = [
3636
collapsable: true,
3737
children: [
3838
[
39-
'/developer-docs/latest/setup-deployment-guides/configurations/required/databases.md',
39+
'/developer-docs/latest/setup-deployment-guides/configurations/required/databases.html',
4040
'Database',
4141
],
4242
[
43-
'/developer-docs/latest/setup-deployment-guides/configurations/required/server.md',
43+
'/developer-docs/latest/setup-deployment-guides/configurations/required/server.html',
4444
'Server',
4545
],
4646
[
47-
'/developer-docs/latest/setup-deployment-guides/configurations/required/admin-panel.md',
47+
'/developer-docs/latest/setup-deployment-guides/configurations/required/admin-panel.html',
4848
'Admin panel',
4949
],
5050
[
51-
'/developer-docs/latest/setup-deployment-guides/configurations/required/middlewares.md',
51+
'/developer-docs/latest/setup-deployment-guides/configurations/required/middlewares.html',
5252
'Middlewares',
5353
],
5454
],
@@ -58,43 +58,43 @@ const developer = [
5858
collapsable: true,
5959
children: [
6060
[
61-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/api-tokens.md',
61+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/api-tokens.html',
6262
'API tokens',
6363
],
6464
[
65-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/functions.md',
65+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/functions.html',
6666
'Functions',
6767
],
6868
[
69-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/cronjobs.md',
69+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/cronjobs.html',
7070
'Cron jobs',
7171
],
7272
[
73-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/api.md',
73+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/api.html',
7474
'API',
7575
],
7676
[
77-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/plugins.md',
77+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/plugins.html',
7878
'Plugins',
7979
],
8080
[
81-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/environment.md',
81+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/environment.html',
8282
'Environment',
8383
],
8484
[
85-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/public-assets.md',
85+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/public-assets.html',
8686
'Public Assets',
8787
],
8888
[
89-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/sso.md',
89+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/sso.html',
9090
'Single Sign On (SSO)',
9191
],
9292
[
93-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/rbac.md',
93+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/rbac.html',
9494
'Role-Based Access Control (RBAC)',
9595
],
9696
[
97-
'/developer-docs/latest/setup-deployment-guides/configurations/optional/typescript.md',
97+
'/developer-docs/latest/setup-deployment-guides/configurations/optional/typescript.html',
9898
'TypeScript',
9999
],
100100
],
@@ -109,7 +109,7 @@ const developer = [
109109
children: [
110110
{
111111
title: "Strapi Cloud",
112-
path: '/developer-docs/latest/setup-deployment-guides/deployment/strapi-cloud.md',
112+
path: '/developer-docs/latest/setup-deployment-guides/deployment/strapi-cloud.html',
113113
collapsable: true,
114114
},
115115
{
@@ -119,27 +119,27 @@ const developer = [
119119
collapsable: true,
120120
children: [
121121
[
122-
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/amazon-aws.md',
122+
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/amazon-aws.html',
123123
'Amazon AWS',
124124
],
125125
[
126-
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/azure.md',
126+
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/azure.html',
127127
'Azure',
128128
],
129129
[
130-
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean-app-platform.md',
130+
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean-app-platform.html',
131131
'DigitalOcean App Platform',
132132
],
133133
[
134-
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean.md',
134+
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean.html',
135135
'DigitalOcean Droplets',
136136
],
137137
[
138-
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/google-app-engine.md',
138+
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/google-app-engine.html',
139139
'Google App Engine',
140140
],
141141
[
142-
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/heroku.md',
142+
'/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/heroku.html',
143143
'Heroku',
144144
],
145145
],
@@ -152,15 +152,15 @@ const developer = [
152152
collapsable: true,
153153
children: [
154154
[
155-
'/developer-docs/latest/setup-deployment-guides/deployment/optional-software/caddy-proxy.md',
155+
'/developer-docs/latest/setup-deployment-guides/deployment/optional-software/caddy-proxy.html',
156156
'Caddy',
157157
],
158158
[
159-
'/developer-docs/latest/setup-deployment-guides/deployment/optional-software/haproxy-proxy.md',
159+
'/developer-docs/latest/setup-deployment-guides/deployment/optional-software/haproxy-proxy.html',
160160
'HAProxy',
161161
],
162162
[
163-
'/developer-docs/latest/setup-deployment-guides/deployment/optional-software/nginx-proxy.md',
163+
'/developer-docs/latest/setup-deployment-guides/deployment/optional-software/nginx-proxy.html',
164164
'Nginx',
165165
],
166166
],
@@ -181,31 +181,31 @@ const developer = [
181181
collapsable: true,
182182
path: '/developer-docs/latest/development/backend-customization',
183183
children: [
184-
['/developer-docs/latest/development/backend-customization/routes.md', 'Routes'],
185-
['/developer-docs/latest/development/backend-customization/policies.md', 'Policies'],
184+
['/developer-docs/latest/development/backend-customization/routes.html', 'Routes'],
185+
['/developer-docs/latest/development/backend-customization/policies.html', 'Policies'],
186186
[
187-
'/developer-docs/latest/development/backend-customization/middlewares.md',
187+
'/developer-docs/latest/development/backend-customization/middlewares.html',
188188
'Middlewares',
189189
],
190190
[
191-
'/developer-docs/latest/development/backend-customization/controllers.md',
191+
'/developer-docs/latest/development/backend-customization/controllers.html',
192192
'Controllers',
193193
],
194194
[
195-
'/developer-docs/latest/development/backend-customization/requests-responses.md',
195+
'/developer-docs/latest/development/backend-customization/requests-responses.html',
196196
'Requests & Responses',
197197
],
198-
['/developer-docs/latest/development/backend-customization/services.md', 'Services'],
199-
['/developer-docs/latest/development/backend-customization/models.md', 'Models'],
200-
['/developer-docs/latest/development/backend-customization/webhooks.md', 'Webhooks'],
198+
['/developer-docs/latest/development/backend-customization/services.html', 'Services'],
199+
['/developer-docs/latest/development/backend-customization/models.html', 'Models'],
200+
['/developer-docs/latest/development/backend-customization/webhooks.html', 'Webhooks'],
201201
],
202202
},
203203
['/developer-docs/latest/development/admin-customization', 'Admin panel customization'],
204-
['/developer-docs/latest/development/plugins-extension.md', 'Plugins extension'],
205-
['/developer-docs/latest/development/plugins-development.md', 'Plugins development'],
206-
['/developer-docs/latest/development/custom-fields.md', 'Custom fields'],
207-
['/developer-docs/latest/development/typescript.md', 'TypeScript'],
208-
['/developer-docs/latest/development/providers.md', 'Providers'],
204+
['/developer-docs/latest/development/plugins-extension.html', 'Plugins extension'],
205+
['/developer-docs/latest/development/plugins-development.html', 'Plugins development'],
206+
['/developer-docs/latest/development/custom-fields.html', 'Custom fields'],
207+
['/developer-docs/latest/development/typescript.html', 'TypeScript'],
208+
['/developer-docs/latest/development/providers.html', 'Providers'],
209209
],
210210
},
211211
{
@@ -229,23 +229,23 @@ const developer = [
229229
initialOpenGroupIndex: -1,
230230
children: [
231231
[
232-
'/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.md',
232+
'/developer-docs/latest/developer-resources/database-apis-reference/rest/filtering-locale-publication.html',
233233
'Filtering, Locale, and Publication State'
234234
],
235235
[
236-
'/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.md',
236+
'/developer-docs/latest/developer-resources/database-apis-reference/rest/populating-fields.html',
237237
'Population & Field Selection'
238238
],
239239
[
240-
'/developer-docs/latest/developer-resources/database-apis-reference/rest/sort-pagination.md',
240+
'/developer-docs/latest/developer-resources/database-apis-reference/rest/sort-pagination.html',
241241
'Sort & Pagination'
242242
],
243243
]
244244
},
245245
],
246246
},
247247
[
248-
'/developer-docs/latest/developer-resources/database-apis-reference/graphql-api.md',
248+
'/developer-docs/latest/developer-resources/database-apis-reference/graphql-api.html',
249249
'GraphQL API',
250250
],
251251
{
@@ -255,23 +255,23 @@ const developer = [
255255
collapsable: true,
256256
children: [
257257
[
258-
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/crud.md',
258+
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/crud.html',
259259
'CRUD operations',
260260
],
261261
[
262-
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/filter.md',
262+
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/filter.html',
263263
'Filters',
264264
],
265265
[
266-
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/populate.md',
266+
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/populate.html',
267267
'Populate',
268268
],
269269
[
270-
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/order-pagination.md',
270+
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/order-pagination.html',
271271
'Ordering & pagination',
272272
],
273273
[
274-
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/components-dynamic-zones.md',
274+
'/developer-docs/latest/developer-resources/database-apis-reference/entity-service/components-dynamic-zones.html',
275275
'Components and dynamic zones',
276276
],
277277
],
@@ -284,23 +284,23 @@ const developer = [
284284
// sidebarDepth: 3,
285285
children: [
286286
[
287-
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/single-operations.md',
287+
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/single-operations.html',
288288
'Single Operations',
289289
],
290290
[
291-
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/bulk-operations.md',
291+
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/bulk-operations.html',
292292
'Bulk Operations',
293293
],
294294
[
295-
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/filtering.md',
295+
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/filtering.html',
296296
'Filtering',
297297
],
298298
[
299-
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/populating.md',
299+
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/populating.html',
300300
'Populating',
301301
],
302302
[
303-
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/order-pagination.md',
303+
'/developer-docs/latest/developer-resources/database-apis-reference/query-engine/order-pagination.html',
304304
'Ordering & pagination',
305305
],
306306
],
@@ -310,19 +310,19 @@ const developer = [
310310
collapsable: true,
311311
children: [
312312
[
313-
'/developer-docs/latest/developer-resources/plugin-api-reference/server.md',
313+
'/developer-docs/latest/developer-resources/plugin-api-reference/server.html',
314314
'Server API for plugins',
315315
],
316316
[
317-
'/developer-docs/latest/developer-resources/plugin-api-reference/admin-panel.md',
317+
'/developer-docs/latest/developer-resources/plugin-api-reference/admin-panel.html',
318318
'Admin Panel API for plugins',
319319
],
320320
],
321321
},
322322
['/developer-docs/latest/developer-resources/cli/CLI', 'Command Line Interface'],
323-
['/developer-docs/latest/developer-resources/error-handling.md', 'Error handling'],
323+
['/developer-docs/latest/developer-resources/error-handling.html', 'Error handling'],
324324
['/developer-docs/latest/developer-resources/unit-testing', 'Unit testing'],
325-
['/developer-docs/latest/developer-resources/database-migrations.md', 'Database migrations'],
325+
['/developer-docs/latest/developer-resources/database-migrations.html', 'Database migrations'],
326326
{
327327
title: 'Integrations',
328328
path: '/developer-docs/latest/developer-resources/content-api/integrations.html',
@@ -410,7 +410,7 @@ const developer = [
410410
title: '♻️ Update & Migration',
411411
collapsable: false,
412412
children: [
413-
['/developer-docs/latest/update-migration-guides/update-version.md', 'Update'],
413+
['/developer-docs/latest/update-migration-guides/update-version.html', 'Update'],
414414
{
415415
title: 'Migration',
416416
path: '/developer-docs/latest/update-migration-guides/migration-guides.html',
@@ -464,21 +464,21 @@ const developer = [
464464
path: '/developer-docs/latest/update-migration-guides/migration-guides/v4/data-migration.html',
465465
collapsable: true,
466466
children: [
467-
['/developer-docs/latest/update-migration-guides/migration-guides/v4/data/sql.md', 'SQL v3 to v4 migration'],
468-
['/developer-docs/latest/update-migration-guides/migration-guides/v4/data/sql-relations.md', 'SQL relations cheatsheet'],
469-
['/developer-docs/latest/update-migration-guides/migration-guides/v4/data/mongo.md', 'MongoDB v3 to SQL v3 migration'],
470-
['/developer-docs/latest/update-migration-guides/migration-guides/v4/data/mongo-sql-cheatsheet.md', 'MongoDB vs. SQL cheatsheet'],
467+
['/developer-docs/latest/update-migration-guides/migration-guides/v4/data/sql.html', 'SQL v3 to v4 migration'],
468+
['/developer-docs/latest/update-migration-guides/migration-guides/v4/data/sql-relations.html', 'SQL relations cheatsheet'],
469+
['/developer-docs/latest/update-migration-guides/migration-guides/v4/data/mongo.html', 'MongoDB v3 to SQL v3 migration'],
470+
['/developer-docs/latest/update-migration-guides/migration-guides/v4/data/mongo-sql-cheatsheet.html', 'MongoDB vs. SQL cheatsheet'],
471471
],
472472
},
473473
{
474474
title: 'Plugin migration guide',
475475
path: '/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin-migration.html',
476476
collapsable: true,
477477
children: [
478-
['/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin/update-folder-structure.md', 'Updating the folder structure'],
479-
['/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin/migrate-back-end.md', 'Migrating the back end'],
480-
['/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin/migrate-front-end.md', 'Migrating the front end'],
481-
['/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin/enable-plugin.md', 'Enabling a plugin'],
478+
['/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin/update-folder-structure.html', 'Updating the folder structure'],
479+
['/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin/migrate-back-end.html', 'Migrating the back end'],
480+
['/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin/migrate-front-end.html', 'Migrating the front end'],
481+
['/developer-docs/latest/update-migration-guides/migration-guides/v4/plugin/enable-plugin.html', 'Enabling a plugin'],
482482
]
483483
},
484484
]

0 commit comments

Comments
 (0)