Skip to content

Commit

Permalink
Social (#142)
Browse files Browse the repository at this point in the history
Fix social preview for docs.
  • Loading branch information
LukeMathWalker committed Jan 2, 2024
1 parent 30626f0 commit da07c8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM squidfunk/mkdocs-material:9
RUN pip install mkdocs-awesome-pages-plugin
RUN pip install pygments_ansi_color
RUN pip install "mkdocs-material[imaging]"
Binary file added docs/assets/logo.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/overview/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Welcome

Hey there!
This is the documentation for **Pavex**, a framework for building APIs in **Rust**.
This is the documentation for **Pavex**, a framework for building robust APIs in **Rust**.

## Getting Started

Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
site_name: Pavex
site_url: "https://pavex.dev/"
site_description: "The documentation for Pavex, a framework for building robust APIs in Rust."
repo_url: "https://github.com/LukeMathWalker/pavex"
repo_name: "LukeMathWalker/pavex"
edit_uri: "edit/main/docs/"
Expand Down Expand Up @@ -31,6 +32,7 @@ markdown_extensions:
theme:
name: material
logo: assets/inverted_logo.png
favicon: assets/logo.ico
icon:
repo: fontawesome/brands/github
edit: material/pencil
Expand Down

0 comments on commit da07c8c

Please sign in to comment.