Skip to content

Commit

Permalink
disable search
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Apr 11, 2024
1 parent 76a9803 commit 871b5ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/lips/sxml.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "SXML it's what JSX is for JavaScript"
SXML is a way to define XML or HTML inside Scheme code. In LIPS Scheme, it works like for JSX for libraries
like [React](https://react.dev/) or [Preact](https://preactjs.com/).

By default with JSX you define code like this:
By default, with JSX you define code like this:

```jsx
function MessageButton({ message }) {
Expand Down
2 changes: 2 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,14 @@ const config: Config = {
},
],
},
/*
algolia: {
appId: '5NWAQNIDET',
apiKey: 'ee3d103e9ce731b709e72350bb1f061f',
indexName: 'lips-js',
searchPagePath: false,
},
*/
footer: {
style: 'dark',
links: [
Expand Down

0 comments on commit 871b5ad

Please sign in to comment.