From 4eab094e5e307c8dd862a71de54f0dae3feca2fe Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 24 Oct 2015 19:23:14 +0000 Subject: [PATCH] Add dummy Packaging Guide --- docs/index.rst | 1 + docs/packaging.rst | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 docs/packaging.rst diff --git a/docs/index.rst b/docs/index.rst index 72be096f9..a7df1fb0f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,7 @@ Welcome to the Let's Encrypt client documentation! intro using contributing + packaging plugins .. toctree:: diff --git a/docs/packaging.rst b/docs/packaging.rst new file mode 100644 index 000000000..84d7aa4ca --- /dev/null +++ b/docs/packaging.rst @@ -0,0 +1,6 @@ +========= +Packaging +========= + +Documentation can be found at +https://github.com/letsencrypt/letsencrypt/wiki/Packaging.