7d78e65d0c
Add semantic versioning to all services * working * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver * 1.24 mod * go upgrade * tool * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver
101 lines
2.2 KiB
YAML
101 lines
2.2 KiB
YAML
site_name: mockery
|
|
site_url: https://vektra.github.io/mockery/
|
|
site_description: >-
|
|
Create mock implementations of your Golang interfaces using mockery and testify.
|
|
|
|
repo_name: vektra/mockery
|
|
repo_url: https://github.com/vektra/mockery
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: overrides
|
|
icon:
|
|
logo: fontawesome/brands/golang
|
|
palette:
|
|
# Palette toggle for light mode
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: light blue
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
# Palette toggle for dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: light blue
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
features:
|
|
- announce.dismiss
|
|
- content.code.annotate
|
|
- content.code.copy
|
|
- content.action.edit
|
|
- content.action.view
|
|
- content.tooltips
|
|
- navigation.indexes
|
|
- navigation.sections
|
|
- navigation.tracking
|
|
- toc.follow
|
|
markdown_extensions:
|
|
- admonition
|
|
- attr_list
|
|
- md_in_html
|
|
- pymdownx.caret
|
|
- pymdownx.mark
|
|
- pymdownx.tilde
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- pymdownx.details
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
auto_title: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.magiclink
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- toc:
|
|
permalink: true
|
|
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started:
|
|
- Installation: installation.md
|
|
- Configuration: configuration.md
|
|
- Running: running.md
|
|
- Examples: examples.md
|
|
- Features: features.md
|
|
- Notes:
|
|
- FAQ: notes.md
|
|
- Changelog: changelog.md
|
|
- Migrating to Packages: migrating_to_packages.md
|
|
- Deprecations: deprecations.md
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
extra_javascript:
|
|
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
|
|
- javascripts/tablesort.js
|
|
|
|
extra:
|
|
version:
|
|
provider: mike
|
|
analytics:
|
|
provider: google
|
|
property: G-0ZGMQGZGRN
|
|
|
|
plugins:
|
|
- glightbox
|
|
- mike:
|
|
alias_type: symlink
|
|
canonical_version: latest
|
|
- open-in-new-tab
|
|
- search
|
|
- social
|
|
- typeset:
|
|
enabled: true
|