diff --git a/docs/_static/bridges/new.png b/docs/_static/bridges/new.png new file mode 100644 index 0000000..59802af Binary files /dev/null and b/docs/_static/bridges/new.png differ diff --git a/docs/index.rst b/docs/index.rst index 5cf16f3..d83eddc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,8 @@ Documentation Home :caption: User Guide: user/index.rst + user/proxies.rst + user/bridges.rst .. toctree:: :maxdepth: 2 diff --git a/docs/user/bridges.rst b/docs/user/bridges.rst new file mode 100644 index 0000000..64be6d3 --- /dev/null +++ b/docs/user/bridges.rst @@ -0,0 +1,21 @@ +Tor Bridges +=========== + +As with other circumvention resources, the dashboard takes the approach of managing collections of resources that are +uniformly configured and expendable. For this reason the only configuration that can be performed is at a high level +with the management of individual resources taking place through the automation subsystem. + +Once your administrator has provided you access to the portal, you can begin to configure your Tor Bridge deployments. + +New Configuration +----------------- + +.. image:: /_static/bridges/new.png + + +Edit Configuration +------------------ + +Destroy Configuration +--------------------- + diff --git a/docs/user/proxies.rst b/docs/user/proxies.rst new file mode 100644 index 0000000..b9f9a2e --- /dev/null +++ b/docs/user/proxies.rst @@ -0,0 +1,2 @@ +Web Proxies +=========== \ No newline at end of file