Skip to content

Commit

Permalink
bug: Fixes mdbook action (#4345)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine authored Jan 8, 2024
1 parent 51c49fd commit d606b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/usage_guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
uses: JamesIves/[email protected]
if: github.event_name == 'push'
with:
destination_dir: usage-guide
publish_dir: docs/usage-guide/book
target-folder: usage-guide
folder: docs/usage-guide/book

- name: Configure AWS credentials
uses: aws-actions/[email protected]
Expand Down
4 changes: 0 additions & 4 deletions docs/usage-guide/topics/ch01-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ The [VERSIONING.rst](https://github.com/aws/s2n-tls/blob/main/VERSIONING.rst) do

s2n-tls uses [Doxygen](https://doxygen.nl/index.html) to document its public API. The latest s2n-tls documentation can be found on [GitHub pages](https://aws.github.io/s2n-tls/doxygen/).

Documentation for older versions or branches of s2n-tls can be generated locally. To generate the documentation, install doxygen and run `doxygen docs/doxygen/Doxyfile`. The doxygen documentation can now be found at `docs/doxygen/output/html/index.html`.

Doxygen installation instructions are available at the [Doxygen](https://doxygen.nl/download.html) webpage.

The doxygen documentation should be used in conjunction with this guide.

## Examples
Expand Down

0 comments on commit d606b53

Please sign in to comment.