aws / amazon-s3-encryption-client-dotnet

An encryption client that allows you to secure your sensitive data before you send it to Amazon S3.
https://aws.github.io/amazon-s3-encryption-client-dotnet/
Apache License 2.0
15 stars 10 forks source link

Regenerate Docs with Current DocFX and Replace Logo #35

Closed ashovlin closed 2 years ago

ashovlin commented 2 years ago

For reviewers: Everything under docs/ is generated. Perhaps spot-check those, but otherwise focus on the first three files.

Description

  1. Replaces the default DocFX logo with AWS in the titlebar
  2. Fixes some typos in docfx_project/index.md and the README
  3. Regenerates the doc site using the latest version of DocFX (2.59.2.0)

Motivation and Context

The main motivation was to update the version of jQuery in the vendor.js file. The current version was triggering an internal scanning tool looking for old versions across AWS repos.

Testing

Served docs locally via docfx .\docfx_project\docfx.json --serve

Spot-checked in Firefox, Chrome, and IE11.

Screenshots (if appropriate)

Before: image

After: image

Types of changes

Checklist

License