Skip to content

Commit

Permalink
wang, feat: 设计模式
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwanga committed Aug 27, 2024
1 parent 607fbbf commit 7ea0dfa
Show file tree
Hide file tree
Showing 4 changed files with 1,318 additions and 19 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
https://www.mkdocs.org/getting-started/

https://github.com/squidfunk/mkdocs-material

安装mkdocs:

```sh
$ pip install mkdocs
```

创建新项目:

```shell
$ python -m mkdocs new my-project
$ cd my-project
```

启动:

```sh
$ python -m mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
INFO - Documentation built in 0.22 seconds
INFO - [15:50:43] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO - [15:50:43] Serving on http://127.0.0.1:8000/
```

部署:https://squidfunk.github.io/mkdocs-material/publishing-your-site/

Binary file modified docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7ea0dfa

Please sign in to comment.