mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 14:28:18 +00:00
docs: Move docs-folder to root (#816)
* Move docs-folder form src to root * Avoid mkdocs package / module name clash * Update location of docs & add Windows compatibility * Update requirements-docs * Update generated file to current state
This commit is contained in:
parent
cdc830fca3
commit
594c0689ba
68 changed files with 116 additions and 108 deletions
|
@ -264,13 +264,13 @@ def main():
|
|||
print()
|
||||
print()
|
||||
|
||||
print("Add this to src/docs/overview/compatibility.md:\n")
|
||||
print("Add this to docs/overview/compatibility.md:\n")
|
||||
readme = build_readme(python_to_django)
|
||||
print(readme)
|
||||
print()
|
||||
print()
|
||||
|
||||
print("Add this to src/docs/overview/development.md:\n")
|
||||
print("Add this to docs/overview/development.md:\n")
|
||||
pyenv = build_pyenv(python_to_django)
|
||||
print(pyenv)
|
||||
print()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue