-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
resolved by config changeIssue can be mitigated by the reporterIssue can be mitigated by the reporter
Description
Context
- Python 3.11.6
- MacOS 14.1
- Mkdocs 1.5.1
Bug description
I've tried to follow the project plugin documentation to set up a basic example, with a single example project inside the projects directory.
However doing the bare minimum to try and get this working has ended in failure for me.
Related links
Reproduction
9.4.9+insiders.4.43.0-projects-missing-directory.zip
Steps to reproduce
- Create initial parent mkdocs project using
mkdocs new . - Configure resulting
mkdocs.ymlfile with theme being set to material, projects plugin enabled. - Create
projectsdirectory in the root of the project. - Execute
mkdocs new abcin theprojectsdirectory. - Add relevant navigation to link the two using the
project://url scheme.nav: - Home: index.md - abc: project://abc
- Try and run
mkdocs serve. - Get the resulting error:
> mkdocs serve INFO - Building documentation... INFO - Cleaning site directory ERROR - Couldn't find project '.abc' Aborted with a BuildError!
Browser
No response
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues and discussions.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
resolved by config changeIssue can be mitigated by the reporterIssue can be mitigated by the reporter