Skip to content

Commit 6d09f31

Browse files
authored
feat(docs-site): support for docsearch (#62) [skip ci]
1 parent 55d5542 commit 6d09f31

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"regex": "^[\\.]",
3434
"orderLevel": 40
3535
}
36-
]
36+
],
37+
"liveServer.settings.port": 5501
3738
}

apps/docs-site/docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ module.exports = {
7979
],
8080
copyright: `Copyright © ${new Date().getFullYear()} nx-dotnet. Built with Docusaurus.`,
8181
},
82+
algolia: {
83+
apiKey: '55355b87a61a3003ffe92359642573e0',
84+
indexName: 'nxdoc',
85+
contextualSearch: false,
86+
appId: 'ZFP36UMP1C',
87+
},
8288
},
8389
presets: [
8490
[

docs/core/executors/format.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Formats and lints a project using the dotnet-format tool
2525
### diagnostics
2626

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

3031
### include

0 commit comments

Comments
 (0)