File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3333 "regex" : " ^[\\ .]" ,
3434 "orderLevel" : 40
3535 }
36- ]
36+ ],
37+ "liveServer.settings.port" : 5501
3738}
Original file line number Diff line number Diff 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 [
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments