diff --git a/README.md b/README.md index 36e6c71f..37f2cc84 100644 --- a/README.md +++ b/README.md @@ -13,23 +13,3 @@ pip3 install mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-extensi ``` Start up the development server by running `mkdocs serve` in the project root directory. Browse at `http://127.0.0.1:8000/seafile-admin-docs/`. - -## Publish version - -Install `mike` - -```shell -pip3 install mike -``` - -Publish a new version - -```shell -mike deploy --push --update-aliases latest -``` - -Set `latest` as default page - -```shell -mike set-default --push latest -``` \ No newline at end of file