mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Plugins wishing to manipulate the Files structure have an append method but can't dynamically work on src_paths since it's computed once on Files instanciation This commits allows plugins to manipulate Files trough append and remove of file objects while not having to care about the src_paths since it's now a dynamically computed property