Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit e08d087

Browse files
authored
fix: config breaking change after upgrade to beta-4 preview (#149)
1 parent 572caa0 commit e08d087

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = {
1212
organizationName: 'arcus-azure', // Usually your GitHub org/user name.
1313
projectName: 'Arcus - Event Grid Proxy', // Usually your repo name.
1414
themeConfig: {
15-
sidebarCollapsible: false,
1615
image: 'img/arcus.jpg',
1716
navbar: {
1817
title: 'Event Grid Proxy',
@@ -63,7 +62,7 @@ module.exports = {
6362
prism: {
6463
theme: lightCodeTheme,
6564
darkTheme: darkCodeTheme,
66-
additionalLanguages: ['csharp'],
65+
additionalLanguages: ['csharp', 'powershell'],
6766
},
6867
},
6968
presets: [
@@ -74,9 +73,10 @@ module.exports = {
7473
sidebarPath: require.resolve('./sidebars.js'),
7574
routeBasePath: "/",
7675
path: 'preview',
76+
sidebarCollapsible: false,
7777
// Please change this to your repo.
7878
editUrl:
79-
'https://github.com/arcus-azure/arcus.eventgrid.proxy/edit/master',
79+
'https://github.com/arcus-azure/arcus.eventgrid.proxy/edit/master/docs',
8080
// includeCurrentVersion:process.env.CONTEXT !== 'production',
8181

8282
},

docs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "arcus-background-jobs",
2+
"name": "arcus-eventgrid-proxy",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)