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

Fix canonical link #21

Merged
merged 1 commit into from
Feb 27, 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
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
StylesPath = styles
MinAlertLevel = warning

Packages = https://github.com/stakater/vale-package/releases/download/v0.0.3/Stakater.zip
Packages = https://github.com/stakater/vale-package/releases/download/v0.0.8/Stakater.zip
Vocab = Stakater

# Only check MarkDown files
Expand Down
14 changes: 8 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
site_name: Stakater Secrets Management
docs_dir: content
site_url: https://docs.stakater.com/
site_url: https://docs.stakater.com/secrets/
repo_url: https://github.com/stakater/secrets-docs
edit_uri: blob/main/content/
use_directory_urls: false
theme:
name: material
prev_next_buttons_location: none
logo: assets/images/favicon.svg
favicon: assets/images/favicon.svg
custom_dir: custom_theme/
Expand All @@ -18,11 +17,15 @@ theme:
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg

extra:
analytics:
Expand Down Expand Up @@ -60,4 +63,3 @@ nav:
- Careers: https://www.stakater.com/careers
plugins:
- search
- mermaid2
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
".vale.ini"
],
"matchStrings": [
"https:\/\/github.com\/(?<depName>.*)\/releases\/download\/(?<currentValue>.*)\/.*.tar.gz"
"https:\/\/github\\.com\/(?<depName>.*)\/releases\/download\/(?<currentValue>.*)\/.*\\.zip"
],
"datasourceTemplate": "github-release-attachments"
"datasourceTemplate": "github-releases"
}
]
}