diff --git a/components/LanguagePicker.tsx b/components/LanguagePicker.tsx index 5f6b495f5e..7e05e04e82 100644 --- a/components/LanguagePicker.tsx +++ b/components/LanguagePicker.tsx @@ -28,6 +28,10 @@ export const LanguagePicker = ({ variant }: Props) => {
{langs.map((lang) => { + if (lang.wip) { + return null + } + return ( { {langs.map((lang) => { + if (lang.wip) { + return null + } + return ( diff --git a/includes/rest_toc_item.html b/includes/rest_toc_item.html deleted file mode 100644 index 31ddb9c5c7..0000000000 --- a/includes/rest_toc_item.html +++ /dev/null @@ -1 +0,0 @@ -- {{operation.verb}} {{operation.requestPath}} {{operation.summary}} \ No newline at end of file