-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
infrastructureInfrastructure related issueInfrastructure related issue
Description
Pages like the Cookbook Guide, the About page, and blog posts all have an extra /portal
in their URL.
This is breaking lots of existing links, e.g. the link to the Cookbook Guide on the gallery page.
The reason is that we included
site:
options:
folders: true
in the upstream config file
I think the solution is to get rid of the /portal/
subdirectory in the source repository. I don't think it serves much purpose.
Alternatively, we can move the myst.yml
file into the /portal/
directory and run the myst build from there. That would replicate how we previously built the site with Sphinx.
Metadata
Metadata
Assignees
Labels
infrastructureInfrastructure related issueInfrastructure related issue