We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce, copy/edit the examples/ok-mkdocs-docs-merge example so that the mkdocs-test.yml file looks like:
# This example shows how to merge a docs folder with other documentation. site_name: ok-mkdocs-docs-merge plugins: - simple: build_dir: buildit
then run mkdocs build --config-file mkdocs-test.yml. The first line of the output is
mkdocs build --config-file mkdocs-test.yml
INFO - mkdocs-simple-plugin: build_dir: /tmp/mkdocs_simple_8onf2elf
but I would expect it to be [...]/ok-mkdocs-docs-merge/buildit. (Just tried this with mkdocs-simple-plugin v3.2.0.)
[...]/ok-mkdocs-docs-merge/buildit
The text was updated successfully, but these errors were encountered:
Thanks for the detailed report, I'll look into it
Sorry, something went wrong.
No branches or pull requests
To reproduce, copy/edit the examples/ok-mkdocs-docs-merge example so that the mkdocs-test.yml file looks like:
then run
mkdocs build --config-file mkdocs-test.yml
. The first line of the output isbut I would expect it to be
[...]/ok-mkdocs-docs-merge/buildit
. (Just tried this with mkdocs-simple-plugin v3.2.0.)The text was updated successfully, but these errors were encountered: