mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-08-07 17:33:03 +02:00
Update setup-project.md
This commit is contained in:
@@ -115,12 +115,14 @@ Find more [supported themes](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes
|
|||||||
|
|
||||||
See below using [mkdocs-rtd-dropdown](https://github.com/cjsheets/mkdocs-rtd-dropdown).
|
See below using [mkdocs-rtd-dropdown](https://github.com/cjsheets/mkdocs-rtd-dropdown).
|
||||||
|
|
||||||
`requirements.txt`
|
`requirements.txt`:
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdocs-rtd-dropdown
|
mkdocs-rtd-dropdown
|
||||||
```
|
```
|
||||||
|
|
||||||
`mkdocs.yml`
|
`mkdocs.yml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
theme:
|
theme:
|
||||||
name: 'rtd-dropdown'
|
name: 'rtd-dropdown'
|
||||||
@@ -130,12 +132,12 @@ theme:
|
|||||||
|
|
||||||
See the [MkDocs for Material](https://squidfunk.github.io/mkdocs-material/) homepage. See the Setup page for config options.
|
See the [MkDocs for Material](https://squidfunk.github.io/mkdocs-material/) homepage. See the Setup page for config options.
|
||||||
|
|
||||||
`requirements.txt`
|
`requirements.txt`:
|
||||||
```
|
```
|
||||||
mkdocs-material-extensions>=1.0
|
mkdocs-material-extensions>=1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
`mkdocs.yml`
|
`mkdocs.yml`:
|
||||||
```yaml
|
```yaml
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
name: 'material'
|
||||||
|
|||||||
Reference in New Issue
Block a user