summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-03-20 20:13:31 +0000
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-03-22 08:40:24 +0000
commit9766da6ed6aa481d0324a3e5fd7d6f4b8afd27b4 (patch)
treecf19547da15c4aeddcda6c3c36f5c01b68ec7a9f
parentdd67fecd178082ec9b52820bb86a3b58d8cec001 (diff)
downloadbuildstream-9766da6ed6aa481d0324a3e5fd7d6f4b8afd27b4.tar.gz
Add HACKING document to official docs
l---------doc/source/HACKING.rst1
-rw-r--r--doc/source/index.rst6
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