mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
example_docs -> examples
This commit is contained in:
parent
de336d3a73
commit
6413a4b568
11 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ The `autodoc` image [available on Docker Hub](https://hub.docker.com/r/ldericher
|
|||
|
||||
01. Install [Docker CE](https://docs.docker.com/install/)
|
||||
|
||||
01. Clone or download the `autodoc` repository, open a terminal inside the [example_docs](https://github.com/ldericher/autodoc/tree/master/example_docs) directory
|
||||
01. Clone or download the `autodoc` repository, open a terminal inside the [examples](https://github.com/ldericher/autodoc/tree/master/examples) directory
|
||||
|
||||
01. Deploy an `autodoc` container:
|
||||
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ services:
|
|||
command: "bash"
|
||||
|
||||
volumes:
|
||||
- "${PWD}/example_docs:/docs"
|
||||
- "${PWD}/build/autodoc:/usr/local/bin/autodoc:ro"
|
||||
- "${PWD}/examples:/docs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue