Skip to content

Commit

Permalink
features.csv split into multiple files part 2
Browse files Browse the repository at this point in the history
proof of concept with 2 chapters and separate files...
  • Loading branch information
JOJ0 committed Sep 10, 2024
1 parent 5116375 commit 0e9eaa7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
15 changes: 14 additions & 1 deletion doc/source/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,25 @@ Below table shows which Synapse Admin APIs are used by their corresponding
in ``synadm`` for an API that is already tracked here, file a `feature request
issue`_ or even better, a `pull request`_ implementing the feature.

Account Validity API
--------------------

.. csv-table:: Admin API vs Command Overview
:file: features_account_validity.csv
:header-rows: 1
:class: longtable
:widths: 1 1

Delete Group API
----------------

.. csv-table:: Admin API vs Command Overview
:file: features.csv
:file: features_delete_group.csv
:header-rows: 1
:class: longtable
:widths: 1 1


.. _features.csv:
https://github.com/JOJ0/synadm/tree/master/doc/source/features.csv
.. _feature request issue:
Expand Down
2 changes: 2 additions & 0 deletions doc/source/features_account_validity.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"Synapse Admin API","synadm command(s)"
"`Renew account <https://element-hq.github.io/synapse/latest/admin_api/account_validity.html#renew-account>`_",
2 changes: 2 additions & 0 deletions doc/source/features_delete_group.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"Synapse Admin API","synadm command(s)"
"`Delete a local group <https://element-hq.github.io/synapse/v1.61/admin_api/delete_group.html#delete-a-local-group>`_",:option:`synadm group delete -h`

0 comments on commit 0e9eaa7

Please sign in to comment.