Docs: Change docs README for new way of building docs #448

Merged
floatingghost merged 2 commits from ilja/akkoma:improve_readme_from_docs into develop 2023-02-26 21:49:42 +00:00
2 changed files with 1 additions and 8 deletions
Showing only changes of commit 7f8932304f - Show all commits

typo + remove unneeded file
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending

ilja 2023-02-02 14:37:45 +01:00

View file

@ -1,7 +0,0 @@
all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf docs

View file

@ -24,5 +24,5 @@ mkdocs serve
mkdocs build
# To get out of the virtual environment, you do
deacivate
deactivate
```