Skip to content

Commit 5f6d581

Browse files
committed
Merge branch 'main' of github.com:strapi/documentation
2 parents 392c03c + 7d88ffd commit 5f6d581

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Production version
22
on:
33
push:
44
branches:
5-
- production
5+
- main
66

77
jobs:
88
deploy-prod:
@@ -50,7 +50,7 @@ jobs:
5050
- name: Algolia crawler creation and crawl
5151
uses: algolia/[email protected]
5252
id: update-algolia-index-prod
53-
env:
53+
with:
5454
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
5555
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
5656
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}

docusaurus/docs/dev-docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ At this time and in the future there is no plan to allow model creating or updat
2323

2424
## Does Strapi handle deploying or migrating of content?
2525

26-
Strapi does offer a feature known as [Data Transfer](/dev-docs/data-transfer) that allows you to export and import content from one Strapi instance to another or exporting and importing from a file archive. This is useful for migrating content from one environment to another.
26+
Strapi does offer a feature known as [Data Transfer](/dev-docs/data-management/transfer) that allows you to export and import content from one Strapi instance to another or exporting and importing from a file archive. This is useful for migrating content from one environment to another.
2727

2828
## Why are my application's database and uploads resetting on PaaS-type services?
2929

docusaurus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-docs",
3-
"version": "4.7",
3+
"version": "4.7.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)