Skip to content

Commit

Permalink
Feat: retorna search
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfto committed Nov 6, 2024
1 parent e3756c1 commit 6fb547e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { DocSearch } from '@docsearch/react';
import '@docsearch/css';

const Search: React.FC = () => {
// return <DocSearch appId="8XXXVNJ7UW" apiKey="bf7661918f784d59105bc70fcc22bfb0" indexName="overextended" />;
return null;
return <DocSearch appId="876KCB22DI" apiKey="99a2c8ae162662ba8701a409923928ae" indexName="mriqbox-com" />;
};

export default Search;
2 changes: 1 addition & 1 deletion pages/guides.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Guias

Guias gerais para trabalhar com recursos Overextended.
Guias gerais para trabalhar com recursos.


- [Git](./guides/git.mdx)
Expand Down
5 changes: 5 additions & 0 deletions pages/guides/vscode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: VS Code
---

import { DownloadButton, GhButton, DocButton } from '@components/button';
import { Callout } from 'nextra/components';

# VS Code

Expand All @@ -16,6 +17,10 @@ As extensões permitem que você adicione linguagens, depuradores e outras ferra

### sumneko.lua

<Callout type="warning">
Cuidado ao usar essa extensão com SSH no vsCode. Ela é conhecida por consumir RAM e CPU excessivamente no servidor e pode travá-lo.
</Callout>

O Lua Language Server fornece numerosos recursos de linguagem para tornar o desenvolvimento mais fácil e rápido, por exemplo:

- Anotações
Expand Down

0 comments on commit 6fb547e

Please sign in to comment.