Skip to content

Commit

Permalink
[docs] Change default config language to textpb. (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Sep 11, 2023
1 parent 8fa0d64 commit b2e0258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/configdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function setConfigLang(lang) {
lang = localStorage["preferred-language"];
}
if (!lang) {
lang = "yaml";
lang = "textpb";
}

const els = document.getElementsByClassName("select-content-lang");
Expand Down

0 comments on commit b2e0258

Please sign in to comment.