update README to reflect restructuring
This commit is contained in:
@@ -43,6 +43,7 @@ Make sure to develop an understanding how zrepl is typically used by studying th
|
|||||||
|
|
||||||
```
|
```
|
||||||
├── cmd
|
├── cmd
|
||||||
|
│ ├── endpoint # implementations of endpoints for package replication
|
||||||
│ ├── sampleconf # example configuration
|
│ ├── sampleconf # example configuration
|
||||||
├── docs # sphinx-based documentation
|
├── docs # sphinx-based documentation
|
||||||
│ ├── **/*.rst # documentation in reStructuredText
|
│ ├── **/*.rst # documentation in reStructuredText
|
||||||
@@ -52,6 +53,7 @@ Make sure to develop an understanding how zrepl is typically used by studying th
|
|||||||
│ ├── publish.sh # shell script for automated rendering & deploy to zrepl.github.io repo
|
│ ├── publish.sh # shell script for automated rendering & deploy to zrepl.github.io repo
|
||||||
│ ├── public_git # checkout of zrepl.github.io managed by above shell script
|
│ ├── public_git # checkout of zrepl.github.io managed by above shell script
|
||||||
├── logger # logger package used by zrepl
|
├── logger # logger package used by zrepl
|
||||||
|
├── replication # replication functionality
|
||||||
├── rpc # rpc protocol implementation
|
├── rpc # rpc protocol implementation
|
||||||
├── util
|
├── util
|
||||||
└── zfs # ZFS wrappers, filesystemm diffing
|
└── zfs # ZFS wrappers, filesystemm diffing
|
||||||
|
|||||||
Reference in New Issue
Block a user