aws-amplify / docs

AWS Amplify Framework Documentation
https://docs.amplify.aws
Apache License 2.0
482 stars 1.04k forks source link

Clarify what "base project directory" means #7685

Open gardner opened 4 months ago

gardner commented 4 months ago

Describe the content issue: When setting up a new flutter project, there is a directory for the flutter code:

myproject/
 | - flutter_app/
 | - docs/

In the docs it refers to "base project directory" which is not explicit. Does this mean inside the flutter_app/ directory or inside myproject/ directory?

URL page where content issue is:

https://docs.amplify.aws/flutter/start/quickstart/

Line in docs repo

https://github.com/aws-amplify/docs/blob/1197ec916b23a7671a0a8955cbfe6e80a29830ab/src/pages/%5Bplatform%5D/start/quickstart/index.mdx?plain=1#L172

josefaidt commented 4 months ago

Hey @gardner :wave: thanks for raising this! It is a bit vague, however it is referring to the root of your project -- in this case, myproject/