Skip to content

Instantly share code, notes, and snippets.

@wilcorrea
Last active October 16, 2025 21:09
Show Gist options
  • Select an option

  • Save wilcorrea/9b40f1bf2efaf63f18e67f13abc51d2c to your computer and use it in GitHub Desktop.

Select an option

Save wilcorrea/9b40f1bf2efaf63f18e67f13abc51d2c to your computer and use it in GitHub Desktop.
# INHERIT: mkdocs.yml
site_name: "Docs"
site_description: "Docs description"
site_url: "https://github.com/<org>/<app>"
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.tabs.sticky
- navigation.tracking
- navigation.footer
- toc.follow
- toc.integrate
- search.highlight
- search.share
- content.code.copy
palette:
- scheme: default
primary: indigo
toggle:
icon: material/brightness-7
name: Dark
- scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Light
plugins:
- search:
lang: pt
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
extra_css:
- stylesheets/custom.css
.md-header__button.md-logo {
display: none !important;
}
.md-nav__title .md-nav__button.md-logo {
display: none !important;
}
.md-header .md-logo {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment