Skip to content

Commit 223d4ea

Browse files
committed
docs: Move config to separate directory
1 parent 29cbdbd commit 223d4ea

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $ vcspull · [![Python Package](https://img.shields.io/pypi/v/vcspull.svg)](https://pypi.org/project/vcspull/) [![License](https://img.shields.io/github/license/vcs-python/vcspull.svg)](https://github.com/vcs-python/vcspull/blob/master/LICENSE) [![Code Coverage](https://codecov.io/gh/vcs-python/vcspull/branch/master/graph/badge.svg)](https://codecov.io/gh/vcs-python/vcspull)
1+
# $ vcspull · [![Python Package](https://img.shields.io/pypi/v/vcspull.svg)](https://pypi.org/project/vcspull/) [![License](https://img.shields.io/github/license/vcs-python/vcspull.svg)](https://github.com/vcs-python/vcspull/blob/master/LICENSE) [![Code Coverage](https://codecov.io/gh/vcs-python/vcspull/branch/master/graph/badge.svg)](https://codecov.io/gh/vcs-python/vcspull)
22

33
Synchronize repos in bulk from JSON or YAML file. Compare to
44
[myrepos](http://myrepos.branchable.com/). Built on [libvcs](https://github.com/vcs-python/libvcs)
@@ -16,7 +16,7 @@ machines or want to clone / update a pattern of repos without having to
1616
([RFC3986](https://datatracker.ietf.org/doc/html/rfc3986)-based [url
1717
scheme](https://pip.pypa.io/en/latest/topics/vcs-support/))
1818

19-
See the [documentation](https://vcspull.git-pull.com/), [configuration](https://vcspull.git-pull.com/configuration.html) examples, and [config generators](https://vcspull.git-pull.com/config-generation.html).
19+
See the [documentation](https://vcspull.git-pull.com/), [configuration](https://vcspull.git-pull.com/configuration/) examples, and [config generators](https://vcspull.git-pull.com/configuration/generation.html).
2020

2121
# how to
2222

@@ -155,4 +155,4 @@ See donation options at <https://git-pull.com/support.html>.
155155
- Open Hub: <https://www.openhub.net/p/vcspull>
156156
- License: [MIT](https://opensource.org/licenses/MIT).
157157

158-
[![Docs](https://github.com/vcs-python/vcspull/workflows/docs/badge.svg)](https://vcspull.git-pull.com) [![Build Status](https://github.com/vcs-python/vcspull/workflows/tests/badge.svg)](https://github.com/vcs-python/vcspull/actions?query=workflow%3A%22tests%22)
158+
[![Docs](https://github.com/vcs-python/vcspull/workflows/docs/badge.svg)](https://vcspull.git-pull.com) [![Build Status](https://github.com/vcs-python/vcspull/workflows/tests/badge.svg)](https://github.com/vcs-python/vcspull/actions?query=workflow%3A%22tests%22)
File renamed without changes.

docs/configuration.md renamed to docs/configuration/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,10 @@ YAML:
6666
```
6767
6868
````
69+
70+
```{toctree}
71+
:maxdepth: 2
72+
:hidden:
73+
74+
generation
75+
```

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
2020
quickstart
2121
cli
22-
configuration
23-
config-generation
22+
configuration/index
2423
api
2524
developing
2625
history

0 commit comments

Comments
 (0)