Skip to content

Commit

Permalink
Deployed 4598b83 to main with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 25, 2024
1 parent cf8871b commit 0ac6fe2
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 37 deletions.
100 changes: 71 additions & 29 deletions main/CHANGELOG/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions main/Managing-ACA-Py-Doc-Site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2421,7 +2421,7 @@ <h2 id="generation-process">Generation Process<a class="headerlink" href="#gener
and mkdocs configuration.</p>
<p>When the GitHub Action fires, it runs a container that carries out the following steps:</p>
<ul>
<li>Checks out the triggering branch, either <code>main</code> or <code>docs-v&lt;version&gt;</code> (e.g <code>docs-v1.1.1</code>).</li>
<li>Checks out the triggering branch, either <code>main</code> or <code>docs-v&lt;version&gt;</code> (e.g <code>docs-v1.2.0rc0</code>).</li>
<li>Runs the script <a href="https://github.com/openwallet-foundation/acapy/blob/main/scripts/prepmkdocs.sh">scripts/prepmkdocs.sh</a>, which moves and updates some of the
markdown files so that they fit into the generated site. See the comments in
the scripts for details about the copying and editing done via the script. In
Expand Down Expand Up @@ -2492,7 +2492,7 @@ <h2 id="removing-rc-releases-from-the-generated-site">Removing RC Releases From
<li>Check your <code>git status</code> and make sure there are no changes in the branch --
e.g., new files that shouldn't be added to the <code>gh-pages</code> branch. If there are
any -- delete the files so they are not added.</li>
<li>Remove the folder for the RC. For example <code>rm -rf 1.1.1rc0</code></li>
<li>Remove the folder for the RC. For example <code>rm -rf 1.2.0rc0</code></li>
<li>Edit the <code>versions.json</code> file and remove the reference to the RC release in
the file.</li>
<li>Push the changes via a PR to the ACA-Py <code>gh-pages</code> branch (don't PR them into
Expand Down
4 changes: 2 additions & 2 deletions main/PUBLISHING/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ <h1 id="how-to-publish-a-new-version">How to Publish a New Version<a class="head
<p>Once ready to do a release, create a local branch that includes the following updates:</p>
<ol>
<li>
<p>Create a local PR branch from an updated <code>main</code> branch, e.g. "1.1.1".</p>
<p>Create a local PR branch from an updated <code>main</code> branch, e.g. "1.2.0rc0".</p>
</li>
<li>
<p>See if there are any Document Site <code>mkdocs</code> changes needed. Run the script
Expand Down Expand Up @@ -2432,7 +2432,7 @@ <h1 id="how-to-publish-a-new-version">How to Publish a New Version<a class="head
<ol>
<li>
<p>When a new release is tagged, create a new branch at the same commit with
the branch name in the format <code>docs-v&lt;version&gt;</code>, for example, <code>docs-v1.1.1</code>.
the branch name in the format <code>docs-v&lt;version&gt;</code>, for example, <code>docs-v1.2.0</code>.
The creation of the branch triggers the execution of the <a href="https://github.com/openwallet-foundation/acapy/blob/main/.github/workflows/publish-docs.yml">publish-docs</a>
GitHub Action which generates the documentation for the new release,
publishing it at <a href="https://aca-py.org">https://aca-py.org</a>. The GitHub Action also executes when
Expand Down
6 changes: 3 additions & 3 deletions main/features/SupportedRFCs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div data-md-component="skip">


<a href="#aries-aip-protocols-credential-formats-and-aries-rfcs-supported-in-aca-py" class="md-skip">
<a href="#aries-aip-protocols-credential-formats-and-other-capabilities-supported-in-aca-py" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -2544,15 +2544,15 @@



<h1 id="aries-aip-protocols-credential-formats-and-aries-rfcs-supported-in-aca-py">Aries AIP, Protocols, Credential Formats, and Aries RFCs Supported in ACA-Py<a class="headerlink" href="#aries-aip-protocols-credential-formats-and-aries-rfcs-supported-in-aca-py" title="Permanent link">&para;</a></h1>
<h1 id="aries-aip-protocols-credential-formats-and-other-capabilities-supported-in-aca-py">Aries AIP, Protocols, Credential Formats, and Other Capabilities Supported in ACA-Py<a class="headerlink" href="#aries-aip-protocols-credential-formats-and-other-capabilities-supported-in-aca-py" title="Permanent link">&para;</a></h1>
<p>This document provides a summary of the adherence of ACA-Py to the <a href="https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0302-aries-interop-profile">Aries Interop
Profiles</a>,
and an overview of the ACA-Py feature set. This document is
manually updated and as such, may not be up to date with the most recent release of
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/openwallet-foundation">OpenWallet Foundation Discord</a> or through an issue in this repo.</p>
<p><strong>Last Update</strong>: 2024-12-02, Release 1.1.1</p>
<p><strong>Last Update</strong>: 2024-12-24, Release 1.2.0rc0</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
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 0ac6fe2

Please sign in to comment.