diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-03-20 20:13:31 +0000 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-03-22 08:40:24 +0000 |
commit | 9766da6ed6aa481d0324a3e5fd7d6f4b8afd27b4 (patch) | |
tree | cf19547da15c4aeddcda6c3c36f5c01b68ec7a9f /doc/source | |
parent | dd67fecd178082ec9b52820bb86a3b58d8cec001 (diff) | |
download | buildstream-9766da6ed6aa481d0324a3e5fd7d6f4b8afd27b4.tar.gz |
Add HACKING document to official docs
Diffstat (limited to 'doc/source')
l--------- | doc/source/HACKING.rst | 1 | ||||
-rw-r--r-- | doc/source/index.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/HACKING.rst b/doc/source/HACKING.rst new file mode 120000 index 000000000..a2f06b723 --- /dev/null +++ b/doc/source/HACKING.rst @@ -0,0 +1 @@ +../../HACKING.rst
\ No newline at end of file diff --git a/doc/source/index.rst b/doc/source/index.rst index 0e0493fa7..4bb410267 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -40,3 +40,9 @@ dependencies. main_core modules + +.. toctree:: + :maxdepth: 2 + :caption: Contributing + + HACKING |