Skip to content

Commit

Permalink
Merge pull request #526 from geotribu/feature/vscode-schema
Browse files Browse the repository at this point in the history
Feature: VS Code schema
  • Loading branch information
Guts authored Jan 31, 2022
2 parents 95de63c + 286db37 commit 964d148
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mdickin.markdown-shortcuts",
"ms-python.python",
"ms-ceintl.vscode-language-pack-fr",
"pkief.material-icon-theme",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker-french"
]
}
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
// Editor
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs":"active",
"editor.guides.bracketPairs": "active",
// Python
"python.pythonPath": ".venv/bin/python",
"python.formatting.provider": "black",
"python.linting.enabled": false,
// Git
"git.ignoreLimitWarning": true,
// Extensions
"cSpell.language": "fr"
"cSpell.language": "fr",
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs*.yml"
}
}
6 changes: 3 additions & 3 deletions mkdocs-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ theme:
search_index_only: true

features:
- content.tabs.links
- content.tabs.link
- navigation.tabs
- navigation.top
- navigation.tracking
Expand All @@ -123,7 +123,7 @@ theme:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep-orange
accent: "deep orange"
toggle:
icon: material/weather-sunny
name: Basculer en mode sombre
Expand All @@ -132,7 +132,7 @@ theme:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: deep-orange
accent: "deep orange"
toggle:
icon: material/weather-night
name: Basculer en mode clair
Expand Down
4 changes: 2 additions & 2 deletions mkdocs-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ theme:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep-orange
accent: "deep orange"
toggle:
icon: material/weather-sunny
name: Basculer en mode sombre
Expand All @@ -56,7 +56,7 @@ theme:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: deep-orange
accent: "deep orange"
toggle:
icon: material/weather-night
name: Basculer en mode clair
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ theme:
search_index_only: true

features:
- content.tabs.links
- content.tabs.link
- navigation.tabs
- navigation.top
- navigation.tracking
Expand All @@ -126,7 +126,7 @@ theme:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep-orange
accent: "deep orange"
toggle:
icon: material/weather-sunny
name: Basculer en mode sombre
Expand All @@ -135,7 +135,7 @@ theme:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: deep-orange
accent: "deep orange"
toggle:
icon: material/weather-night
name: Basculer en mode clair
Expand Down
2 changes: 1 addition & 1 deletion requirements-insiders.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Insiders
# --------

git+https://${GH_TOKEN_MATERIAL_INSIDERS}@github.com/squidfunk/[email protected].5-insiders-4.5.2#egg=mkdocs-material
git+https://${GH_TOKEN_MATERIAL_INSIDERS}@github.com/squidfunk/[email protected].9-insiders-4.7.1#egg=mkdocs-material
# git+https://${GH_TOKEN_MATERIAL_INSIDERS}@github.com/squidfunk/mkdocs-material-insiders.git

-r requirements.txt

0 comments on commit 964d148

Please sign in to comment.