mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Fix doumentation for bundled packages
This commit is contained in:
parent
b103aae808
commit
6f3b03db77
6 changed files with 15 additions and 3 deletions
|
|
@ -8,14 +8,12 @@ Welcome to the Let's Encrypt client documentation!
|
|||
using
|
||||
contributing
|
||||
plugins
|
||||
acme
|
||||
letsencrypt_apache
|
||||
letsencrypt_nginx
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
api
|
||||
pkgs
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
|
|
|||
14
docs/pkgs.rst
Normal file
14
docs/pkgs.rst
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
========
|
||||
Packages
|
||||
========
|
||||
|
||||
.. note:: It is planned to distribute `acme` and plugins separately as
|
||||
described in `#358`_. For the time being those packages are bundled
|
||||
together into a single repo, and single documentation.
|
||||
|
||||
.. _`#358`: https://github.com/letsencrypt/lets-encrypt-preview/issues/358
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
pkgs/**
|
||||
Loading…
Reference in a new issue