Skip to content

Commit

Permalink
feat(docs-site): support for docsearch (#62) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored May 27, 2021
1 parent 55d5542 commit 6d09f31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"regex": "^[\\.]",
"orderLevel": 40
}
]
],
"liveServer.settings.port": 5501
}
6 changes: 6 additions & 0 deletions apps/docs-site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} nx-dotnet. Built with Docusaurus.`,
},
algolia: {
apiKey: '55355b87a61a3003ffe92359642573e0',
indexName: 'nxdoc',
contextualSearch: false,
appId: 'ZFP36UMP1C',
},
},
presets: [
[
Expand Down
1 change: 1 addition & 0 deletions docs/core/executors/format.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Formats and lints a project using the dotnet-format tool
### diagnostics

- (string): A space separated list of diagnostic ids to use as a filter when fixing code style or 3rd party analyzers.

- (array): A list of diagnostic ids to use as a filter when fixing code style or 3rd party analyzers.

### include
Expand Down

0 comments on commit 6d09f31

Please sign in to comment.