Skip to content

Commit

Permalink
Remove C++ from mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Jan 9, 2025
1 parent 318e39d commit 0f32a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ jobs:
with:
python-version: 3.x

- name: Setup C++
uses: aminya/setup-cpp@v0.44.0
with:
compiler: msvc
vcvarsall: true
cmake: true
vcpkg: true
cppcheck: true

- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

- uses: actions/cache@v4
Expand Down
3 changes: 3 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,20 @@ plugins:
fallback_to_default: true
languages:
- locale: en
name: English
build: true
default: true

- locale: fr
name: Français
build: true
nav_translations:
Home: Accueil
Tutorial: Tutoriel
About: À propos

- locale: ja
name: 日本語
build: true
nav_translations:
Home: ホームページ
Expand Down

0 comments on commit 0f32a91

Please sign in to comment.