Skip to content

Commit

Permalink
Deployed 167f701 to main with MkDocs 1.6.0 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
1 parent 86dce30 commit 6473310
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 136 deletions.
261 changes: 137 additions & 124 deletions main/CHANGELOG/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/PUBLISHING/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@ <h1 id="how-to-publish-a-new-version">How to Publish a New Version<a class="head
there are new documentation files that are in the docs folder and not
referenced in the mkdocs navigation. If there is, update the <code>mkdocs.yml</code>
file as necessary. On completion of the testing, run the script
<code>./scripts/prepmkdocs clean</code> to undo the temporary changes to the docs. Be
<code>./scripts/prepmkdocs.sh clean</code> to undo the temporary changes to the docs. Be
sure to do the last <code>clean</code> step -- <strong>DO NOT MERGE THE TEMPORARY DOC
CHANGES.</strong></p>
</li>
Expand Down
4 changes: 2 additions & 2 deletions main/features/SupportedRFCs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,7 @@ <h1 id="aries-aip-and-rfcs-supported-in-aries-cloud-agent-python">Aries AIP and
ACA-Py or the repository <code>main</code> branch. Reminders (and PRs!) to update this page are
welcome! If you have any questions, please contact us on the #aries channel on
<a href="https://discord.gg/hyperledger">Hyperledger Discord</a> or through an issue in this repo.</p>
<p><strong>Last Update</strong>: 2024-07-08, Release 1.0.0rc4</p>
<p><strong>Last Update</strong>: 2024-07-23, Release 1.0.0rc5</p>
<blockquote>
<p>The checklist version of this document was created as a joint effort
between <a href="https://northernblock.io/">Northern Block</a>, <a href="https://animo.id/">Animo Solutions</a> and the Ontario government, on behalf of the Ontario government.</p>
Expand Down Expand Up @@ -2664,7 +2664,7 @@ <h2 id="secure-storage-types">Secure Storage Types<a class="headerlink" href="#s
<tr>
<td><a href="https://github.com/hyperledger/indy-sdk/tree/master/docs/design/003-wallet-storage">Indy SDK</a></td>
<td style="text-align: center;"><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/274c.svg" title=":x:" /></td>
<td><strong>Removed in ACA-Py Release 1.0.0rc4</strong></td>
<td><strong>Removed in ACA-Py Release 1.0.0rc5</strong></td>
</tr>
</tbody>
</table>
Expand Down
16 changes: 8 additions & 8 deletions main/generated/aries_cloudagent.multitenant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ Subpackages
Submodules
----------

aries\_cloudagent.multitenant.askar\_profile\_manager module
------------------------------------------------------------

.. automodule:: aries_cloudagent.multitenant.askar_profile_manager
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.multitenant.base module
-----------------------------------------

Expand Down Expand Up @@ -72,3 +64,11 @@ aries\_cloudagent.multitenant.route\_manager module
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.multitenant.single\_wallet\_askar\_manager module
-------------------------------------------------------------------

.. automodule:: aries_cloudagent.multitenant.single_wallet_askar_manager
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions main/generated/aries_cloudagent.vc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Subpackages
:maxdepth: 4

aries_cloudagent.vc.ld_proofs
aries_cloudagent.vc.vc_di
aries_cloudagent.vc.vc_ld

Submodules
Expand Down
34 changes: 34 additions & 0 deletions main/generated/aries_cloudagent.vc.vc_di.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
aries\_cloudagent.vc.vc\_di package
===================================

.. automodule:: aries_cloudagent.vc.vc_di
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

aries\_cloudagent.vc.vc\_di.manager module
------------------------------------------

.. automodule:: aries_cloudagent.vc.vc_di.manager
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.vc.vc\_di.prove module
----------------------------------------

.. automodule:: aries_cloudagent.vc.vc_di.prove
:members:
:undoc-members:
:show-inheritance:

aries\_cloudagent.vc.vc\_di.verify module
-----------------------------------------

.. automodule:: aries_cloudagent.vc.vc_di.verify
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified main/sitemap.xml.gz
Binary file not shown.

0 comments on commit 6473310

Please sign in to comment.