feat: update the docs in forking applications (#1491)

This commit is contained in:
crazywoola
2023-11-08 19:44:15 +08:00
committed by GitHub
parent 306216dbe5
commit 94d7babbf1
4 changed files with 29 additions and 24 deletions

View File

@@ -77,11 +77,11 @@ const translation = {
step1: 'Fork the client code and modify it',
step1Tip: 'Click here to fork the source code into your GitHub account and modify the code',
step1Operation: 'Dify-WebClient',
step2: 'Configure the Web',
step2Tip: 'Copy the Web API and APP ID,then paste them into the client code config/index.ts',
step3: 'Deploy to Vercel',
step3Tip: 'Click here to import the repository into Vercel and deploy',
step3Operation: 'Import repository',
step2: 'Deploy to Vercel',
step2Tip: 'Click here to import the repository into Vercel and deploy',
step2Operation: 'Import repository',
step3: 'Configure environment variables',
step3Tip: 'Add the following environment variables in Vercel',
},
way2: {
name: 'Write client-side code to call the API and deploy it to a server',