Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add certificate icon to social cards #92

Merged
merged 2 commits into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/assets/images/cert-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Terraform module for serverless CA on AWS
description: Serverless CA in AWS with FIPS 140-2 level 3 CA key storage and cost typically under $5 per month
---
# Terraform module for Certificate Authority on AWS

[![Version](https://img.shields.io/github/v/release/serverless-ca/terraform-aws-ca)](https://github.com/serverless-ca/terraform-aws-ca/releases/tag/v0.1.0)
Expand Down
Binary file removed layouts/background-green.png
Binary file not shown.
Binary file removed layouts/background-purple.png
Binary file not shown.
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edit_uri: edit/main/docs/
use_directory_urls: true
theme:
name: material
logo: assets/images/cert-logo.svg
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
Expand Down Expand Up @@ -57,6 +58,4 @@ nav:
- Terraform reference: reference.md

plugins:
- social:
cards_layout_options:
background_image: layouts/background-purple.png
- social
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements-docs.txt
setuptools==69.0.3
assertpy==1.1
boto3==1.34.64
Expand All @@ -7,8 +8,6 @@ asn1crypto == 1.5.1
certvalidator == 0.11.1
prospector==1.10.3
bandit==1.7.5
mkdocs-material==9.5.13
mkdocs-material[imaging]==9.5.13
pytest==7.4.4
validators==0.22.0
requests==2.31.0
3 changes: 3 additions & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
cairosvg==2.7.1
mkdocs-material==9.5.13
mkdocs-material[imaging]==9.5.13
pillow==10.2.0
urllib3==2.2.1
Loading