mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 00:13:52 +01:00
docs: adjust README
This commit is contained in:
parent
8cc31bd76a
commit
ae4b12c9ba
11
README.md
11
README.md
@ -32,12 +32,11 @@ Make sure to develop an understanding how zrepl is typically used by studying th
|
|||||||
```
|
```
|
||||||
├── cmd
|
├── cmd
|
||||||
│ ├── sampleconf # example configuration
|
│ ├── sampleconf # example configuration
|
||||||
├── docs
|
├── docs # sphinx-based documentation
|
||||||
│ ├── content # hugo-based documentation -> sources for ./public_git
|
│ ├── **/*.rst # documentation in reStructuredText
|
||||||
│ ├── deploy.sh # shell script for automated rendering & deploy to zrepl.github.io repo
|
│ ├── conf.py # sphinx configuration
|
||||||
│ ├── public_git # used by above shell script
|
│ ├── publish.sh # shell script for automated rendering & deploy to zrepl.github.io repo
|
||||||
│ └── themes
|
│ ├── public_git # checkout of zrepl.github.io used by above shell script
|
||||||
│ └── docdock # submodule of our docdock theme fork
|
|
||||||
├── jobrun # OBSOLETE
|
├── jobrun # OBSOLETE
|
||||||
├── logger # logger package used by zrepl
|
├── logger # logger package used by zrepl
|
||||||
├── rpc # rpc protocol implementation
|
├── rpc # rpc protocol implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user