diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-15 19:49:54 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-15 19:49:54 +0900 |
commit | c6a765cae5747b5b12fbbb8d7f7d2101e7ce0d99 (patch) | |
tree | 1a9951957af3b77d3af332d82b84cc413c8c3441 /doc | |
parent | 2b7cc96cbaf1bbb8b682460f426dec8b9690342b (diff) | |
download | buildstream-c6a765cae5747b5b12fbbb8d7f7d2101e7ce0d99.tar.gz |
Documentation: Added link to new local source plugin
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index c9cf3c507..336086c65 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -53,6 +53,7 @@ Elements Sources ~~~~~~~ +* :mod:`local` - A Source implementation local files and directories * :mod:`git` - A Source implementation for git |