-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
If you navigate to https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/, you are routed to the Architecture page. This also happens if you click the app title on the top navbar. This is a side-effect of the fact that I put the .qmd files in the docs/
folder, so quarto can't determine which page is the homepage (because it usually looks for index.qmd in the project root). I'm not entirely sure how to fix this.
- We could move index.qmd to the project root, though I'd prefer not to.
- We may be able to put an index.qmd in the project root that redirects to docs/index.qmd? But I am not sure how to do this.
- Is there a Quarto setting to designate the homepage and/or change relative paths from source to target?
- Is there a Quarto setting to change the target of the link at the top of the page?
Research in https://quarto.org/docs/get-started/
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers