backstage / mkdocs-techdocs-core

The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions
Apache License 2.0
83 stars 61 forks source link

.md has not been committed yet. #118

Closed SilentGlasses closed 10 months ago

SilentGlasses commented 1 year ago

When using this plugin, after I run mkdocs serve I see lots of items like this:

WARNING  -  [git-authors-plugin] /var/folders/tx/70b5q3m12jlgdh99r1_lrhk40000gq/T/docs_ukqcwa9j/dir/filename.md has not been committed yet.
            Lines are not counted

and then once the site is generated it shows this:

INFO     -  [17:46:39] Watching paths for changes: '/var/folders/tx/70b5q3m12jlgdh99r1_lrhk40000gq/T/docs_xwmc2ydi', 'mkdocs.yml', 'docs'

For some reason it's creating a whole new path for things when it should not. Without this plugin it normally shows:

INFO     -  [17:48:51] Watching paths for changes: 'docs', 'mkdocs.yml'

Please let me know if you need more information.

github-actions[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.