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

Apply Ansible theme to mkdocs and remove duplicated assets #4074

Merged
merged 2 commits into from
Oct 24, 2023
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
2 changes: 1 addition & 1 deletion .config/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdocs-ansible[lock]>=0.1.4
mkdocs-ansible[lock]>=0.2.0
pipdeptree>=2.4.0
linkchecker==10.2.1
Binary file removed docs/images/favicon.ico
Binary file not shown.
Binary file removed docs/images/logo.png
Binary file not shown.
7 changes: 0 additions & 7 deletions docs/images/logo.svg

This file was deleted.

21 changes: 2 additions & 19 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ copyright: Copyright © 2023 Red Hat, Inc.
strict: true

theme:
name: "material"
logo: images/logo.svg
favicon: images/favicon.ico
name: ansible
features:
- content.code.copy
- content.action.edit
Expand All @@ -19,21 +17,6 @@ theme:
- navigation.indexes
- navigation.tracking
- toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
primary: teal
accent: blue
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/python
Expand Down Expand Up @@ -99,7 +82,7 @@ nav:
plugins:
- autorefs
- search
- social
- material/social

- mkdocstrings:
enable_inventory: true
Expand Down